This commit is contained in:
Balena CI 2020-10-19 19:57:16 +03:00 committed by VersionBot
parent 1491788a27
commit 30c352f4f6
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Improved log message when networks do not match
hash: edf23871d9a057b9bae8837f3ee39d7401247514
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.0.7
date: 2020-10-19T16:04:51.506Z
- commits:
- subject: Fixes check allowing preloading in local (unmanaged) mode
hash: 0fd9b6376251c73f2adfd37ec80d2145178683d6

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!
This project adheres to [Semantic Versioning](http://semver.org/).
# v12.0.7
## (2020-10-19)
* Improved log message when networks do not match [Miguel Casqueira]
# v12.0.6
## (2020-10-16)

View File

@ -1 +1 @@
12.0.6
12.0.7

2
package-lock.json generated
View File

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