Skip to content

Commit

Permalink
v1.21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 30, 2024
1 parent 45bb1cf commit 019219e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- 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 <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: 1.21.9
title: ""
date: 2024-04-30T14:17:29.958Z
- commits:
- subject: Support commit tags when extracting version tag from git
hash: 98fec51fae4721224e64cfec52480a5f17b8e271
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
## (2024-04-30)

* balena-lib: improve base tag detection [Alex Gonzalez]

# v1.21.8
## (2024-04-29)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.8
1.21.9

0 comments on commit 019219e

Please sign in to comment.