From 978652b292fa06e615a7971c657cf48412503a48 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:11:20 +0000 Subject: [PATCH] v16.12.7 --- .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 3f428fd0..bc4c881f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Release locks when removing apps + hash: 026dc0aed29ce7d66cfdd8616d80d1f5daf3ad46 + body: | + This prevents leftover locks that can prevent other operations from + taking place. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 16.12.7 + title: "" + date: 2025-03-06T19:11:18.704Z - commits: - subject: Log non-API errors during state poll hash: 6d00be20930398699da1006176dac1e81b2dbbd6 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf73e77f..3cd72d3b 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.7 +## (2025-03-06) + +* Release locks when removing apps [Felipe Lalanne] + # v16.12.6 ## (2025-03-04) diff --git a/VERSION b/VERSION index da2e9fe1..fc18c22a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.12.6 \ No newline at end of file +16.12.7 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 17b6678f..599615ba 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.6 +version: 16.12.7 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index ec320740..b9776c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "16.12.6", + "version": "16.12.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "16.12.6", + "version": "16.12.7", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index f5c7e9e7..ed6860cc 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.6", + "version": "16.12.7", "license": "Apache-2.0", "repository": { "type": "git", @@ -137,6 +137,6 @@ "yargs": "^17.7.2" }, "versionist": { - "publishedAt": "2025-03-04T14:25:07.201Z" + "publishedAt": "2025-03-06T19:11:19.229Z" } }