This commit is contained in:
Balena CI 2021-03-16 02:37:29 +02:00 committed by VersionBot
parent 146fa2bea7
commit bc338c92c5
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Infer legacy Volumes that do not have the supervised label
hash: 183ea88a2ad3bbdf18ab96505920465f1a404df0
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1604'
closes: '#1604'
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.4.6
date: 2021-03-15T23:49:25.274Z
- commits:
- subject: Add nebra-hnt to raspberry pi variants
hash: 8f9254b6b12503573386e8fb613a5f289473f662

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.4.6
## (2021-03-15)
* Infer legacy Volumes that do not have the supervised label [Miguel Casqueira]
# v12.4.5
## (2021-03-12)

View File

@ -1 +1 @@
12.4.5
12.4.6

2
package-lock.json generated
View File

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