This commit is contained in:
Balena CI 2021-05-07 15:12:18 +03:00 committed by VersionBot
parent ca1b96bfc5
commit 2cf9a9d6f3
5 changed files with 43 additions and 3 deletions

View File

@ -1,3 +1,36 @@
- commits:
- subject: Backwards compatility changes for old resin namespaces
hash: 301aa52f032fecd29495894e828f21a93df60caa
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
- subject: Change container name to balena_supervisor
hash: 09615c9d8254d3f62ef1088d0da35485b0c18734
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
- subject: Rename resin-supervisor to balena-supervisor
hash: 5faf9d7686d7f03b5bb73ef9a234038e7e61037c
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 12.7.0
date: 2021-05-07T12:05:43.135Z
- commits: - commits:
- subject: Show warning instead of exception for invalid network config - subject: Show warning instead of exception for invalid network config
hash: 5197a1330d69cbff97f3c53a77f640638e074b8a hash: 5197a1330d69cbff97f3c53a77f640638e074b8a

View File

@ -4,6 +4,13 @@ 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.7.0
## (2021-05-07)
* Backwards compatility changes for old resin namespaces [Kyle Harding]
* Change container name to balena_supervisor [Kyle Harding]
* Rename resin-supervisor to balena-supervisor [Kyle Harding]
# v12.6.8 # v12.6.8
## (2021-05-06) ## (2021-05-06)

View File

@ -1 +1 @@
12.6.8 12.7.0

2
package-lock.json generated
View File

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