From 52d396aa7ea9ae1ef6d68151f582f04f57191b14 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Wed, 17 Jul 2024 09:37:12 -0400 Subject: [PATCH 1/2] Replace deprecated Flowzone inputs Change-type: patch --- .github/workflows/flowzone.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index fe5caab9a5..7350dd8d1a 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -18,7 +18,24 @@ jobs: (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') secrets: inherit with: - custom_runs_on: '[["ubuntu-20.04"],["windows-2019"],["macos-12"],["macos-latest-xlarge"]]' + custom_test_matrix: > + { + "os": [ + ["ubuntu-20.04"], + ["windows-2019"], + ["macos-12"], + ["macos-latest-xlarge"] + ] + } + custom_publish_matrix: > + { + "os": [ + ["ubuntu-20.04"], + ["windows-2019"], + ["macos-12"], + ["macos-latest-xlarge"] + ] + } restrict_custom_actions: false github_prerelease: true cloudflare_website: "etcher" From 5fd6376f458e2c9e24af5c9703867ac2aea82e43 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:13:00 +0000 Subject: [PATCH 2/2] v1.19.22 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ 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 f41d4c8742..4718281253 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Replace deprecated Flowzone inputs + hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14 + body: "" + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: 1.19.22 + title: "" + date: 2024-07-18T18:12:56.368Z - commits: - subject: "patch: fix missing windows dependency" hash: 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1faae51141..950e805d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.19.22 +## (2024-07-18) + +* Replace deprecated Flowzone inputs [Kyle Harding] + # v1.19.21 ## (2024-05-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6f6334829e..dfd207d559 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.19.21", + "version": "1.19.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.19.21", + "version": "1.19.22", "license": "Apache-2.0", "dependencies": { "@electron/remote": "^2.1.2", diff --git a/package.json b/package.json index 18dfbcab96..18b98b4ed3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "balenaEtcher", "productName": "balenaEtcher", - "version": "1.19.21", + "version": "1.19.22", "packageType": "local", "main": ".webpack/main", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -147,7 +147,7 @@ "node": ">=20 <21" }, "versionist": { - "publishedAt": "2024-05-30T15:00:36.294Z" + "publishedAt": "2024-07-18T18:12:56.823Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",