From bcc9801a38f49e369ae0d07b7a9fbde2a5447bfb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:34:09 +0000 Subject: [PATCH] v5.1.22+rev1 --- .versionbot/CHANGELOG.yml | 54 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 21 +++++++++++++++ VERSION | 2 +- 3 files changed, 76 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bc8c1255..f64f584f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update balena-yocto-scripts to 0ba4bf5f5c4597b21628dfb6206304d1f889468f + hash: e681f885d6b90d349b550897310a148e4f7eafae + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 0ba4bf5f5c4597b21628dfb6206304d1f889468f + changelog-entry: Update balena-yocto-scripts to 0ba4bf5f5c4597b21628dfb6206304d1f889468f + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Return image id after pulling helper images + hash: f2fb17399ede63ceaada8c8625a250747745d97a + body: | + Also refactor the pull helper image functions to + support a single repository with multiple variant tags. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Build and publish helper images with Flowzone + hash: 8a15692852f38bfd5158b61b5870dffd8f758a64 + body: | + Rather than build helper images on demand, we will + publish them to ghcr.io with every revision of this project. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.21.0 + title: "" + date: 2024-02-02T18:52:51.154Z + - commits: + - subject: Remove unused block-build functions + hash: 130d7fb70f4a10755731e898e87610547fe44692 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.20.0 + title: "" + date: 2024-02-02T16:29:21.897Z + version: 5.1.22+rev1 + title: "" + date: 2024-02-02T22:34:05.127Z - commits: - subject: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 hash: 2ff94c8941fe25d09bc0b9d8a0517fcab5641731 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c87936a..7047986b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Change log ----------- +# v5.1.22+rev1 +## (2024-02-02) + + +
+ Update balena-yocto-scripts to 0ba4bf5f5c4597b21628dfb6206304d1f889468f [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.21.0 +> ### (2024-02-02) +> +> * Return image id after pulling helper images [Kyle Harding] +> * Build and publish helper images with Flowzone [Kyle Harding] +> +> ## balena-yocto-scripts-1.20.0 +> ### (2024-02-02) +> +> * Remove unused block-build functions [Kyle Harding] +> + +
+ # v5.1.22 ## (2024-02-02) diff --git a/VERSION b/VERSION index e1661601..ec16cfd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.22 \ No newline at end of file +5.1.22+rev1 \ No newline at end of file