This commit is contained in:
Balena CI 2020-07-22 16:12:19 +03:00 committed by VersionBot
parent 7fcf26e161
commit cc4a089388
5 changed files with 32 additions and 3 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: 'docker-utils: Test network gateway determination logic'
hash: 6ef3bd2362ebd185053a351490f6561ec10b84d8
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
nested: []
- subject: Fix docker-util using incorrect reference for function
hash: 3b3babfd62868e986788d6c2f4fcede915fb4711
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 11.9.7
date: 2020-07-22T12:19:06.693Z
- commits: - commits:
- subject: Fix purge and restart invocations by providing instanced apps - subject: Fix purge and restart invocations by providing instanced apps
hash: d14d8f31ccee62fa8cec88209cc3674a1b280e34 hash: d14d8f31ccee62fa8cec88209cc3674a1b280e34

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! 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/).
# v11.9.7
## (2020-07-22)
* docker-utils: Test network gateway determination logic [Rich Bayliss]
* Fix docker-util using incorrect reference for function [Miguel Casqueira]
# v11.9.6 # v11.9.6
## (2020-07-20) ## (2020-07-20)

View File

@ -1 +1 @@
11.9.6 11.9.7

2
package-lock.json generated
View File

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

View File

@ -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": "11.9.6", "version": "11.9.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",