Skip to content

Commit

Permalink
v6.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 5, 2024
1 parent 4bb4473 commit fb25187
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: "os-helpers-fs: add function to erase disks"
hash: cb2e8b97f6451c40504543cc0b56130564394bc0
body: |
The function overwrites the first 16 MiB of each partition (the default
LUKS2 header size), as well as the primary and backup GPT partition
tables.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: 6.1.22
title: ""
date: 2024-12-05T17:35:54.393Z
- commits:
- subject: Update tests/leviathan digest to 90d1685
hash: 647ef9196e83407d5220e03d1ce3fe09575c5bc8
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.1.22
## (2024-12-05)

* os-helpers-fs: add function to erase disks [Alex Gonzalez]

# v6.1.21
## (2024-12-04)

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

0 comments on commit fb25187

Please sign in to comment.