From 78dc6a4154ec81191dbddfea4e7d346c517d570f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:58:44 +0000 Subject: [PATCH] v5.3.2+rev2 --- .versionbot/CHANGELOG.yml | 46 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++ VERSION | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2172555..8a9b831 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,49 @@ +- commits: + - subject: Update balena-yocto-scripts to 019219edcbd508bdb1027bf56f20f8696fddba83 + hash: 0393d59a5f0d7cf82ff1a207717c2b054b592571 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 019219edcbd508bdb1027bf56f20f8696fddba83 + changelog-entry: Update balena-yocto-scripts to 019219edcbd508bdb1027bf56f20f8696fddba83 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-lib: improve base tag detection" + hash: 872bb3b1df920b026b524e041bf4f4f7c422cb2f + body: > + When a ESR release is deployed a tag with the base meta-balena + version + + is created. This is used by the API to check for a valid OS + version + + for updates. + + + The current mechanism to find the base version only provides an + ESR + + version for the first commit after the branch has been created. + + + Using merge-base to find the common ancestor and `tag + --points-at` to + + find the actual tag works for all commits after the branch is + created. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: balena-yocto-scripts-1.21.9 + title: "" + date: 2024-04-30T14:17:29.958Z + version: 5.3.2+rev2 + title: "" + date: 2024-04-30T15:58:38.967Z - commits: - subject: Update balena-yocto-scripts to 9467c78fa81511321fe952477b316e830742760c hash: 58fbf76adfcd9461917dadcf365c481629fc15a3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fea98..649e618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.2+rev2 +## (2024-04-30) + + +
+ Update balena-yocto-scripts to 019219edcbd508bdb1027bf56f20f8696fddba83 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.21.9 +> ### (Invalid date) +> +> * balena-lib: improve base tag detection [Alex Gonzalez] +> + +
+ # v5.3.2+rev1 ## (2024-04-29) diff --git a/VERSION b/VERSION index 4a18845..41ca115 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.2+rev1 \ No newline at end of file +5.3.2+rev2 \ No newline at end of file