From 5d7a7ecfdc69c481e6e762e38e66b8b291a70e32 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:22:24 +0000 Subject: [PATCH] v5.2.8 --- .versionbot/CHANGELOG.yml | 22 +++++++++++++++++++ CHANGELOG.md | 5 +++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 90b74462b6..ef6c13ab46 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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) + signed-off-by: Vipul Gupta (@vipulgupta2048) + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index eee41a1e6e..3114f3cad8 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index ceff681a01..6c0a6a28e2 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -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 '''