From 5c94c61b0a19a063a4c7201ee674d39351358e7b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:04:24 +0000 Subject: [PATCH] v16.12.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 00ee3000..7a5a3ea1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena-io/deploy-to-balena-action action to v2.0.92 + hash: c57622e2264e41078e907d6ba8de9d5206bb6293 + body: | + Update balena-io/deploy-to-balena-action from 2.0.74 to 2.0.92 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 16.12.2 + title: "" + date: 2025-02-11T01:04:22.736Z - commits: - subject: Pin io-ts version to v2.2.20 hash: 88e821ed8e36e10d6429dc31950b5aeed968aa3f diff --git a/CHANGELOG.md b/CHANGELOG.md index e9162153..56a97ec9 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.12.2 +## (2025-02-11) + +* Update balena-io/deploy-to-balena-action action to v2.0.92 [balena-renovate[bot]] + # v16.12.1 ## (2025-02-10) diff --git a/VERSION b/VERSION index edb9a482..04365e31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.12.1 \ No newline at end of file +16.12.2 \ No newline at end of file diff --git a/balena.yml b/balena.yml index b9220469..a4abdd7e 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.12.1 +version: 16.12.2 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 5130fd51..4f9d68e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "16.12.1", + "version": "16.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "16.12.1", + "version": "16.12.2", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index 982a85ba..7e87eeaa 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.12.1", + "version": "16.12.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -137,6 +137,6 @@ "yargs": "^17.7.2" }, "versionist": { - "publishedAt": "2025-02-10T22:51:52.294Z" + "publishedAt": "2025-02-11T01:04:23.262Z" } }