From 0b592e1e6cab595d852e657d53870c19617fa50c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 07:18:26 +0000 Subject: [PATCH] v5.3.25 --- .versionbot/CHANGELOG.yml | 123 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 32 ++++++++++ VERSION | 2 +- 3 files changed, 156 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9dba4172..29fcc556 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,126 @@ +- commits: + - subject: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595 + hash: 0edff434d38867d56f9908ceebd64e48520fe217 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595 + changelog-entry: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v16.4.1 + hash: e7a2723b8a0d0707574605462c8be396a9321e13 + body: | + Update balena-supervisor from 16.3.17 to 16.4.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Remove custom typings for docker-delta + hash: 28706510da4f3f09a12c4db6250dfe8f2a12eaa3 + body: > + This are no longer needed since docker-delta migrated to + typescript in + + v4 and the custom typings were actually masking some + bugs + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.4.1 + title: "" + date: 2024-07-05T21:13:40.384Z + - commits: + - subject: Refactor host-config to be its own module + hash: 53f5641ef1cd2e5374f55a50a601fb80d4872511 + body: > + The host-config module exposes the following interfaces: + get, + + patch, and parse. + + + `get` gets host configuration such as redsocks proxy + configuration + + and hostname and returns it in an object of type + HostConfiguration. + + + `patch` takes an object of type HostConfiguration or + LegacyHostConfiguration + + and updates the hostname and redsocks proxy + configuration, optionally + + forcing the patch through update locks. + + + `parse` takes a user input of unknown type and parses it + into type + + HostConfiguration or LegacyHostConfiguration for + patching, erroring if + + parse was unsuccessful. + + + LegacyHostConfiguration is a looser typing of the user + input which does + + not validate values of the five known proxy fields of + type, ip, port, + + username, and password. We should stop supporting it in + the next + + major Supervisor API release. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + - subject: Add HostConfig.parse method + hash: be986a62a5835116d58903fac9ffcf5c7d1fd0e1 + body: > + Parses input from PATCH /v1/device/host-config into + either + + type HostConfiguration, or if LegacyHostConfiguration if + + input is of an acceptable shape (for backwards + compatibility). + + + Once input has been determined to be of type + HostConfiguration, + + we can easily extract ProxyConfig from the object for + patching, + + stringifying, and writing to redsocks.conf. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-16.4.0 + title: "" + date: 2024-07-04T20:25:36.036Z + version: meta-balena-5.3.25 + title: "" + date: 2024-07-06T02:24:59.802Z + version: 5.3.25 + title: "" + date: 2024-07-06T07:18:21.513Z - commits: - subject: Update balena-yocto-scripts to 7e492de8e573786e21bb2dc14c7d2af89f6b1d54 hash: 5092536f01ae7465fcf7c8734f89be02593ac29c diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e4e531..1c2c0c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ Change log ----------- +# v5.3.25 +## (2024-07-06) + + +
+ Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595 [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.25 +> ### (2024-07-06) +> +> +>
+> Update balena-supervisor to v16.4.1 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-16.4.1 +>> #### (2024-07-05) +>> +>> * Remove custom typings for docker-delta [Felipe Lalanne] +>> +>> ### balena-supervisor-16.4.0 +>> #### (2024-07-04) +>> +>> * Refactor host-config to be its own module [Christina Ying Wang] +>> * Add HostConfig.parse method [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v5.3.24+rev1 ## (2024-07-05) diff --git a/VERSION b/VERSION index 2e900ce0..61519bce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.24+rev1 \ No newline at end of file +5.3.25 \ No newline at end of file