From 3d208ccb1785f160346eb6492184f37256b40f48 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 03:17:55 +0000 Subject: [PATCH] v6.0.31 --- .versionbot/CHANGELOG.yml | 56 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 16 +++++++++++ VERSION | 2 +- 3 files changed, 73 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 81a2b3fd..fb4b0da1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,59 @@ +- commits: + - subject: Update layers/meta-balena to b3ab5311c0ad999dc896ab5b9a85e48098ddd3dc + hash: c0d53f5730a7abd720b83222a7e1138816a297d9 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b3ab5311c0ad999dc896ab5b9a85e48098ddd3dc + changelog-entry: Update layers/meta-balena to b3ab5311c0ad999dc896ab5b9a85e48098ddd3dc + author: balena-renovate[bot] + nested: + - commits: + - subject: "mkfs-hostapp-native: update Dockerfile to using trixie" + hash: 61265dc52127a461b476c225268e3d6be6f9eabf + body: >- + This is required to be able to build in host distributions that + use + + glibc v2.39 to avoid errors such as: + + + ``` + + | + hostapp-update -f /input -n + + | Running hostapp update... + + | touch: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' + not found (required by touch) + + ``` + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "meta-balena-rust: rust-llvm: backport a fix for build with gcc-13" + hash: c8863a14595c7147a7072b21420eb803ef146779 + body: | + * needed for rust-llvm-native on hosts with gcc-13 + + (backport from + 335eb3a93e96 rust-llvm: backport a fix for build with gcc-13) + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-6.0.31 + title: "" + date: 2024-09-20T21:32:01.568Z + version: 6.0.31 + title: "" + date: 2024-09-21T03:17:49.061Z - commits: - subject: Update balena-yocto-scripts to 0899d814aa7f25d48825ac701c61e066f7b0c4f5 hash: 063df85665cd63e890e7086dac9adfcb2f821bc9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8e646a..f9bb69a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # v2.105.10 ## (2022-10-13) +# v6.0.31 +## (2024-09-21) + + +
+ Update layers/meta-balena to b3ab5311c0ad999dc896ab5b9a85e48098ddd3dc [balena-renovate[bot]] + +> ## meta-balena-6.0.31 +> ### (2024-09-20) +> +> * mkfs-hostapp-native: update Dockerfile to using trixie [Alex Gonzalez] +> * meta-balena-rust: rust-llvm: backport a fix for build with gcc-13 [Alex Gonzalez] +> + +
+ # v6.0.30+rev1 ## (2024-09-20) diff --git a/VERSION b/VERSION index ed34179d..2b067aa0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.30+rev1 \ No newline at end of file +6.0.31 \ No newline at end of file