diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8114f685..7dadee6a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: Change repo type in repo.yml to skip concourse build hash: a57a5b354fb724392b8242c1f190311e9561e545 diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ba643b..e38c2c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7 +## (2021-11-11) + +* Wait for images to be ready before moving between releases [Felipe Lalanne] + # v12.11.6 ## (2021-11-11) diff --git a/VERSION b/VERSION index 0420b30c..7b6519fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.6 \ No newline at end of file +12.11.7 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 6130ce12..b08e3ef8 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.6 +version: 12.11.7