This commit is contained in:
Balena CI 2022-12-07 19:29:25 +00:00
parent 5c9b896c82
commit cb72b8337b
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 28 additions and 6 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Stop using host journalctl
hash: 91b119cbaec5c8f8a58ab0e2f724641195a1d316
body: |
The supervisor had to chroot into the host root in order to read the
journal logs. This won't be possible anymore once the supervisor becomes
an app. This commit copies the journalctl binary and necessary libraries
from a debian image into the supervisor image in order to be able to use
the tool on runtime.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.4.5
title: ""
date: 2022-12-07T19:29:23.028Z
- commits:
- subject: Enable node16 module resolution in tsconfig to ease the ESM transition
hash: 836f6ab7541b49776e23f143209257d9d0b18004

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.5
## (2022-12-07)
* Stop using host journalctl [Felipe Lalanne]
# v14.4.4
## (2022-11-22)

View File

@ -1 +1 @@
14.4.4
14.4.5

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.4
version: 14.4.5
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.4.4",
"version": "14.4.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.4.4",
"version": "14.4.5",
"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.4",
"version": "14.4.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -145,6 +145,6 @@
}
},
"versionist": {
"publishedAt": "2022-11-22T15:22:25.533Z"
"publishedAt": "2022-12-07T19:29:23.783Z"
}
}