Skip to content

Commit 3a93b19

Browse files
v6.0.28
1 parent 0692474 commit 3a93b19

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
3+
hash: 5efb71f689b2776cae911c0aa8617a56ae2658d1
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
7+
changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
8+
author: balena-renovate[bot]
9+
nested:
10+
- commits:
11+
- subject: "initrdscripts: replace cut by awk for parsing lsblk in cryptsetup
12+
hook"
13+
hash: c9544aaf502943f3b492d0a5907f1c1e401c6ac7
14+
body: >
15+
cut is sensitive to the amount of delimiter characters when
16+
parsing
17+
18+
output, so e.g. an additional space between two elements causes
19+
20+
every field shift by one index.
21+
22+
23+
This patch replaces the use of cut by awk, which should be more
24+
robust.
25+
footer:
26+
Change-type: patch
27+
change-type: patch
28+
Signed-off-by: Michal Toman <[email protected]>
29+
signed-off-by: Michal Toman <[email protected]>
30+
author: Michal Toman
31+
nested: []
32+
version: meta-balena-6.0.28
33+
title: ""
34+
date: 2024-09-18T04:59:46.616Z
35+
- commits:
36+
- subject: "tests:os: Use writeConfigJsonProp helper function"
37+
hash: b44642caa14c4fb791d99e5705499b710a98c3e9
38+
body: >
39+
Use the existing helper function to write changes to config.json.
40+
footer:
41+
Change-type: patch
42+
change-type: patch
43+
author: Kyle Harding
44+
nested: []
45+
version: meta-balena-6.0.27
46+
title: ""
47+
date: 2024-09-17T13:31:39.490Z
48+
version: 6.0.28
49+
title: ""
50+
date: 2024-09-18T09:07:05.099Z
151
- commits:
252
- subject: Update layers/meta-balena to 466cedd7e77f1d63c2d9ec1595f73cd103495d16
353
hash: 6e1473f330b5fa818b6134ff83e8308bbcbd7efa

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# v2.113.24
22
## (2023-03-27)
33

4+
# v6.0.28
5+
## (2024-09-18)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 [balena-renovate[bot]] </summary>
10+
11+
> ## meta-balena-6.0.28
12+
> ### (2024-09-18)
13+
>
14+
> * initrdscripts: replace cut by awk for parsing lsblk in cryptsetup hook [Michal Toman]
15+
>
16+
> ## meta-balena-6.0.27
17+
> ### (2024-09-17)
18+
>
19+
> * tests:os: Use writeConfigJsonProp helper function [Kyle Harding]
20+
>
21+
22+
</details>
23+
424
# v6.0.26
525
## (2024-09-16)
626

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.26
1+
6.0.28

0 commit comments

Comments
 (0)