diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 891871f7..939b5285 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Remove in memory storage of started/stopped containers + hash: 5437aea786e6be4a908e2cb0c24faeca3282c37e + body: "" + footer: + 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: [] + - subject: Only start a container once in its lifetime This will ensure the + restart policy specified is not violated + hash: ca9945bdfb716e1b14b24d3f3069f48cc7aff493 + body: "" + footer: + Change-type: patch + change-type: patch + Closes: "#1668" + closes: "#1668" + 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.3 + title: "'Prevent restart policy violation'" + date: 2022-04-20T03:29:57.844Z - commits: - subject: Explain /v2/state/status's status field in its response hash: 27249c278555c46154d1e917e769dd3fb9d2dcfc diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ee5450..707dff78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3 +## (2022-04-20) + +* Remove in memory storage of started/stopped containers [20k-ultra] +* Only start a container once in its lifetime This will ensure the restart policy specified is not violated [20k-ultra] + # v13.1.2 ## (2022-04-18) diff --git a/VERSION b/VERSION index 72ec0bba..68ac8a21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.2 \ No newline at end of file +13.1.3 \ No newline at end of file diff --git a/balena.yml b/balena.yml index bc6ccbd0..5c6dac68 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: 13.1.2 +version: 13.1.3 diff --git a/package-lock.json b/package-lock.json index e7388172..fa2938a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.2", + "version": "13.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39bcdb89..80c688b7 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.2", + "version": "13.1.3", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-04-18T20:20:07.471Z" + "publishedAt": "2022-04-20T03:29:58.577Z" } }