Skip to content

Commit

Permalink
v6.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 18, 2025
1 parent ce84187 commit b7c6be8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: "resin-mounts: only run non-encrypted mount if partition exists"
hash: 8af007811087416a98826d138d6e654941d9716c
body: |
When signed images are used without opting in secure boot, we don't want
the encrypted mount service to run and fail as there is no encrypted
boot partition.

This commit adds a condition to the encrypted boot mount service to only
run if the encrypted boot partition exists, similarly to what is
already done for EFI builds.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: 6.3.20
title: ""
date: 2025-02-18T17:33:52.196Z
- commits:
- subject: "wpa-supplicant: Update to recipe from Kirkstone"
hash: 95306535b424977c6f1f978b8cb37dca74cd8f55
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.3.20
## (2025-02-18)

* resin-mounts: only run non-encrypted mount if partition exists [Alex Gonzalez]

# v6.3.19
## (2025-02-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.3.19"
DISTRO_VERSION = "6.3.20"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit b7c6be8

Please sign in to comment.