Skip to content

Commit

Permalink
v5.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 7, 2024
1 parent 0cec1e0 commit bbe9d4c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,30 @@
- commits:
- subject: "tests/device-tree: Rework to account for new form of setting dtoverlay
in config.txt by the supervisor"
hash: 12a0940ce31031e203364dd6c76a4fc07697133b
body: |
The supervisor will now write the following dtoverlay setting

"gpio-key,gpio=4,active_low=0,gpio_pull=down"

into config.txt in the following form:

dtoverlay=gpio-key
dtparam=gpio=4
dtparam=active_low=0
dtparam=gpio_pull=down

So we need to rework the test to account for these changes.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
signed-off-by: Florin Sarbu <florin@balena.io>
author: Florin Sarbu
nested: []
version: 5.1.50
title: ""
date: 2024-03-07T11:28:39.221Z
- commits:
- subject: Update tests/leviathan digest to a677d89
hash: cb9142269bc348e6c0dbe99dfc8b95d4215c0cf4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.50
## (2024-03-07)

* tests/device-tree: Rework to account for new form of setting dtoverlay in config.txt by the supervisor [Florin Sarbu]

# v5.1.49
## (2024-03-06)

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

0 comments on commit bbe9d4c

Please sign in to comment.