diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cdfe62ed6..87c7ec82e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: "automation/include: Pass helper image version" + hash: 2a8e25e0d0b46b3249c1c77b0c38219ebcdea1f0 + body: | + This is needed by the balena-push-env helper image that needs the + balena-yocto-scripts version but has no way of getting that info + otherwise. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: 1.21.2 + title: "" + date: 2024-02-08T07:44:50.538Z - commits: - subject: "balena-deploy: Remove docker.io when pulling image" hash: bd23b9ad59a1645bce79b0df5ef3879d10774a3a diff --git a/CHANGELOG.md b/CHANGELOG.md index 168d73685..eee897a3e 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/). +# v1.21.2 +## (2024-02-08) + +* automation/include: Pass helper image version [Florin Sarbu] + # v1.21.1 ## (2024-02-07) diff --git a/VERSION b/VERSION index 87967a790..6b1a92e6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.1 \ No newline at end of file +1.21.2 \ No newline at end of file