diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 04fd3e6..c73eb82 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,60 @@ +- commits: + - subject: Update layers/meta-balena to 3617c776ed31ef47429bb266d4276d63f19a2d58 + hash: c1e584c4a10c5f6f70f9f58a4a19461543e33bd0 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3617c776ed31ef47429bb266d4276d63f19a2d58 + changelog-entry: Update layers/meta-balena to 3617c776ed31ef47429bb266d4276d63f19a2d58 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "os-helpers-logging: replace broken container check" + hash: 2dc4f8eb88dc51304cca55498b4bd5ceb7127d98 + body: > + Detecting whether the script is running in a PID namespace by + checking + + `/proc/1/sched` does not work for newer kernels + + (see https://github.com/systemd/systemd/pull/17917). + + + Properly detecting this is too cumbersome for a bash logging script, + + see https://github.com/systemd/systemd/pull/17902, however, falling + + back to the last check, that is, seeing if `/.dockerenv` exists is easy + + enough and works for our use case. + + + This script will only be called from the hostOS, and the only case it is + + called from a container is during HUP and the container is always a hostOS + + image. So even though the interface chosen by moby, a file under /, + + is a bad interface in general, it works fine for the specific limitations + + of balenaOS. + + + Also, check for `/run/.containerenv` which is the equivalent interface + + for podman for future proofing. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-5.0.6 + title: "" + date: 2023-12-05T18:35:11.870Z + version: 5.0.6 + title: "" + date: 2023-12-05T23:36:09.461Z - commits: - subject: Update layers/meta-balena to 11ab946c68bc4245e2449ebf4765ecfc1c73831d hash: 49f159cf7fbef334253aa1a42b3debe2d8811dd1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3467c3f..8503b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.0.6 +## (2023-12-05) + + +
+ Update layers/meta-balena to 3617c776ed31ef47429bb266d4276d63f19a2d58 [Self-hosted Renovate Bot] + +> ## meta-balena-5.0.6 +> ### (2023-12-05) +> +> * os-helpers-logging: replace broken container check [Alex Gonzalez] +> + +
+ # v5.0.5 ## (2023-12-02) diff --git a/VERSION b/VERSION index 25b08bb..4d5e528 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.5 \ No newline at end of file +5.0.6 \ No newline at end of file