From 4e7ee9abab4b163579beb0af5a2f2682c46c9c0c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 17 Jun 2022 03:16:56 +0300 Subject: [PATCH] v2.99.3 --- .versionbot/CHANGELOG.yml | 53 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 16 ++++++++++++ VERSION | 2 +- 3 files changed, 70 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c3485eb..dc0d926 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,56 @@ +- commits: + - subject: Update layers/meta-balena to 6db02b204e1a33c90fa6f2e8f81f5f45eb9359ca + hash: f1f0c6ce1652ea900cd12919c7ed679f5f8401de + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 6db02b204e1a33c90fa6f2e8f81f5f45eb9359ca + changelog-entry: Update layers/meta-balena to 6db02b204e1a33c90fa6f2e8f81f5f45eb9359ca + author: Renovate Bot + nested: + - commits: + - subject: "tests: os: Run os suite before hup and cloud" + hash: 279dea44014c2e649c2c8de8571276b29f532a31 + body: | + Unmanaged os suites are the most critical and usually + the fastest to complete, so run them first. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: "tests: os: Refactor config-json tests to wait for passing results" + hash: 3ee1951ecfff92d3176f64a484f307b976784d96 + body: | + To avoid race conditions with services restarting automatically + this commit wraps the individual test results with waitUntil and + moves the common jq logic to a shared function. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: "tests: os: chrony: Avoid conflicts with supervisor firewall" + hash: ec7dcabd2e47ae9f7641388296c5c3c6e668c8bf + body: | + Flushing the iptables can leave the engine and supervisor + in a bad state. Instead just add and delete the NTP rules. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: meta-balena-2.99.3 + title: "'Fix race conditions in os-config and chrony tests'" + date: 2022-06-16T21:10:23.417Z + version: 2.99.3 + title: "'Update layers/meta-balena digest to 6db02b2'" + date: 2022-06-16T22:54:44.930Z - commits: - subject: Update layers/meta-balena to ee8110bd257ff145acba793720ea739f14f2429a hash: cc8061bfd721f2c0b58ca9c90c0166addad54667 diff --git a/CHANGELOG.md b/CHANGELOG.md index 611357e..d9700f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Change log ----------- +# v2.99.3 +## (2022-06-16) + + +
+ Update layers/meta-balena to 6db02b204e1a33c90fa6f2e8f81f5f45eb9359ca [Renovate Bot] + +> ## meta-balena-2.99.3 +> ### (2022-06-16) +> +> * tests: os: Run os suite before hup and cloud [Kyle Harding] +> * tests: os: Refactor config-json tests to wait for passing results [Kyle Harding] +> * tests: os: chrony: Avoid conflicts with supervisor firewall [Kyle Harding] +> +
+ # v2.99.2 ## (2022-06-14) diff --git a/VERSION b/VERSION index 373b45e..6f9418a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.99.2 \ No newline at end of file +2.99.3 \ No newline at end of file