v5.1.51
This commit is contained in:
parent
ba083052ad
commit
97a6f055d9
3 changed files with 162 additions and 1 deletions
|
@ -1,3 +1,122 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c
|
||||
hash: 5e7e428231198ad57e25f646f08c4bc71082c5a2
|
||||
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-08T20:34:31.531Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to bbe9d4c565bbb3b158de268ee0a77076504e5419
|
||||
hash: 46f3911fd12ed9642f493e9c7589a13e2b44de9e
|
||||
|
|
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -1,6 +1,48 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v5.1.51
|
||||
## (2024-03-08)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to ae98ddffb1a8055d98b2104db2f2901e9eddc14c [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-5.1.51
|
||||
> ### (2024-03-08)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-supervisor to v16.1.4 [Self-hosted Renovate Bot] </summary>
|
||||
>
|
||||
>> ### 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]
|
||||
>>
|
||||
>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v5.1.50
|
||||
## (2024-03-07)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.50
|
||||
5.1.51
|
Loading…
Add table
Reference in a new issue