From 58234f17e119fa957dd302478ac26e2545255ad7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:16:30 +0000 Subject: [PATCH] v21.1.4 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9d8082e6..21078619 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add comment with secure boot signature file example for preload + hash: 28703bb5ae13539ab4c1c597e6a53a5292a7edde + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + version: 21.1.4 + title: "" + date: 2025-04-02T09:16:27.791Z - commits: - subject: Fix device detail for open balena hash: 0d4e411777dd53d83c475da3653ab94176e07d7d diff --git a/CHANGELOG.md b/CHANGELOG.md index ca729a78..4780b22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 21.1.4 - 2025-04-02 + +* Add comment with secure boot signature file example for preload [Ken Bannister] + ## 21.1.3 - 2025-03-28 * Fix device detail for open balena [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f490093b..91f52f40 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "21.1.3", + "version": "21.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "21.1.3", + "version": "21.1.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6d3051b5..702c12da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "21.1.3", + "version": "21.1.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -276,6 +276,6 @@ } }, "versionist": { - "publishedAt": "2025-03-28T16:57:01.229Z" + "publishedAt": "2025-04-02T09:16:28.767Z" } }