This commit is contained in:
Balena CI 2021-05-06 19:48:57 +03:00 committed by VersionBot
parent 34a702e4bb
commit 6fc91965fb
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Patch awaiting response when checking if supervisor0 network exists
hash: 8b0c2347d8d04d3c7101016f6c885f31d9b3dc6a
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: 12.6.7
date: 2021-05-06T15:58:02.661Z
- commits: - commits:
- subject: Fix parsing driver_opts from compose to docker network creation - subject: Fix parsing driver_opts from compose to docker network creation
hash: 1408fd7bcb5f25b75679b7ce0e509adc7f8f6004 hash: 1408fd7bcb5f25b75679b7ce0e509adc7f8f6004

View File

@ -4,6 +4,11 @@ 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/).
# v12.6.7
## (2021-05-06)
* Patch awaiting response when checking if supervisor0 network exists [Miguel Casqueira]
# v12.6.6 # v12.6.6
## (2021-05-06) ## (2021-05-06)

View File

@ -1 +1 @@
12.6.6 12.6.7

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.6.6", "version": "12.6.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": "12.6.6", "version": "12.6.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",