This commit is contained in:
Balena CI 2019-11-12 13:49:18 +02:00
parent 405bd4a2f1
commit fa55f94d81
4 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Allow specifying an absolute path for the dind config.json
hash: 9e660f1081cdb3da561a410b04c91807dab13133
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Fix dindctl when run from another dir
hash: 57d4a19f1d6c077cca5cb966de185c6a3cca695f
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Fix dindctl unknown arg error message
hash: b4ad29ec14a9fdffe038116b98ee293210b5d34e
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 10.6.5
date: 2019-11-12T11:36:45.442Z
- commits:
- subject: Check if appId is a number before purging
hash: 597f95e1696f3934b6072a775949e7fd7010340e

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 10.6.5 - 2019-11-12
* Allow specifying an absolute path for the dind config.json [Pagan Gazzard]
* Fix dindctl when run from another dir [Pagan Gazzard]
* Fix dindctl unknown arg error message [Pagan Gazzard]
## 10.6.4 - 2019-11-11
* Check if appId is a number before purging [Michel Wohlert]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.4",
"version": "10.6.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "10.6.4",
"version": "10.6.5",
"license": "Apache-2.0",
"repository": {
"type": "git",