Skip to content

Commit

Permalink
v5.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 17, 2024
1 parent 92e0618 commit 5d7a7ec
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,25 @@
- commits:
- subject: "Test: Unmanaged: Replace ping command in tests with curl"
hash: 071c0180a03203cb34fc80b127501dc1385dbb3d
body: >
This change is required to migrate existing tests to run QEMU worker
tests on GitHub Actions.

GitHub hosted runners can't run the `ping` command:
https://github.com/actions/runner-images/issues/1519 by design.

If we still intend to use `ping`, the solution would be running QEMU
worker tests on self-hosted runners which allow ICMP packets
footer:
Change-type: patch
change-type: patch
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: 5.2.8
title: ""
date: 2024-04-17T15:22:20.514Z
- commits:
- subject: "packagegroup-resin: Install ldd script in balenaOS images"
hash: 9ef3aea59fdcc2909ab4d42e7bf7986c75ff14ca
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.2.8
## (2024-04-17)

* Test: Unmanaged: Replace ping command in tests with curl [Vipul Gupta (@vipulgupta2048)]

# v5.2.7
## (2024-04-16)

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

0 comments on commit 5d7a7ec

Please sign in to comment.