From 5686cc363d766cd3abec46160cea861294bf2ae7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:29:01 +0300 Subject: [PATCH] v13.1.4 --- .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 939b5285..122d9a91 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use delay instead of interval to recursively report state + hash: 2e81a7328e6ff01c397bb1bced73010470520657 + 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.4 + title: "'Use delay instead of interval to recursively report state'" + date: 2022-04-28T03:19:33.567Z - commits: - subject: Remove in memory storage of started/stopped containers hash: 5437aea786e6be4a908e2cb0c24faeca3282c37e diff --git a/CHANGELOG.md b/CHANGELOG.md index 707dff78..1f1d966f 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.4 +## (2022-04-28) + +* Use delay instead of interval to recursively report state [20k-ultra] + # v13.1.3 ## (2022-04-20) diff --git a/VERSION b/VERSION index 68ac8a21..54430133 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.3 \ No newline at end of file +13.1.4 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5c6dac68..ba02257c 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.3 +version: 13.1.4 diff --git a/package-lock.json b/package-lock.json index fa2938a6..455160d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.3", + "version": "13.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80c688b7..2be9878f 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.3", + "version": "13.1.4", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-04-20T03:29:58.577Z" + "publishedAt": "2022-04-28T03:19:34.343Z" } }