diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 27953972c..8a52919e2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Remove custom_runs_on instruction from flowzone.yml + hash: 33cce523a0a6091d0dce18c25c21d032e555e193 + body: | + This project has no custom actions to run, and was using + the legacy input format for custom jobs that is being deprecated. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: 4.1.43 + title: "" + date: 2024-07-16T18:34:53.997Z - commits: - subject: Update dependency balena-io/balena-cli to v18.2.32 hash: c20c3c9b4799daddfb8b0d40c47b631ef5764ccd diff --git a/CHANGELOG.md b/CHANGELOG.md index 46675ad2d..f0ff45649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v4.1.43 +## (2024-07-16) + +* Remove custom_runs_on instruction from flowzone.yml [Kyle Harding] + # v4.1.42 ## (2024-07-16) diff --git a/VERSION b/VERSION index 71bd5d905..4690b9a13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.42 \ No newline at end of file +4.1.43 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 3502a10db..ab6d36319 100644 --- a/balena.yml +++ b/balena.yml @@ -23,4 +23,4 @@ data: - generic-amd64 - genericx86-64-ext - intel-nuc -version: 4.1.42 +version: 4.1.43