diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c72db3a4..3b928231 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,46 @@ +- commits: + - subject: Update contracts to 12fb777da3f386501d3fa386b9ac9319afd9a424 + hash: 2d20afa1f757214c2307d82fc9c236eea817236b + body: Update contracts + footer: + Changelog-entry: Update contracts to 12fb777da3f386501d3fa386b9ac9319afd9a424 + changelog-entry: Update contracts to 12fb777da3f386501d3fa386b9ac9319afd9a424 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "raspberrypi5: remove reference to 64bits in display name" + hash: 5f7d9230b8ed3caffbfab717b2a197a5b6d83466 + body: | + There won't be a 32bits OS for this device type. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + version: contracts-2.0.75 + title: "" + date: 2023-09-28T14:04:28.190Z + - commits: + - subject: "raspberrypi5: Explicitly flag as public for the switch to apply" + hash: da8c456a1aecb30dfe1ef3ad27e0ac59449ecac8 + body: > + As the device was previously private, the `is_private` needs to + be + + explicitly set to false for the device type to become public. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + version: contracts-2.0.74 + title: "" + date: 2023-09-28T13:27:54.317Z + version: 4.0.16+rev1 + title: "" + date: 2023-09-28T17:17:20.637Z - commits: - subject: Update layers/meta-balena to 1c9c4813033186cefde51b9639edf7035f070c9d hash: 484b4f17f2e1a158b3c1ed5668aefc992802ce08 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e20628b..44d6fa9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v4.0.16+rev1 +## (2023-09-28) + + +
+ Update contracts to 12fb777da3f386501d3fa386b9ac9319afd9a424 [Self-hosted Renovate Bot] + +> ## contracts-2.0.75 +> ### (2023-09-28) +> +> * raspberrypi5: remove reference to 64bits in display name [Alex Gonzalez] +> +> ## contracts-2.0.74 +> ### (2023-09-28) +> +> * raspberrypi5: Explicitly flag as public for the switch to apply [Alex Gonzalez] +> + +
+ # v4.0.16 ## (2023-09-28) diff --git a/VERSION b/VERSION index f2648f67..934e23f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.16 \ No newline at end of file +4.0.16+rev1 \ No newline at end of file