diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 79486c83..f26d03d0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Check for deferred reports after reporting current state + hash: b9a905e472eca14b8891b207a5ccc8d6cc4c45cf + body: "" + footer: + Closes: "#1945" + closes: "#1945" + Change-type: minor + change-type: minor + 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: 14.1.0 + title: "'Check for deferred reports after reporting current state'" + date: 2022-06-10T18:20:47.117Z - commits: - subject: Use locks before shutdown/reboot instead of stopping containers hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8 diff --git a/CHANGELOG.md b/CHANGELOG.md index f96c0d15..4ebd5c83 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/). +# v14.1.0 +## (2022-06-10) + +* Check for deferred reports after reporting current state [20k-ultra] + # v14.0.1 ## (2022-06-02) diff --git a/VERSION b/VERSION index 8d2e58b4..2f0f3c13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.1 \ No newline at end of file +14.1.0 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 7b8045d5..f28eebe4 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: 14.0.1 +version: 14.1.0 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 756085fd..76f740bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.1", + "version": "14.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91f636fc..fddcde03 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": "14.0.1", + "version": "14.1.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-06-02T04:34:25.006Z" + "publishedAt": "2022-06-10T18:20:47.631Z" } }