diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index de1935d..9bc8759 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,38 @@ +- commits: + - subject: Update layers/meta-balena to 5d7a7ecfdc69c481e6e762e38e66b8b291a70e32 + hash: 5b76ba46741ccecccbf5baae1cf864fd20bd46e5 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5d7a7ecfdc69c481e6e762e38e66b8b291a70e32 + changelog-entry: Update layers/meta-balena to 5d7a7ecfdc69c481e6e762e38e66b8b291a70e32 + author: Self-hosted Renovate Bot + nested: + - 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: meta-balena-5.2.8 + title: "" + date: 2024-04-17T15:22:20.514Z + version: 5.2.8 + title: "" + date: 2024-04-17T20:09:05.725Z - commits: - subject: Update layers/meta-balena to edcdfc634c0b32648f5c27aeaef156ebc39c9e7c hash: c8424fd9df6b5a9b90a1d675ef9775832bc505a4 diff --git a/CHANGELOG.md b/CHANGELOG.md index ef20cef..68fd5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.2.8 +## (2024-04-17) + + +
+ Update layers/meta-balena to 5d7a7ecfdc69c481e6e762e38e66b8b291a70e32 [Self-hosted Renovate Bot] + +> ## meta-balena-5.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/VERSION b/VERSION index 0a9e374..5812e97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.7 \ No newline at end of file +5.2.8 \ No newline at end of file