mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
v11.12.10
This commit is contained in:
parent
ac69f04c10
commit
274130784e
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Preventing removing all configurations if device has no backends
|
||||
hash: 7ea49bf4fb317346badf141e6eea8910e599c837
|
||||
body: ''
|
||||
footer:
|
||||
Closes: '#1437'
|
||||
closes: '#1437'
|
||||
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.12.10
|
||||
date: 2020-08-24T17:43:41.125Z
|
||||
- commits:
|
||||
- subject: Don't enforce the vc4-fkms-v3d dtoverlay on rpi4
|
||||
hash: de4c1b25385630b6f9fadb7a362d5556c2cc5008
|
||||
|
@ -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/).
|
||||
|
||||
# v11.12.10
|
||||
## (2020-08-24)
|
||||
|
||||
* Preventing removing all configurations if device has no backends [Miguel Casqueira]
|
||||
|
||||
# v11.12.9
|
||||
## (2020-08-20)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.12.9",
|
||||
"version": "11.12.10",
|
||||
"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": "11.12.9",
|
||||
"version": "11.12.10",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user