From 68df75807be10ecee24a052699d62066bf1b1689 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:34:40 +0000 Subject: [PATCH] v5.1.51 --- .versionbot/CHANGELOG.yml | 119 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 42 ++++++++++++++ VERSION | 2 +- 3 files changed, 162 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3acdc5cb..37ea4e97 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,122 @@ +- commits: + - subject: Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c + hash: a79b79af6c8b25168e5c1e17b42db58cfe3eba91 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c + changelog-entry: Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v16.1.4 + hash: 932d20360314f8297c9b34f5940a95847cc48f58 + body: | + Update balena-supervisor from 16.1.0 to 16.1.4 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-register-device and its deps + hash: 790f6b71e4c127a6c6078e3f3797992e78995d3b + body: | + This bumps the related dependencies + + - balena-register-device + - balena-request + - balena-auth + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.1.4 + title: "" + date: 2024-03-08T14:10:19.423Z + - commits: + - subject: Remove dependency on @balena/happy-eyeballs + hash: 08727ed2b5f67c55b2469d3ee5c5e2857119521b + body: > + Node 20 now implements the happy eyeballs algorithm as + part of its core + + `net` module, with the + [autoSelectFamily](https://nodejs.org/docs/latest-v20.x/api/net.html#netgetdefaultautoselectfamily) + option of `socket.connect`. This option defaults to + `true`, meaning that a separate + + implementation of happy eyeballs is no longer needed. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Update Node to v20 + hash: b77dba20462df90ca720dae3fcacb84628fd5069 + body: > + This updates the supervisor runtime to latest Node LTS + version. There + + are no breaking changes related to this bump. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.1.3 + title: "" + date: 2024-03-07T16:10:24.150Z + - commits: + - subject: Update typescript to v5 + hash: 6217546894e25c8216d305f231876fc888a6e407 + body: > + This also updates code to use the default import syntax + instead of + + `import * as` when the imported module exposes a + default. This is needed + + with the latest typescript version. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.1.2 + title: "" + date: 2024-03-06T14:06:45.274Z + - commits: + - subject: Update @balena/lint to v7 + hash: 988a1c9e9a2317a66f2be0a1dbddb89f8084014f + body: > + This updates balena lint to the latest version to enable + eslint support + + and unblock Typescript updates. This is a huge number of + changes as the + + linting rules are much more strict now, requiring + modifiying most files + + in the codebase. This commit also bumps the test + dependency `rewire` as + + that was interfering with the update of balena-lint + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.1.1 + title: "" + date: 2024-03-04T18:16:11.250Z + version: meta-balena-5.1.51 + title: "" + date: 2024-03-08T18:44:40.323Z + version: 5.1.51 + title: "" + date: 2024-03-08T23:34:36.078Z - commits: - subject: Update layers/meta-balena to bbe9d4c565bbb3b158de268ee0a77076504e5419 hash: 17187f16118dc60f7ec593655c8193610ec2945a diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b26114..2a15cb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,48 @@ Change log ----------- +# v5.1.51 +## (2024-03-08) + + +
+ Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.51 +> ### (2024-03-08) +> +> +>
+> Update balena-supervisor to v16.1.4 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-16.1.4 +>> #### (2024-03-08) +>> +>> * Update balena-register-device and its deps [Felipe Lalanne] +>> +>> ### balena-supervisor-16.1.3 +>> #### (2024-03-07) +>> +>> * Remove dependency on @balena/happy-eyeballs [Felipe Lalanne] +>> * Update Node to v20 [Felipe Lalanne] +>> +>> ### balena-supervisor-16.1.2 +>> #### (2024-03-06) +>> +>> * Update typescript to v5 [Felipe Lalanne] +>> +>> ### balena-supervisor-16.1.1 +>> #### (2024-03-04) +>> +>> * Update @balena/lint to v7 [Felipe Lalanne] +>> +> +>
+> +> + +
+ # v5.1.50 ## (2024-03-07) diff --git a/VERSION b/VERSION index 0b2699b2..856ecace 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.50 \ No newline at end of file +5.1.51 \ No newline at end of file