v11.12.10

This commit is contained in:
Balena CI 2020-08-24 21:31:53 +03:00 committed by VersionBot
parent ac69f04c10
commit 274130784e
5 changed files with 23 additions and 3 deletions

View File

@ -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

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/).
# v11.12.10
## (2020-08-24)
* Preventing removing all configurations if device has no backends [Miguel Casqueira]
# v11.12.9
## (2020-08-20)

View File

@ -1 +1 @@
11.12.9
11.12.10

2
package-lock.json generated
View File

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