This commit is contained in:
Balena CI 2022-12-15 22:29:20 +00:00
parent f155672540
commit 062078ab60
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 38 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
14.4.7
14.4.8

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -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"
}
}