From b67797257615c97dc6bb24b83d902f4231646c71 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:31:02 +0200 Subject: [PATCH] v12.11.34 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 39 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ed2dbf39..c52b91c2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: Create `touch` and `getBootTime` utility functions + hash: a4d91d381a3e2dfda182bb7809a6d78b18aafebf + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Add update lock check to PATCH /v1/device/host-config + hash: 5f1a77da25b9d0bd07c2fbec85cb5deefae18884 + body: > + This is necessary with the changes as of balenaOS 2.82.6, which watches + config.json + + and will restart balena-hostname and some other services automatically on file change. + footer: + Change-type: patch + change-type: patch + Relates-to: "#1876" + relates-to: "#1876" + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 12.11.34 + title: "'Make the supervisor more resistant to restarts during config changes'" + date: 2022-02-15T15:58:42.783Z - commits: - subject: Add support for local ipv6 reporting hash: 72f6cbe4c7225623ed99083d20c4a2cb2f3b70ac diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1f95d5..9c8ef62e 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.34 +## (2022-02-15) + +* Create `touch` and `getBootTime` utility functions [Felipe Lalanne] +* Add update lock check to PATCH /v1/device/host-config [Christina Wang] + # v12.11.33 ## (2022-02-09) diff --git a/VERSION b/VERSION index a05e78b2..3bb378e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.33 \ No newline at end of file +12.11.34 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 2f9f9468..9fab33fc 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.33 +version: 12.11.34 diff --git a/package-lock.json b/package-lock.json index 0f4a15e8..2860f274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.33", + "version": "12.11.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 845cf553..c185f8d4 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.33", + "version": "12.11.34", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-02-09T17:57:10.311Z" + "publishedAt": "2022-02-15T15:58:43.328Z" } }