diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d897053f..fd3b3bc5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update balena-yocto-scripts to 0ba4bf5f5c4597b21628dfb6206304d1f889468f + hash: db42c98dc5d95b29403503ce5df6f8557b7556d8 + 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-03T04:23:42.255Z - commits: - subject: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 hash: 0375000d20e935169014503c2f2caa23246652d6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3e9c74..bb6f8087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Change log ----------- +# v5.1.22+rev1 +## (2024-02-03) + + +
+ 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