mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.4.8
This commit is contained in:
parent
f155672540
commit
062078ab60
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user