From 22931f00788bb940fcd97e8a6617e6203b8889ef Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:50:04 +0000 Subject: [PATCH] v5.1.7 --- .versionbot/CHANGELOG.yml | 100 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 37 ++++++++++++++ VERSION | 2 +- 3 files changed, 138 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ec35a101..83a15b7c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,103 @@ +- commits: + - subject: Update layers/meta-balena to e1c602542c6fa2f51ea6e2ff0e6d60e0e3d5beb3 + hash: 9a4ea6ccc1f1d21159f54ddd7ea737fab527a6c0 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to e1c602542c6fa2f51ea6e2ff0e6d60e0e3d5beb3 + changelog-entry: Update layers/meta-balena to e1c602542c6fa2f51ea6e2ff0e6d60e0e3d5beb3 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v15.2.0 + hash: f3df642e9f4e6525d68fe00b3141b1fa4cdf4fef + body: | + Update balena-supervisor from 15.0.4 to 15.2.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Try MDNS lookup only if regular DNS lookup fails + hash: dec39a35d40532a82ac2f2bbcaa2c179b67d3d4a + body: > + This is meant to allow users to configure their device + to + + resolve `.local` queries via dnsmasq by modifying config.json, e.g. `dnsServers": + + "/bob.local/172.17.0.33`. + + + This would fail before as MDNS lookups would always come first + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + - subject: Refactor mdns lookup code in app entry + hash: 7a39da92b7bb1537a6df3dec6ad665d35e891bcc + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-15.2.0 + title: "" + date: 2024-01-08T13:25:37.100Z + - commits: + - subject: "docs: api: start-service: specify this endpoint affects the device" + hash: 096fdbc74ab4ca9a58603eec5774435ff07bedb1 + body: > + The description incorrectly states the endpoint would + start a service + + in the whole fleet while it only affects the device. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: balena-supervisor-15.1.1 + title: "" + date: 2024-01-02T18:35:24.583Z + - commits: + - subject: Force remove container if updateMetadata fails + hash: 3ea8d4727a4f4b068b308d1f407b7cf0dae2733b + body: > + The `updateMetadata` step renames the container to match + the target + + release when the service doesn't change between releases. We have seen + + this step fail because of an engine bug that seems to relate to the + + engine keeping stale references after container restarts. The only way + + around this issue is to remove the old container and create it again. + + This implements that workaround during the updateMetadata step to deal + + with that issue. + footer: + Change-type: minor + change-type: minor + Relates-to: balena-os/balena-engine#261 + relates-to: balena-os/balena-engine#261 + author: Felipe Lalanne + nested: [] + version: balena-supervisor-15.1.0 + title: "" + date: 2023-11-22T20:12:13.595Z + version: meta-balena-5.1.7 + title: "" + date: 2024-01-09T11:48:54.597Z + version: 5.1.7 + title: "" + date: 2024-01-09T15:49:58.995Z - commits: - subject: Update layers/meta-balena to 18da0e4751bacb78b3da4e95d58a466e32b36faf hash: 8a0201b624cdc6af55e4cdb34e56c256f0ccd606 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de3e709..f953a83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,43 @@ Change log ----------- +# v5.1.7 +## (2024-01-09) + + +
+ Update layers/meta-balena to e1c602542c6fa2f51ea6e2ff0e6d60e0e3d5beb3 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.7 +> ### (2024-01-09) +> +> +>
+> Update balena-supervisor to v15.2.0 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-15.2.0 +>> #### (2024-01-08) +>> +>> * Try MDNS lookup only if regular DNS lookup fails [Felipe Lalanne] +>> * Refactor mdns lookup code in app entry [Felipe Lalanne] +>> +>> ### balena-supervisor-15.1.1 +>> #### (2024-01-02) +>> +>> * docs: api: start-service: specify this endpoint affects the device [Alex Gonzalez] +>> +>> ### balena-supervisor-15.1.0 +>> #### (2023-11-22) +>> +>> * Force remove container if updateMetadata fails [Felipe Lalanne] +>> +> +>
+> +> + +
+ # v5.1.6 ## (2024-01-08) diff --git a/VERSION b/VERSION index 7a3e417f..693ad745 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.6 \ No newline at end of file +5.1.7 \ No newline at end of file