diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1cc2994..2856119 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 + hash: 3fab945e13581a3c99be7a441bd2aa7192009eda + 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:13:34.389Z - commits: - subject: Update layers/meta-balena to 4beee6b7c22d2950e4d49c620c1a5fbea7a36f02 hash: c9e3aad6dd146dd99fe16b40098952575123d2ab diff --git a/CHANGELOG.md b/CHANGELOG.md index 345ea46..da69350 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 452b36c..6433b69 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