From 9d3ee9eb491518f9a2cadaedae7f5b4a07b79f89 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:04:42 +0000 Subject: [PATCH] v18.1.6 --- .versionbot/CHANGELOG.yml | 73 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 11 ++++++ npm-shrinkwrap.json | 4 +-- package.json | 4 +-- 4 files changed, 88 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 67345f9e..ba312b38 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 45560b4d..d2be6e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0574fb3a..fdfc3009 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.5", + "version": "18.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.5", + "version": "18.1.6", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 65fb43bb..99a1f343 100644 --- a/package.json +++ b/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", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-03-14T15:52:35.905Z" + "publishedAt": "2024-04-09T15:04:37.535Z" } }