diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 54af921..2e3ed41 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,53 @@ +- commits: + - subject: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 + hash: 96510e6e1fe8c1087b06315d849b307a9310e366 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 + changelog-entry: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 + author: Renovate Bot + nested: + - commits: + - subject: "recipes-bsp/u-boot: Disable saveenv shell command" + hash: 376e597c49c8b011559294501d9158184d4742f4 + body: > + balenaOS uboot exports specific environment variables + + in resinOS_uEnv.txt and does not have any use-cases of + + saving the entire uboot environment in any device specific + + partitions. This because it relies on the default environment being + + stored in the u-boot binary. + + + Let's disable the saveenv command and avoid potential incorrect + + usage which may overwrite the partition table, resin-boot filesystem + + or other areas of the eMMC that may be pre-configured by the BSP. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + - subject: Update tests/leviathan digest to 771bac8 + hash: 3c5ea2af806515b479f605d0df64fd347393b5f6 + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: [] + version: meta-balena-2.112.13 + title: "" + date: 2023-02-22T10:34:14.804Z + version: 2.112.13 + title: "" + date: 2023-02-22T12:12:11.480Z - commits: - subject: Update CI workflow to allow external contributions hash: 0e2b9fc95818685119b98eca131d19eff69d8970 diff --git a/CHANGELOG.md b/CHANGELOG.md index 534233a..ab0b115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Change log ----------- +# v2.112.13 +## (2023-02-22) + + +
+ Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 [Renovate Bot] + +> ## meta-balena-2.112.13 +> ### (2023-02-22) +> +> * recipes-bsp/u-boot: Disable saveenv shell command [Alexandru Costache] +> * Update tests/leviathan digest to 771bac8 [Renovate Bot] +> + +
+ # v2.112.12+rev2 ## (2023-02-21) diff --git a/VERSION b/VERSION index 0861934..7b88a7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.112.12+rev2 \ No newline at end of file +2.112.13 \ No newline at end of file