From b6dc1a57cce363a29f721b1b11151978a2a3d7a2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:04:46 +0000 Subject: [PATCH] v2.115.12 --- .versionbot/CHANGELOG.yml | 113 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 42 ++++++++++++++ VERSION | 2 +- 3 files changed, 156 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9251ba3..72579f3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,116 @@ +- commits: + - subject: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82 + hash: 974fc2bb171d7d6639c89f6cad3769058b989192 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82 + changelog-entry: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v14.11.7 + hash: d2277092cfb2f61f7fcd1197f0b431f45fe169d7 + body: | + Update balena-supervisor from 14.11.3 to 14.11.7 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Fix /v2/applications/state endpoint + hash: 12eac04484e3c0a347b6f31783ed7973991046fa + body: > + It was returning stale information, particularly the + download progress + + of the target release images never got updated. + footer: + Change-type: patch + change-type: patch + Closes: "#2174" + closes: "#2174" + author: Felipe Lalanne + nested: [] + version: balena-supervisor-14.11.7 + title: "" + date: 2023-06-19T21:54:56.093Z + - commits: + - subject: Add fail-safe to test the image architecture + hash: 1cf325d5c55bfb9d2ebb4cde7b9c448a6cfb2067 + body: > + Verify that the target image architecture matches what + is expected + + according to the balena app architecture. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Use multi-arch in dockerfile + hash: c1b157971d5fe15f9b85cdc6f0eed90b8d2eb22f + body: > + This is necessary since the builder no longer passes the + platform flag + + to the build. This would lead to dockerfiles that are mixing multi and single + + arch stages to pull the wrong architecture images, particularly when + + trying to build images in emulated builds (e.g. armv7hf built on aarch64). + + + Moving the full build to multi-arch solves this as the docker engine is + + capable of chosing the right architecture from the manifest. + footer: + Relatest-to: balena-io/balena-builder#1010 + relatest-to: balena-io/balena-builder#1010 + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-14.11.6 + title: "" + date: 2023-06-19T20:53:34.395Z + - commits: + - subject: Improve tests surrounding Engine-host race patch + hash: 7eba48f8b832ec16465565f210e659a9f822e5b3 + body: "" + footer: + See: "#2170" + see: "#2170" + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-14.11.5 + title: "" + date: 2023-06-19T19:01:19.323Z + - commits: + - subject: Specify fs type when mounting partitions to prevent "Can't open + blockdev" warnings + hash: e6662f664c15a16e4f36fa128510c5367b20a09f + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-14.11.4 + title: "" + date: 2023-06-19T07:56:33.558Z + version: meta-balena-2.115.12 + title: "" + date: 2023-06-23T09:04:04.118Z + version: 2.115.12 + title: "" + date: 2023-06-23T10:04:39.051Z - commits: - subject: Update layers/meta-balena to 2d298dfd21cc69271a25642a74608ff39c9ca33f hash: 851e20d5b1e267afad9618a38535acf0a61b3c4b diff --git a/CHANGELOG.md b/CHANGELOG.md index f465fe3..54f11c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,48 @@ Change log ----------- +# v2.115.12 +## (2023-06-23) + + +
+ Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82 [Self-hosted Renovate Bot] + +> ## meta-balena-2.115.12 +> ### (2023-06-23) +> +> +>
+> Update balena-supervisor to v14.11.7 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-14.11.7 +>> #### (2023-06-19) +>> +>> * Fix /v2/applications/state endpoint [Felipe Lalanne] +>> +>> ### balena-supervisor-14.11.6 +>> #### (2023-06-19) +>> +>> * Add fail-safe to test the image architecture [Felipe Lalanne] +>> * Use multi-arch in dockerfile [Felipe Lalanne] +>> +>> ### balena-supervisor-14.11.5 +>> #### (2023-06-19) +>> +>> * Improve tests surrounding Engine-host race patch [Christina Ying Wang] +>> +>> ### balena-supervisor-14.11.4 +>> #### (2023-06-19) +>> +>> * Specify fs type when mounting partitions to prevent "Can't open blockdev" warnings [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v2.115.11 ## (2023-06-21) diff --git a/VERSION b/VERSION index 18c02ad..63adb54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.115.11 \ No newline at end of file +2.115.12 \ No newline at end of file