Skip to content

Commit

Permalink
v16.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 7, 2024
1 parent f4a42d4 commit e2de416
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 6 deletions.
30 changes: 30 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.1.2
16.1.3
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -142,6 +142,6 @@
"yargs": "^15.4.1"
},
"versionist": {
"publishedAt": "2024-03-06T14:06:45.776Z"
"publishedAt": "2024-03-07T16:10:24.635Z"
}
}

0 comments on commit e2de416

Please sign in to comment.