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" 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 2e887ce13d..9f41c7a58b 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.", @@ -144,7 +144,7 @@ "node": ">=20 <21" }, "versionist": { - "publishedAt": "2024-05-30T15:00:36.294Z" + "publishedAt": "2024-07-18T18:12:56.823Z" }, "optionalDependencies": { "bufferutil": "^4.0.8",