Skip to content

Commit

Permalink
v6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 8, 2025
1 parent 16c5474 commit 1fb0232
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: "balena-image-flasher: depend on balena-image:do_image_complete"
hash: aa030228732392d81bab7ed297c68eeaa28c0175
body: |
At this moment balena-image-flasher depends on do_image_sign_digest
and do_rootfs of balena-image, but this is not enough, as the signature
symlink is only created by a postprocess script.

This patch replaces the two existing dependencies by do_image_complete,
which should cover everything.
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.2.7
title: ""
date: 2025-01-08T10:06:42.801Z
- commits:
- subject: "workflows/meta-balena-esr: fix version array bash"
hash: 11c8daa43e30749fa943d142f787da64fda2882c
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.2.7
## (2025-01-08)

* balena-image-flasher: depend on balena-image:do_image_complete [Michal Toman]

# v6.2.6
## (2025-01-03)

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

0 comments on commit 1fb0232

Please sign in to comment.