mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v13.1.11
This commit is contained in:
parent
08d742c832
commit
33ad877c67
@ -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:
|
||||
- subject: Trim newlines from sysinfo files
|
||||
hash: 76553c6b4a70896482735a84d2c5ea1ca5e5b8fa
|
||||
|
@ -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/).
|
||||
|
||||
# v13.1.11
|
||||
## (2022-05-26)
|
||||
|
||||
* Only migrate apps.json on preload after target has been set [Christina Wang]
|
||||
|
||||
# v13.1.10
|
||||
## (2022-05-23)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 13.1.10
|
||||
version: 13.1.11
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "13.1.10",
|
||||
"version": "13.1.11",
|
||||
"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": "13.1.10",
|
||||
"version": "13.1.11",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-05-23T18:46:37.538Z"
|
||||
"publishedAt": "2022-05-26T21:02:57.359Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user