From acb859c1c6bc0e2caefc13013bc4cc475f8c4c98 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:34:33 +0000 Subject: [PATCH] v4.0.19 --- .versionbot/CHANGELOG.yml | 123 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 51 ++++++++++++++++ VERSION | 2 +- 3 files changed, 175 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2700d63..f2432b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,126 @@ +- commits: + - subject: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50 + hash: a5228b850e01b0fe42fc5c26d40e73321d5bd95c + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50 + changelog-entry: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "flowzone: meta-balena-esr: add weekly run to keep workflow enabled" + hash: 858161349540531fb1554be2ca3bcf1468f57dea + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-4.0.19 + title: "" + date: 2023-10-03T10:42:46.377Z + - commits: + - subject: Update balena-supervisor to v14.13.4 + hash: 5d0cd299c2ee51c73e4165df5681ab9ef9fcba81 + body: | + Update balena-supervisor from 14.12.2 to 14.13.4 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Add tmpfs for /mnt/root/tmp in test env + hash: 5564a51acf4897c7981808d8bdd28e1c016caca1 + body: > + This is to prevent the target state cache from getting + written to host + + during tests. + 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.13.4 + title: "" + date: 2023-10-02T21:38:10.350Z + - commits: + - subject: Use `~=` to specify alpine package versions + hash: 4a4a8a59bfd664e9683f60d4681a0c6583c68dd1 + body: > + Alpine allows the `~=` syntax to match a part of the + package version + + when installing. In this case we want to use it to specify node and + + npm major versions + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-14.13.3 + title: "" + date: 2023-10-02T14:22:18.491Z + - commits: + - subject: Use native structuredClone instead of _.cloneDeep + hash: 06d4775178af40264d0dfe476ee11815235fc52e + body: > + Memory tests have shown performance improvements to + using the native method. + 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.13.2 + title: "" + date: 2023-09-30T00:37:03.496Z + - commits: + - subject: Update balena-io/deploy-to-balena-action to v1.0.3 + hash: aa07a160e9fb7b94576b428064ff61b6de193170 + body: Update balena-io/deploy-to-balena-action + footer: + Changelog-entry: Update balena-io/deploy-to-balena-action to v1.0.3 + changelog-entry: Update balena-io/deploy-to-balena-action to v1.0.3 + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Self-hosted Renovate Bot + nested: [] + version: balena-supervisor-14.13.1 + title: "" + date: 2023-09-28T20:17:05.922Z + - commits: + - subject: Update runtime-base image to alpine:3.18 + hash: 3766013cbdbb8864abf2f353332b27713c357818 + body: | + We were still on 3.16, where the nodejs package was + pointed at Node 16. 3.18 moves the pointer to Node 18. + 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-14.13.0 + title: "" + date: 2023-09-28T18:13:11.954Z + version: meta-balena-4.0.18 + title: "" + date: 2023-10-03T10:09:53.629Z + version: 4.0.19 + title: "" + date: 2023-10-03T13:34:25.001Z - commits: - subject: Update layers/meta-balena to b1e2d7f34e4bffe2c6149b0a360cb226c6f644a7 hash: 2d1e267ae3f9edda6b41c28b9534d6a53a79a1b3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18133a8..ab947e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,57 @@ Change log ----------- +# v4.0.19 +## (2023-10-03) + + +
+ Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50 [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.19 +> ### (2023-10-03) +> +> * flowzone: meta-balena-esr: add weekly run to keep workflow enabled [Alex Gonzalez] +> +> ## meta-balena-4.0.18 +> ### (2023-10-03) +> +> +>
+> Update balena-supervisor to v14.13.4 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-14.13.4 +>> #### (2023-10-02) +>> +>> * Add tmpfs for /mnt/root/tmp in test env [Christina Ying Wang] +>> +>> ### balena-supervisor-14.13.3 +>> #### (2023-10-02) +>> +>> * Use `~=` to specify alpine package versions [Felipe Lalanne] +>> +>> ### balena-supervisor-14.13.2 +>> #### (Invalid date) +>> +>> * Use native structuredClone instead of _.cloneDeep [Christina Ying Wang] +>> +>> ### balena-supervisor-14.13.1 +>> #### (2023-09-28) +>> +>> * Update balena-io/deploy-to-balena-action to v1.0.3 [Self-hosted Renovate Bot] +>> +>> ### balena-supervisor-14.13.0 +>> #### (2023-09-28) +>> +>> * Update runtime-base image to alpine:3.18 [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v4.0.17 ## (2023-10-03) diff --git a/VERSION b/VERSION index 26d66b7..7952030 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.17 \ No newline at end of file +4.0.19 \ No newline at end of file