mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 03:40:16 +00:00
v12.11.7
This commit is contained in:
parent
426f23786e
commit
143000795c
@ -1,3 +1,33 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Wait for images to be ready before moving between releases
|
||||||
|
hash: 7aedc97ee185953a3068ce3ef9743989e32a75b2
|
||||||
|
body: >
|
||||||
|
For download-then-kill strategy, this waits for all changing images on
|
||||||
|
the target
|
||||||
|
|
||||||
|
release to be available on device before killing the old services. This
|
||||||
|
|
||||||
|
will prevent that multicontainer applications get to a state where some
|
||||||
|
|
||||||
|
services of the new release start runnning much before others have been
|
||||||
|
|
||||||
|
downloaded.
|
||||||
|
|
||||||
|
|
||||||
|
When adding new services to a multicontainer app, the supervisor will
|
||||||
|
|
||||||
|
now wait for other changing services to be downloaded before starting
|
||||||
|
|
||||||
|
the new service.
|
||||||
|
footer:
|
||||||
|
Closes: '#1812'
|
||||||
|
closes: '#1812'
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 12.11.7
|
||||||
|
date: 2021-11-11T17:12:51.738Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Change repo type in repo.yml to skip concourse build
|
- subject: Change repo type in repo.yml to skip concourse build
|
||||||
hash: a57a5b354fb724392b8242c1f190311e9561e545
|
hash: a57a5b354fb724392b8242c1f190311e9561e545
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v12.11.7
|
||||||
|
## (2021-11-11)
|
||||||
|
|
||||||
|
* Wait for images to be ready before moving between releases [Felipe Lalanne]
|
||||||
|
|
||||||
# v12.11.6
|
# v12.11.6
|
||||||
## (2021-11-11)
|
## (2021-11-11)
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ 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: 12.11.6
|
version: 12.11.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user