mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-04 18:12:56 +00:00
v12.7.0
This commit is contained in:
parent
ca1b96bfc5
commit
2cf9a9d6f3
@ -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:
|
||||
- subject: Show warning instead of exception for invalid network config
|
||||
hash: 5197a1330d69cbff97f3c53a77f640638e074b8a
|
||||
|
@ -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!
|
||||
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
|
||||
## (2021-05-06)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.6.8",
|
||||
"version": "12.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.6.8",
|
||||
"version": "12.7.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user