From 5de6e1125b9e786b793563c0de1c310195faf9a7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 11 Dec 2021 00:32:29 +0200 Subject: [PATCH] v12.11.19 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aa4fbd93..22c2cf0c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: >- + Fix default value for BALENA_SUPERVISOR_POLL_INTERVAL The API typically + passes its own value and overrides this default. This old value was the + one the API passed not what the Supervisor source code had. + hash: 201e74280566c735b2c20fb2ca3d7f109f5c9803 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.11.19 + date: 2021-12-10T21:59:53.428Z - commits: - subject: Fix the "already delayed by" calculation hash: 32e3399f7c156574e35cbd6c6ec207972c7afe69 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1d8a56..f35c82a9 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/). +# v12.11.19 +## (2021-12-10) + +* Fix default value for BALENA_SUPERVISOR_POLL_INTERVAL The API typically passes its own value and overrides this default. This old value was the one the API passed not what the Supervisor source code had. [Miguel Casqueira] + # v12.11.18 ## (2021-12-10) diff --git a/VERSION b/VERSION index e161e86d..26a0defb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.18 \ No newline at end of file +12.11.19 \ No newline at end of file diff --git a/balena.yml b/balena.yml index f1b973ce..f2bf17b1 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.18 +version: 12.11.19 diff --git a/package-lock.json b/package-lock.json index 0234b8e5..4399cfdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.18", + "version": "12.11.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a86cfba..5ee20ef2 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.18", + "version": "12.11.19", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-12-10T15:58:07.137Z" + "publishedAt": "2021-12-10T21:59:53.654Z" } }