diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 467aca8ba..a899e6cc5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 + hash: 0ae8f64b10bf1b598c5f37edf1269c406bf266a2 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 + changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 + author: balena-renovate[bot] + nested: + - commits: + - subject: "initrdscripts: replace cut by awk for parsing lsblk in cryptsetup + hook" + hash: c9544aaf502943f3b492d0a5907f1c1e401c6ac7 + body: > + cut is sensitive to the amount of delimiter characters when + parsing + + output, so e.g. an additional space between two elements causes + + every field shift by one index. + + + This patch replaces the use of cut by awk, which should be more + robust. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-6.0.28 + title: "" + date: 2024-09-18T04:59:46.616Z + version: 6.0.28 + title: "" + date: 2024-09-18T07:16:27.844Z - commits: - subject: Update layers/meta-balena to 4beee6b7c22d2950e4d49c620c1a5fbea7a36f02 hash: 1dfe2fd1fa759bdeaef5213117d53d07b446a32d diff --git a/CHANGELOG.md b/CHANGELOG.md index 87eab130b..4fab82401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v6.0.28 +## (2024-09-18) + + +
+ Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 [balena-renovate[bot]] + +> ## meta-balena-6.0.28 +> ### (2024-09-18) +> +> * initrdscripts: replace cut by awk for parsing lsblk in cryptsetup hook [Michal Toman] +> + +
+ # v6.0.27 ## (2024-09-17) diff --git a/VERSION b/VERSION index 452b36ce0..6433b6963 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.27 \ No newline at end of file +6.0.28 \ No newline at end of file