diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2e2c9245..11548952 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,32 @@ +- commits: + - subject: Update dependency etcher-sdk to v9.1.0 + hash: 2d47eb53cd0d53cc5c2f11c6f6521bd51fd54c30 + body: | + Update etcher-sdk from 9.0.11 to 9.1.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "patch: etcher-sdk is not yet compatible with node22" + hash: 0bafb3e7ae9dcc5e035790143ed0c3655d6550c3 + body: "" + footer: {} + author: JOASSART Edwin + nested: [] + - subject: "minor: allow passing custom assets to start SB protected CM4" + hash: 8b9d4f344bdc42a9aa2280058274ce8df944d9f5 + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: etcher-sdk-9.1.0 + title: "" + date: 2024-06-13T12:12:47.742Z + version: 18.2.17 + title: "" + date: 2024-07-02T13:20:38.305Z - commits: - subject: Update dependency etcher-sdk to v9.0.11 hash: 6b5657625ab6120f2905f3525e565eeb46c305f4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 639a9ead..46bd8a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.2.17 - 2024-07-02 + + +
+ Update dependency etcher-sdk to v9.1.0 [Self-hosted Renovate Bot] + +> ### etcher-sdk-9.1.0 - 2024-06-13 +> +> * patch: etcher-sdk is not yet compatible with node22 [JOASSART Edwin] +> * minor: allow passing custom assets to start SB protected CM4 [Edwin Joassart] +> + +
+ ## 18.2.16 - 2024-07-02 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 46bdcc0b..659f7848 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.16", + "version": "18.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.16", + "version": "18.2.17", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 1c69c66d..f0ad9434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.16", + "version": "18.2.17", "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-07-02T12:14:20.217Z" + "publishedAt": "2024-07-02T13:20:39.805Z" } }