Skip to content

Commit

Permalink
v5.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 8, 2024
1 parent 9eaec51 commit ae98ddf
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 1 deletion.
107 changes: 107 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,110 @@
- 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: 5.1.51
title: ""
date: 2024-03-08T18:44:40.323Z
- commits:
- subject: "tests/device-tree: Rework to account for new form of setting dtoverlay
in config.txt by the supervisor"
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,37 @@
Change log
-----------

# v5.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>

# v5.1.50
## (2024-03-07)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "5.1.50"
DISTRO_VERSION = "5.1.51"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit ae98ddf

Please sign in to comment.