From 0d4c902e35824455a01427092bb772e241c63ee4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 6 Jan 2022 18:39:59 +0200 Subject: [PATCH] v12.11.23 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 253dd732..2f1f55ae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: add-supervisor-update-info + hash: 0c8c1864ae5e9b6dc2aaa9108d1f83bb592df1f5 + body: > + Adding clarity to the supervisor /v1/update endpoint that the endpoint + will not trigger a supervisor update itself. + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + nested: [] + version: 12.11.23 + date: 2021-12-28T19:02:08.272Z - commits: - subject: Refactor `SUPERVISOR_POLL_INTERVAL` description to mention back off hash: 51ab2032641d07df695f4fc329cb8d9ec19b92c6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 833fd26b..4fbf0e78 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.23 +## (2021-12-28) + +* add-supervisor-update-info [fisehara] + # v12.11.22 ## (2021-12-22) diff --git a/VERSION b/VERSION index d184b9b7..b9423070 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.22 \ No newline at end of file +12.11.23 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 55f002c6..68bb668e 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.22 +version: 12.11.23 diff --git a/package-lock.json b/package-lock.json index e1d4d831..c17e09e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.22", + "version": "12.11.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8777019a..29fca1c2 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.22", + "version": "12.11.23", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-12-22T04:19:35.210Z" + "publishedAt": "2021-12-28T19:02:08.541Z" } }