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 52be048 commit 7c61b0f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- 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 <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: 6.0.28
title: ""
date: 2024-09-18T04:59:46.616Z
- commits:
- subject: "tests:os: Use writeConfigJsonProp helper function"
hash: b44642caa14c4fb791d99e5705499b710a98c3e9
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

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

* initrdscripts: replace cut by awk for parsing lsblk in cryptsetup hook [Michal Toman]

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

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.27"
DISTRO_VERSION = "6.0.28"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 7c61b0f

Please sign in to comment.