This commit is contained in:
Balena CI 2022-05-27 17:54:14 +03:00 committed by VersionBot
parent 08d742c832
commit 33ad877c67
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Only migrate apps.json on preload after target has been set
hash: 95bf4718d6717630ab0bedabfeea209ce295acb0
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Felipe Lalanne <felipe@balena.io>
signed-off-by: Felipe Lalanne <felipe@balena.io>
author: Christina Wang
nested: []
version: 13.1.11
title: "'Do not migrate apps.json if preload v2 to v3 fails'"
date: 2022-05-26T21:02:56.665Z
- commits: - commits:
- subject: Trim newlines from sysinfo files - subject: Trim newlines from sysinfo files
hash: 76553c6b4a70896482735a84d2c5ea1ca5e5b8fa hash: 76553c6b4a70896482735a84d2c5ea1ca5e5b8fa

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! 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/).
# v13.1.11
## (2022-05-26)
* Only migrate apps.json on preload after target has been set [Christina Wang]
# v13.1.10 # v13.1.10
## (2022-05-23) ## (2022-05-23)

View File

@ -1 +1 @@
13.1.10 13.1.11

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 13.1.10 version: 13.1.11
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "13.1.10", "version": "13.1.11",
"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": "13.1.10", "version": "13.1.11",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-05-23T18:46:37.538Z" "publishedAt": "2022-05-26T21:02:57.359Z"
} }
} }