diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 183f6e3c..c7b81b4a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Move report throttle out of reporting logic + hash: 2fdb83839c2262b398deb77eb0fa4ae2c16c374a + 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: Update npm dep sinon to v11.1.2 + hash: 5e5f1fb305d06399af37f1ce490a27f6e0289140 + 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: [] + version: 12.11.39 + title: "'Move report throttle out of reporting logic'" + date: 2022-03-16T02:57:26.149Z - commits: - subject: Apply target state if loaded from file (apps.json) hash: b069d6b9d5ec2c9a45149e491fc49c489131e3c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 77619d69..ddcf30eb 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/). +# v12.11.39 +## (2022-03-16) + +* Move report throttle out of reporting logic [20k-ultra] +* Update npm dep sinon to v11.1.2 [20k-ultra] + # v12.11.38 ## (2022-03-14) diff --git a/VERSION b/VERSION index d463922e..9614f2e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.38 \ No newline at end of file +12.11.39 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 26b30de1..74e76441 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.38 +version: 12.11.39 diff --git a/package-lock.json b/package-lock.json index bfb2e62c..1d3851f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.38", + "version": "12.11.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b01e82de..e193f7ae 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": "12.11.38", + "version": "12.11.39", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-03-14T22:53:42.647Z" + "publishedAt": "2022-03-16T02:57:26.696Z" } }