diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index abdc6ba9..3231b894 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: ecb24dad251fbb9b3f92e5b404b66aedd155a584 + body: | + This functionality is being deprecated in Flowzone. + + See: https://github.com/product-os/flowzone/pull/833 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Update actions/upload-artifact to v4 + hash: a970f55b555f69c5fcb40374eb50ad7b98cc8f96 + body: | + Also ensure we are generating unique artifact names on upload. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + See: https://github.com/product-os/flowzone/pull/827 + see: https://github.com/product-os/flowzone/pull/827 + author: Kyle Harding + nested: [] + version: 1.18.14 + title: "" + date: 2023-12-20T16:23:00.875Z - commits: - subject: "patch: upgrade to electron 25" hash: f38bca290fe26121bed58d1131265e1aa350ddb5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8b501b..5ee794f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.18.14 +## (2023-12-20) + +* Remove repo config from flowzone.yml [Kyle Harding] +* Update actions/upload-artifact to v4 [Kyle Harding] + # v1.18.13 ## (2023-10-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e3b84130..fd514fea 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.18.13", + "version": "1.18.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.18.13", + "version": "1.18.14", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 0616434f..f0025293 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.18.13", + "version": "1.18.14", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -130,6 +130,6 @@ "node": ">=18 <20" }, "versionist": { - "publishedAt": "2023-10-16T13:32:27.552Z" + "publishedAt": "2023-12-20T16:23:01.368Z" } }