Skip to content

Commit

Permalink
v6.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 13, 2024
1 parent e086acb commit 743309f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- commits:
- subject: "initrdscripts: Make cryptsetup fail hard in unexpected conditions"
hash: c1bccdbd95bcb0202c4b80679ade0967df643342
body: |
This patch adds a set of checks that make sure that the partition
layout is as expected on a system with encrypted disks. Namely it
* Checks that the boot partition is split
* Checks that it can find the correct amount of encrypted partitions
* Checks that the label on the unlocked filesystem matches the label
on the encrypted partition
* Checks that system is not mixing encrypted and unencrypted
partitions
* Checks there are no ambiguities or duplicit partitions
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.25
title: ""
date: 2024-09-13T16:23:25.632Z
- commits:
- subject: "common: fix return in commit_apply-dbx HUP hook"
hash: a557b614a0ce2cf39d6bdfb3e464834b0d570895
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.25
## (2024-09-13)

* initrdscripts: Make cryptsetup fail hard in unexpected conditions [Michal Toman]

# v6.0.24
## (2024-09-13)

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.24"
DISTRO_VERSION = "6.0.25"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 743309f

Please sign in to comment.