Skip to content

Commit 410ce59

Browse files
v5.2.2+rev3
1 parent 6cee388 commit 410ce59

File tree

3 files changed

+145
-1
lines changed

3 files changed

+145
-1
lines changed

.versionbot/CHANGELOG.yml

+109
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,112 @@
1+
- commits:
2+
- subject: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455
3+
hash: b4ada6a74526964b2342686b4f8ff2cf089309b4
4+
body: Update balena-yocto-scripts
5+
footer:
6+
Changelog-entry: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455
7+
changelog-entry: Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "balena-deploy: deploy usbboot if available"
12+
hash: a62a90bcf05fdccc9cdbaa9961d2db823bbeb9b5
13+
body: |
14+
This is where the RPI family deploys provisioning artifacts.
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
19+
signed-off-by: Alex Gonzalez <alexg@balena.io>
20+
author: Alex Gonzalez
21+
nested: []
22+
version: balena-yocto-scripts-1.21.10
23+
title: ""
24+
date: 2024-05-02T09:18:16.451Z
25+
- commits:
26+
- subject: "balena-lib: improve base tag detection"
27+
hash: 872bb3b1df920b026b524e041bf4f4f7c422cb2f
28+
body: >
29+
When a ESR release is deployed a tag with the base meta-balena
30+
version
31+
32+
is created. This is used by the API to check for a valid OS
33+
version
34+
35+
for updates.
36+
37+
38+
The current mechanism to find the base version only provides an
39+
ESR
40+
41+
version for the first commit after the branch has been created.
42+
43+
44+
Using merge-base to find the common ancestor and `tag
45+
--points-at` to
46+
47+
find the actual tag works for all commits after the branch is
48+
created.
49+
footer:
50+
Change-type: patch
51+
change-type: patch
52+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
53+
signed-off-by: Alex Gonzalez <alexg@balena.io>
54+
author: Alex Gonzalez
55+
nested: []
56+
version: balena-yocto-scripts-1.21.9
57+
title: ""
58+
date: 2024-04-30T14:17:29.958Z
59+
- commits:
60+
- subject: Support commit tags when extracting version tag from git
61+
hash: 98fec51fae4721224e64cfec52480a5f17b8e271
62+
body: >
63+
Git describe does not include commit tags by default, and only
64+
annotated tags are shown.
65+
66+
67+
This behaviour was fine until a recent CI issue changed the
68+
types of tags used to version the repositories.
69+
70+
71+
This commit allows supporting of both types while the CI issue
72+
is investigated.
73+
footer:
74+
Change-type: patch
75+
change-type: patch
76+
author: Kyle Harding
77+
nested: []
78+
version: balena-yocto-scripts-1.21.8
79+
title: ""
80+
date: 2024-04-29T17:17:30.203Z
81+
- commits:
82+
- subject: Add missing $select for release_asset.asset_key
83+
hash: 4f4f65c0b2cace726eccbea5d5ed8ed0f8302e54
84+
body: ""
85+
footer:
86+
Change-type: patch
87+
change-type: patch
88+
author: Thodoris Greasidis
89+
nested: []
90+
version: balena-yocto-scripts-1.21.7
91+
title: ""
92+
date: 2024-04-19T14:22:55.708Z
93+
- commits:
94+
- subject: 'Revert "balena-build: avoid using device-type as a prefix in yocto
95+
sstate"'
96+
hash: 7a85083784a3225debf2276a978558df5a307ec7
97+
body: |
98+
This reverts commit f4a9566941083770151ebe3edd78e9866b4856fb.
99+
footer:
100+
Change-type: patch
101+
change-type: patch
102+
author: Kyle Harding
103+
nested: []
104+
version: balena-yocto-scripts-1.21.6
105+
title: ""
106+
date: 2024-03-25T14:58:37.715Z
107+
version: 5.2.2+rev3
108+
title: ""
109+
date: 2024-05-07T11:25:37.748Z
1110
- commits:
2111
- subject: Update contracts to 2de35264348458938cf5c85c28660a58a1e8066a
3112
hash: 274edd8428c5132f28b55591b14e94d17fffc761

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Change log
22
-----------
33

4+
# v5.2.2+rev3
5+
## (2024-05-07)
6+
7+
8+
<details>
9+
<summary> Update balena-yocto-scripts to 466d6ec592656bb950a393fc1c7a5d5ff4cf3455 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## balena-yocto-scripts-1.21.10
12+
> ### (2024-05-02)
13+
>
14+
> * balena-deploy: deploy usbboot if available [Alex Gonzalez]
15+
>
16+
> ## balena-yocto-scripts-1.21.9
17+
> ### (Invalid date)
18+
>
19+
> * balena-lib: improve base tag detection [Alex Gonzalez]
20+
>
21+
> ## balena-yocto-scripts-1.21.8
22+
> ### (2024-04-29)
23+
>
24+
> * Support commit tags when extracting version tag from git [Kyle Harding]
25+
>
26+
> ## balena-yocto-scripts-1.21.7
27+
> ### (2024-04-19)
28+
>
29+
> * Add missing $select for release_asset.asset_key [Thodoris Greasidis]
30+
>
31+
> ## balena-yocto-scripts-1.21.6
32+
> ### (2024-03-25)
33+
>
34+
> * Revert "balena-build: avoid using device-type as a prefix in yocto sstate" [Kyle Harding]
35+
>
36+
37+
</details>
38+
439
# v5.2.2+rev2
540
## (2024-03-21)
641

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.2+rev2
1+
5.2.2+rev3

0 commit comments

Comments
 (0)