diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 38b899f9..d6432dc7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Do not stop containers on reboot/shutdown This causes unless-stopped + containers to not start on next boot since the Supervisor stopped it. + hash: 4f1d0d58da29336d38be758eb8a64b434cf8d546 + body: "" + footer: + Closes: "#1940" + closes: "#1940" + Change-type: patch + change-type: patch + Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + author: 20k-ultra + nested: [] + version: 13.1.9 + title: "'Do not stop containers on reboot/shutdown'" + date: 2022-05-19T20:18:21.418Z - commits: - subject: Add compose support for volumes defined with long syntax hash: 0a9c7282e8921f874315259919ba247236be5d52 diff --git a/CHANGELOG.md b/CHANGELOG.md index f21c2da5..67c464f7 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/). +# v13.1.9 +## (2022-05-19) + +* Do not stop containers on reboot/shutdown This causes unless-stopped containers to not start on next boot since the Supervisor stopped it. [20k-ultra] + # v13.1.8 ## (2022-05-17) diff --git a/VERSION b/VERSION index 5db74606..fefe0f3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.8 \ No newline at end of file +13.1.9 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 691fe5fa..96340371 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 13.1.8 +version: 13.1.9 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 4d08cfa4..33552d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.8", + "version": "13.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d289d652..99747559 100644 --- a/package.json +++ b/package.json @@ -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.8", + "version": "13.1.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-05-17T18:16:31.037Z" + "publishedAt": "2022-05-19T20:18:21.926Z" } }