This commit is contained in:
flowzone-app[bot] 2024-03-07 16:10:27 +00:00 committed by GitHub
parent f4a42d4e3d
commit e2de416801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 42 additions and 6 deletions

View File

@ -1,3 +1,33 @@
- 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: 16.1.3
title: ""
date: 2024-03-07T16:10:24.150Z
- commits:
- subject: Update typescript to v5
hash: 6217546894e25c8216d305f231876fc888a6e407

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
# v16.1.3
## (2024-03-07)
* Remove dependency on @balena/happy-eyeballs [Felipe Lalanne]
* Update Node to v20 [Felipe Lalanne]
# v16.1.2
## (2024-03-06)

View File

@ -1 +1 @@
16.1.2
16.1.3

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 16.1.2
version: 16.1.3
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "16.1.2",
"version": "16.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "16.1.2",
"version": "16.1.3",
"license": "Apache-2.0",
"dependencies": {
"@balena/systemd": "^0.5.0",

View File

@ -1,7 +1,7 @@
{
"name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "16.1.2",
"version": "16.1.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -142,6 +142,6 @@
"yargs": "^15.4.1"
},
"versionist": {
"publishedAt": "2024-03-06T14:06:45.776Z"
"publishedAt": "2024-03-07T16:10:24.635Z"
}
}