v5.3.2+rev2
This commit is contained in:
parent
b792545e06
commit
78dc6a4154
3 changed files with 62 additions and 1 deletions
|
@ -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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v5.3.2+rev2
|
||||
## (2024-04-30)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update balena-yocto-scripts to 019219edcbd508bdb1027bf56f20f8696fddba83 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## balena-yocto-scripts-1.21.9
|
||||
> ### (Invalid date)
|
||||
>
|
||||
> * balena-lib: improve base tag detection [Alex Gonzalez]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v5.3.2+rev1
|
||||
## (2024-04-29)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.3.2+rev1
|
||||
5.3.2+rev2
|
Loading…
Add table
Reference in a new issue