v12.11.10

This commit is contained in:
Balena CI 2021-11-16 22:05:55 +02:00 committed by VersionBot
parent 811b679073
commit 283495cfcd
6 changed files with 27 additions and 5 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Fix `delete-then-download` strategy
hash: 394377e0a183d5a26ae6527f5aafb1f29e7fa140
body: |
The strategy has been broken for a while but it was not clear how to
fix it before the changes to image management. This PR fixes application
manager to remove images before downloading the new image. This will
only have an effect on changing images.
footer:
Closes: '#1233'
closes: '#1233'
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.10
date: 2021-11-16T19:43:14.531Z
- commits:
- subject: Go back to `docker` repo type to fix versioning
hash: 47eae7200edd5ce377a5f464e80d6758bf625c8b

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.11.10
## (2021-11-16)
* Fix `delete-then-download` strategy [Felipe Lalanne]
# v12.11.9
## (2021-11-15)

View File

@ -1 +1 @@
12.11.9
12.11.10

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.9
version: 12.11.10

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.9",
"version": "12.11.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": "12.11.9",
"version": "12.11.10",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-11-15T15:21:07.932Z"
"publishedAt": "2021-11-16T19:43:14.757Z"
}
}