From 062078ab6000154f1f3d707648f63e8a659c967c Mon Sep 17 00:00:00 2001 From: Balena CI Date: Thu, 15 Dec 2022 22:29:20 +0000 Subject: [PATCH] v14.4.8 --- .versionbot/CHANGELOG.yml | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 38 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9cfdfa0d..53d48a4b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Fix journalctl to work with persistent logs + hash: 55594274f78d20b2d86c3bc683d7c27d7cde60c2 + body: > + v14.4.5 introduced a new way to retrieve the host logs by symlinking the + + log directories into the host /run/log/journal and using a local copy of + + the journalctl binary instead of chrooting into the host. This failed to + + account for the location of persistent logs when that option is turned + + on (/var/log/journal instead of /run/log/journal). This fixes the checks + + consider this case and also makes sure to remove the original symlink to + + avoid having nested links `/run/log/journal/journal/journal`, which was a + + bug in the previous implementation. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 14.4.8 + title: "" + date: 2022-12-15T22:29:17.729Z - commits: - subject: Update API.md hash: 24e5996b56464d5476c3a3940a967c25ba3a32da diff --git a/CHANGELOG.md b/CHANGELOG.md index e660fb37..fa9a5a84 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/). +# v14.4.8 +## (2022-12-15) + +* Fix journalctl to work with persistent logs [Felipe Lalanne] + # v14.4.7 ## (2022-12-15) diff --git a/VERSION b/VERSION index 7a771838..4f92df2d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.4.7 \ No newline at end of file +14.4.8 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 23229916..4367fe04 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: 14.4.7 +version: 14.4.8 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 8187c4b2..eaea0d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.4.7", + "version": "14.4.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.4.7", + "version": "14.4.8", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index 126e60fb..0d420f82 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": "14.4.7", + "version": "14.4.8", "license": "Apache-2.0", "repository": { "type": "git", @@ -145,6 +145,6 @@ } }, "versionist": { - "publishedAt": "2022-12-15T20:39:48.550Z" + "publishedAt": "2022-12-15T22:29:18.619Z" } }