From 713d39a85e2647a73f76af8e5884fd91b8e3926e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 17 May 2022 18:46:23 +0300 Subject: [PATCH] v13.1.7 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 41ffe0e1..ab01d35d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Prevent throttling reports when nothing was sent + hash: 67f9c44a6c7ccde29ee6e53442a74191b4f8eaea + 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: 13.1.7 + title: "'Prevent throttling reports when nothing was sent'" + date: 2022-05-16T19:22:50.596Z - commits: - subject: Avoid splash image failures if image is corrupt hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d diff --git a/CHANGELOG.md b/CHANGELOG.md index 035e5517..4599c861 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.7 +## (2022-05-16) + +* Prevent throttling reports when nothing was sent [20k-ultra] + # v13.1.6 ## (2022-05-06) diff --git a/VERSION b/VERSION index 4a803fab..80e13153 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.6 \ No newline at end of file +13.1.7 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5ccae24b..cc3b03aa 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.6 +version: 13.1.7 diff --git a/package-lock.json b/package-lock.json index 0ea27bd3..8fb45a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.6", + "version": "13.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 117a2edc..1839d164 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.6", + "version": "13.1.7", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-05-06T18:46:19.171Z" + "publishedAt": "2022-05-16T19:22:51.116Z" } }