Skip to content

Commit

Permalink
v5.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 14, 2024
1 parent fc1acd7 commit b72d279
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,22 @@
- commits:
- subject: "resin-init-flasher: add jq dependency"
hash: 87aa01801d193a893f10367ba71b9cc824bf7e69
body: |
Without this dependency, the call to `jq` does not happen and the check
for INTERNAL_DEVICE_KERNEL is not performed.

Several devices that define internal storage but do not define
INTERNAL_DEVICE_KERNEL will now fail and need to be fixed.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: 5.1.34
title: ""
date: 2024-02-14T23:11:49.455Z
- commits:
- subject: "tests: cloud: if no existing release, create generic fleet"
hash: 5b63019d327a1b8ebe1871fd6bc85b0790f40f81
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.34
## (2024-02-14)

* resin-init-flasher: add jq dependency [Alex Gonzalez]

# v5.1.33
## (2024-02-14)

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

0 comments on commit b72d279

Please sign in to comment.