Skip to content

Commit

Permalink
v6.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 26, 2024
1 parent ad91c5a commit 1f2c1fb
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: "initrdscripts/migrate: Allow overriding of target internal devices"
hash: d969fcf547bad87cab45231ee30f59e48b32b6d4
body: >
... on flasher images by specifying installer.target_devices in
config.json,

which will be used during migration instead of the list of devices
specified

at boot time.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 6.1.15
title: ""
date: 2024-11-26T17:20:05.226Z
- commits:
- subject: Update tests/leviathan digest to 64ba6a3
hash: 186adb94af303adaa002e64c3cb25f99c992e80b
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.15
## (2024-11-26)

* initrdscripts/migrate: Allow overriding of target internal devices [Alexandru Costache]

# v6.1.14
## (2024-11-23)

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

0 comments on commit 1f2c1fb

Please sign in to comment.