mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 16:14:11 +00:00
v10.6.5
This commit is contained in:
parent
405bd4a2f1
commit
fa55f94d81
@ -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:
|
- commits:
|
||||||
- subject: Check if appId is a number before purging
|
- subject: Check if appId is a number before purging
|
||||||
hash: 597f95e1696f3934b6072a775949e7fd7010340e
|
hash: 597f95e1696f3934b6072a775949e7fd7010340e
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 10.6.4 - 2019-11-11
|
||||||
|
|
||||||
* Check if appId is a number before purging [Michel Wohlert]
|
* Check if appId is a number before purging [Michel Wohlert]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.4",
|
"version": "10.6.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user