From 3049b03cba82df70dae7ba0b5fce5786f01939f9 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:24:33 +0000 Subject: [PATCH] v16.5.6 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8d455961..5734bbb7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "Revert PR #2364" + hash: 3cebfa9f789c973f94f285da2a4edcc4095e63c0 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: 16.5.6 + title: "" + date: 2024-08-23T00:24:26.769Z - commits: - subject: Avoid unnecessary config calls during Supervisor init hash: fc6927e53d8460863ee495405750feb62ef0483c diff --git a/CHANGELOG.md b/CHANGELOG.md index 9769b874..ce1649f3 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/). +# v16.5.6 +## (2024-08-23) + +* Revert PR #2364 [Christina Ying Wang] + # v16.5.5 ## (2024-08-21) diff --git a/VERSION b/VERSION index 4099ee75..151d5464 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.5.5 \ No newline at end of file +16.5.6 \ No newline at end of file diff --git a/balena.yml b/balena.yml index a3a2ec52..ba6d0255 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 16.5.5 +version: 16.5.6 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 0c59d111..f23349dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "16.5.5", + "version": "16.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "16.5.5", + "version": "16.5.6", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index 4ffc4d3a..669672be 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": "16.5.5", + "version": "16.5.6", "license": "Apache-2.0", "repository": { "type": "git", @@ -135,6 +135,6 @@ "yargs": "^17.7.2" }, "versionist": { - "publishedAt": "2024-08-21T04:35:55.384Z" + "publishedAt": "2024-08-23T00:24:27.281Z" } }