diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f42dd70f..ad671a28 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,72 @@ +- commits: + - subject: Update layers/meta-balena to b6d27b0d06a7be0f47e42173627bdb8102938a52 + hash: a48a8fa8f324c5553e8f2e99484089d8ca9b992b + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b6d27b0d06a7be0f47e42173627bdb8102938a52 + changelog-entry: Update layers/meta-balena to b6d27b0d06a7be0f47e42173627bdb8102938a52 + author: balena-renovate[bot] + nested: + - commits: + - subject: "resin-init-flasher: adapt EFI snippets to non-LUKS devices support" + hash: 014cfbc22b26cb642a9ebd59612208866d22497f + body: > + Adapt the EFI include file to the non-LUKS device support + changes + + introduced in cfa24c60b25699cadd2ca2e6c00232b515c1c6dc. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-config-vars: adapt to flasher non-LUKS device support" + hash: 426fd4aa88f25e6b231d017ca26659e07cd06f13 + body: > + Adapt to the changes to the flasher script to support non-LUKS + devices + + introduced in cfa24c60b25699cadd2ca2e6c00232b515c1c6dc. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "resin-init-flasher: add default LUKS configuration" + hash: 29df43ae23c12afd821f1e3d4ce3017bd201ca1a + body: > + The LUKS configuration now lives in the flasher configuration + file. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "hostapp-update-hooks: replace the identification of encrypted + partitions" + hash: 910a88eaf84e571bc53ea50ca167d9e703a063d8 + body: | + Adapt the grub update hook to the changes introduced in + https://github.com/balena-os/meta-balena/commit/d50e221988b3eda595bd86f93fd08965d6a09293 + 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.1.17 + title: "" + date: 2024-12-02T09:47:19.858Z + version: 6.1.17 + title: "" + date: 2024-12-02T12:50:00.399Z - commits: - subject: Update balena-yocto-scripts to 3eebec1f898038f5bbee0fcccb62b7178db2ef47 hash: 8ab725ef0c5c1115fd339a12277217698077c143 diff --git a/CHANGELOG.md b/CHANGELOG.md index e92109a0..cee80566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Change log ----------- +# v6.1.17 +## (2024-12-02) + + +
+ Update layers/meta-balena to b6d27b0d06a7be0f47e42173627bdb8102938a52 [balena-renovate[bot]] + +> ## meta-balena-6.1.17 +> ### (2024-12-02) +> +> * resin-init-flasher: adapt EFI snippets to non-LUKS devices support [Alex Gonzalez] +> * balena-config-vars: adapt to flasher non-LUKS device support [Alex Gonzalez] +> * resin-init-flasher: add default LUKS configuration [Alex Gonzalez] +> * hostapp-update-hooks: replace the identification of encrypted partitions [Alex Gonzalez] +> + +
+ # v6.1.16+rev1 ## (2024-11-29) diff --git a/VERSION b/VERSION index c94ee682..309f6ee8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.16+rev1 \ No newline at end of file +6.1.17 \ No newline at end of file