Skip to content

Commit

Permalink
v2.102.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Sep 2, 2022
1 parent 1269ed4 commit 6089949
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- commits:
- subject: "udev: run resin-update-state after md assemble"
hash: 09a985b3847b887ae47047c011057372cfee993e
body: |
Run the resin-update-state rules that create the by-state links after md
arrays are assembled. This fixes state link creation when running on a
RAID array.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
signed-off-by: Joseph Kogut <[email protected]>
author: Joseph Kogut
nested: []
- subject: "resin_update_state_probe: do not skip md devices"
hash: fbfb67820b58fcf7659d616e20657857959e46fe
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
signed-off-by: Joseph Kogut <[email protected]>
author: Joseph Kogut
nested: []
version: 2.102.4
title: "'Fix creating by-state links when rootfs is on a RAID array'"
date: 2022-08-30T21:04:53.554Z
- commits:
- subject: "renovate: Restore default commit body"
hash: 05be6314e136d40ae8cdf54988b27e059de07e68
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
-----------

# v2.102.4
## (2022-08-30)

* udev: run resin-update-state after md assemble [Joseph Kogut]
* resin_update_state_probe: do not skip md devices [Joseph Kogut]

# v2.102.3
## (2022-08-30)

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

0 comments on commit 6089949

Please sign in to comment.