Skip to content

Commit

Permalink
v5.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 29, 2024
1 parent a404425 commit 64cd9e8
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
@@ -1,3 +1,23 @@
- commits:
- subject: "resin-init-flasher: Allow building images for non-flasher devices that
have internal storage"
hash: 3a887512b343b80208196f6792a48f81d1a8c8f9
body: >
As per the internal thread:
https://balena.zulipchat.com/#narrow/stream/360838-balena-io.2Fos.2Fdevices/topic/balena-raspberrypi.20jenkins.20build.20failures/near/423970246


Currently devices with on-board storage fail to build in jenkins, if they don't provide a flasher image. One example is the CM4. Since there are multiple devices using this configuration, let's re-enable builds for all of them.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru
nested: []
version: 5.1.44
title: ""
date: 2024-02-29T16:16:34.376Z
- commits:
- subject: Start os-config service after extracting CA
hash: 0a531b5787e9dfd11a851fa36babd5374135e935
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.44
## (2024-02-29)

* resin-init-flasher: Allow building images for non-flasher devices that have internal storage [Alexandru]

# v5.1.43
## (2024-02-28)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "5.1.43"
DISTRO_VERSION = "5.1.44"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 64cd9e8

Please sign in to comment.