Skip to content

Commit

Permalink
v6.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 18, 2024
1 parent 4fcd73a commit dbd0b49
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
- commits:
- subject: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
hash: 98ec43dc04a517fbc3a57d54525f185ad98e2ba0
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
changelog-entry: Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0
author: balena-renovate[bot]
nested:
- commits:
- subject: "initrdscripts: replace cut by awk for parsing lsblk in cryptsetup
hook"
hash: c9544aaf502943f3b492d0a5907f1c1e401c6ac7
body: >
cut is sensitive to the amount of delimiter characters when
parsing

output, so e.g. an additional space between two elements causes

every field shift by one index.


This patch replaces the use of cut by awk, which should be more
robust.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: meta-balena-6.0.28
title: ""
date: 2024-09-18T04:59:46.616Z
version: 6.0.28
title: ""
date: 2024-09-18T09:07:15.636Z
- commits:
- subject: Update layers/meta-balena to 4beee6b7c22d2950e4d49c620c1a5fbea7a36f02
hash: de884e14124927c87f37b35362ca26dc04de77d3
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change log
-----------

# v6.0.28
## (2024-09-18)


<details>
<summary> Update layers/meta-balena to 7c61b0f1e4af295d412a00d7965b106f4922d4f0 [balena-renovate[bot]] </summary>

> ## meta-balena-6.0.28
> ### (2024-09-18)
>
> * initrdscripts: replace cut by awk for parsing lsblk in cryptsetup hook [Michal Toman]
>

</details>

# v6.0.27
## (2024-09-17)

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

0 comments on commit dbd0b49

Please sign in to comment.