From 42d9cbb48dbe2902d01394fc5ff75059a048ae2f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:10:05 +0000 Subject: [PATCH] v21.1.8 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dea9e423..fd4b021c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/download-artifact action to v4.1.9 + hash: a2209ffe5677388faf7b9bbccace5343265df51f + body: | + Update actions/download-artifact from 4.1.8 to 4.1.9 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 21.1.8 + title: "" + date: 2025-04-03T16:10:02.341Z - commits: - subject: Update actions/upload-artifact digest to ea165f8 hash: c8ea9cfcdbaa9a8abf221132a7d1ff29a966e515 diff --git a/CHANGELOG.md b/CHANGELOG.md index c392aa3c..e5cd663f 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.8 - 2025-04-03 + +* Update actions/download-artifact action to v4.1.9 [balena-renovate[bot]] + ## 21.1.7 - 2025-04-03 * Update actions/upload-artifact digest to ea165f8 [balena-renovate[bot]] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b45b94fc..e488a94b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "21.1.7", + "version": "21.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "21.1.7", + "version": "21.1.8", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7f2f843d..37baa868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "21.1.7", + "version": "21.1.8", "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-04-03T15:12:15.171Z" + "publishedAt": "2025-04-03T16:10:03.330Z" } }