From 7e6f2189e870c69e275b044766cbfebdc821940a Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:20:26 +0000 Subject: [PATCH] v21.1.2 --- .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 2ccca146..adf346f5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Deny preload for an image with secure boot enabled + hash: 7f2daeebb0973a59682ba4300e1b00bce6f6aead + 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.2 + title: "" + date: 2025-03-27T12:20:22.883Z - commits: - subject: Bump balena-sdk to 21.3.0 hash: e82906872538a7401e31bd52e662e8356a89d413 diff --git a/CHANGELOG.md b/CHANGELOG.md index 075e14cf..fcb148fa 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.2 - 2025-03-27 + +* Deny preload for an image with secure boot enabled [Ken Bannister] + ## 21.1.1 - 2025-03-26 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9c1bd2fe..ab60e3fc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "21.1.1", + "version": "21.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "21.1.1", + "version": "21.1.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 640b52ee..e73ec2fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "21.1.1", + "version": "21.1.2", "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-26T20:34:46.169Z" + "publishedAt": "2025-03-27T12:20:23.852Z" } }