Skip to content

Commit

Permalink
v18.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 9, 2024
1 parent 3dac94d commit 9d3ee9e
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 4 deletions.
73 changes: 73 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,76 @@
- commits:
- subject: Update @oclif/core to 3.26.2
hash: 48110311724767aac70485ce075a90cc816605e5
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Drop the keep-alive package in favor of node's setKeepAlive defaults
hash: be682c742604593b986ee66a69b6a722007d76a8
body: |
Since node 12.17.0 setKeepAlive also sets
TCP_KEEPCNT=10 (vs 5 that we had)
TCP_KEEPINTVL=1 (vs 5s that we had)
footer:
Change-type: patch
change-type: patch
See: https://github.com/balena-io/balena-cli/pull/1220
see: https://github.com/balena-io/balena-cli/pull/1220
author: Thodoris Greasidis
nested: []
- subject: Update balena-preload to v15.0.4
hash: c6827ee51da2d919dd292516b293462986f90646
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update resin-cli-form to v3
hash: 2cba3bbc22bae7543ac70141fdb60d12900c007b
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update resin-cli-visuals to v2
hash: 933eacf2754619e681dad2cfd70f732e0063c0ef
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update balena-device-init to v7.0.1
hash: e7869f4c6d81cfe6cd831c616546dc47f23cfb28
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update etcher-sdk to v9.0.8
hash: 1a246a9ba5d92fbc8abc271e6918268c353ef982
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Mark bin/dev & bin/run as executable
hash: e26895085d377b86268a20f72ac31090dffd9271
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 18.1.6
title: ""
date: 2024-04-09T15:04:36.569Z
- commits:
- subject: Move klaw library to dev dependency
hash: bb4713ab9a2445cc7adab24f7d9549331f1c72e8
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,17 @@ 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/).

## 18.1.6 - 2024-04-09

* Update @oclif/core to 3.26.2 [Thodoris Greasidis]
* Drop the keep-alive package in favor of node's setKeepAlive defaults [Thodoris Greasidis]
* Update balena-preload to v15.0.4 [Thodoris Greasidis]
* Update resin-cli-form to v3 [Thodoris Greasidis]
* Update resin-cli-visuals to v2 [Thodoris Greasidis]
* Update balena-device-init to v7.0.1 [Thodoris Greasidis]
* Update etcher-sdk to v9.0.8 [Thodoris Greasidis]
* Mark bin/dev & bin/run as executable [Thodoris Greasidis]

## 18.1.5 - 2024-03-14

* Move klaw library to dev dependency [Otavio Jacobi]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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
@@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.5",
"version": "18.1.6",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
Expand Down Expand Up @@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-03-14T15:52:35.905Z"
"publishedAt": "2024-04-09T15:04:37.535Z"
}
}

0 comments on commit 9d3ee9e

Please sign in to comment.