diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3065299..fdbf787 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,51 @@ +- commits: + - subject: Update layers/meta-balena to ecbbdd001ec3b7a052d170a5592ea8bfc43477f0 + hash: ee4e5ddacdf4d88520f0d91f1ac0817a24ff5920 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to ecbbdd001ec3b7a052d170a5592ea8bfc43477f0 + changelog-entry: Update layers/meta-balena to ecbbdd001ec3b7a052d170a5592ea8bfc43477f0 + author: renovate[bot] + nested: + - commits: + - subject: "balena-supervisor: Replace BOOT_MOUNTPOINT with + BALENA_BOOT_MOUNTPOINT" + hash: 8e4ed15d512304498540fd30c280a5f000dc4ba9 + body: > + BOOT_MOUNTPOINT is no longer exported in the configuration + environment. + 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: Remove BOOT_MOUNTPOINT from configuration + environment" + hash: 5ae6971c2574f4cc7a26ea420d25f2e36d80a965 + body: > + BALENA_BOOT_MOUNTPOINT is used in 32 places in the OS, while + + BOOT_MOUNTPOINT is used in 5. + + + This commit replaces BOOT_MOUNTPOINT with BALENA_BOOT_MOUNTPOINT to + + remove the duplication. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-2.99.22 + title: "'Replace BOOT_MOUNTPOINT with BALENA_BOOT_MOUNTPOINT'" + date: 2022-06-27T18:01:12.674Z + version: 2.99.22 + title: "'Update: update layers/meta-balena digest to ecbbdd0'" + date: 2022-06-28T00:16:20.136Z - commits: - subject: Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 hash: e01591c449fd8c5fb366309be0b243d1e0337fae diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb685b..9afe7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v2.99.22 +## (2022-06-28) + + +
+ Update layers/meta-balena to ecbbdd001ec3b7a052d170a5592ea8bfc43477f0 [renovate[bot]] + +> ## meta-balena-2.99.22 +> ### (2022-06-27) +> +> * balena-supervisor: Replace BOOT_MOUNTPOINT with BALENA_BOOT_MOUNTPOINT [Alex Gonzalez] +> * balena-config-vars: Remove BOOT_MOUNTPOINT from configuration environment [Alex Gonzalez] +> +
+ # v2.99.21 ## (2022-06-27) diff --git a/VERSION b/VERSION index d7ac1f2..b0798cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.99.21 \ No newline at end of file +2.99.22 \ No newline at end of file