-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b4598b
commit f1735f8
Showing
3 changed files
with
126 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,98 @@ | ||
- commits: | ||
- subject: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455 | ||
hash: 74301dc027232da70f9bfa822b1edb62ee21c095 | ||
body: Update balena-yocto-scripts | ||
footer: | ||
Changelog-entry: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455 | ||
changelog-entry: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455 | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "balena-deploy: deploy usbboot if available" | ||
hash: a62a90bcf05fdccc9cdbaa9961d2db823bbeb9b5 | ||
body: | | ||
This is where the RPI family deploys provisioning artifacts. | ||
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: balena-yocto-scripts-1.21.10 | ||
title: "" | ||
date: 2024-05-02T09:18:16.451Z | ||
- 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: balena-yocto-scripts-1.21.9 | ||
title: "" | ||
date: 2024-04-30T14:17:29.958Z | ||
- commits: | ||
- subject: Support commit tags when extracting version tag from git | ||
hash: 98fec51fae4721224e64cfec52480a5f17b8e271 | ||
body: > | ||
Git describe does not include commit tags by default, and only | ||
annotated tags are shown. | ||
|
||
|
||
This behaviour was fine until a recent CI issue changed the | ||
types of tags used to version the repositories. | ||
|
||
|
||
This commit allows supporting of both types while the CI issue | ||
is investigated. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Kyle Harding | ||
nested: [] | ||
version: balena-yocto-scripts-1.21.8 | ||
title: "" | ||
date: 2024-04-29T17:17:30.203Z | ||
- commits: | ||
- subject: Add missing $select for release_asset.asset_key | ||
hash: 4f4f65c0b2cace726eccbea5d5ed8ed0f8302e54 | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Thodoris Greasidis | ||
nested: [] | ||
version: balena-yocto-scripts-1.21.7 | ||
title: "" | ||
date: 2024-04-19T14:22:55.708Z | ||
version: 5.3.3+rev1 | ||
title: "" | ||
date: 2024-05-13T11:52:37.615Z | ||
- commits: | ||
- subject: Update layers/meta-balena to cc46d73fa73a599f744a2f06a6c6983d76a45a41 | ||
hash: 9d3308203c995a3d55439fb096213226642fe374 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.3.3 | ||
5.3.3+rev1 |