Skip to content

Commit

Permalink
v6.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 12, 2024
1 parent 71572c0 commit b81a2d7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: "tests:os: Avoid setting apiEndpoint for unmanaged tests"
hash: 123e5476c4740abb29e0818d93449ca8da804f5c
body: >
When this config.json field has a value, the supervisor will treat the
device as managed and will crash and start to boot loop.


On faster device-types we don't seem to notice and the tests pass by
chance, but on Pi Zero and similar we consistently see ECONNRESET when
hitting local SV endpoints.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 6.0.23
title: ""
date: 2024-09-12T18:15:21.088Z
- commits:
- subject: Update balena-os/balena-yocto-scripts action to v1.25.39
hash: 6e1c2685e6be2982ca7175936e0f4babae37081f
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.0.23
## (2024-09-12)

* tests:os: Avoid setting apiEndpoint for unmanaged tests [Kyle Harding]

# v6.0.22
## (2024-09-12)

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

0 comments on commit b81a2d7

Please sign in to comment.