From ebf3c5ca65b9e1afea1cc658acb7359cb97a2053 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Mon, 29 May 2023 23:30:02 +0000 Subject: [PATCH] v2.115.3 --- .versionbot/CHANGELOG.yml | 60 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 20 +++++++++++++ VERSION | 2 +- 3 files changed, 81 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a52b3eb..8a88279 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,63 @@ +- commits: + - subject: Update layers/meta-balena to 60cfd8a3761501274de5f189fd8d52dd75cfbe42 + hash: 2f39958889b9875a38bc2fdce7bf6fb7a92cba41 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 60cfd8a3761501274de5f189fd8d52dd75cfbe42 + changelog-entry: Update layers/meta-balena to 60cfd8a3761501274de5f189fd8d52dd75cfbe42 + author: Renovate Bot + nested: + - commits: + - subject: "resin-init-flasher: check that commands exist before calling" + hash: 6782f81954dd6e5ca6e848603ea0153ded2f7dd0 + body: > + When running in the initramfs, the resin-device-progress package + is not + + installed as we cannot guarantee that the initramfs would be able to + + bring up all types of network interfaces. + + + This commit adds a check for the script to exists instead of getting a + + `command not found` when an API endpoint is defined. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-2.115.3 + title: "" + date: 2023-05-29T14:28:02.605Z + - commits: + - subject: "os-helpers: do not fail build if API tests fail" + hash: 933f265da4a6919183a28d6ca8e0cfb0f1811fee + body: > + The purpose of testing the API calls is to detect breaking + changes, not + + to fail builds because of temporary network or API access problems. + + + Printing a warning instead should be enough for developers to detect + + breaking changes. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-2.115.2 + title: "" + date: 2023-05-28T13:40:24.584Z + version: 2.115.3 + title: "" + date: 2023-05-29T23:29:56.722Z - commits: - subject: Update layers/meta-balena to 5bf3a7b37f4e33264629144c9bf355b4d81c1dee hash: b726b38d4799f40e65fc08b8c9d57c63c154c6e9 diff --git a/CHANGELOG.md b/CHANGELOG.md index d14faee..c6dd3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v2.115.3 +## (2023-05-29) + + +
+ Update layers/meta-balena to 60cfd8a3761501274de5f189fd8d52dd75cfbe42 [Renovate Bot] + +> ## meta-balena-2.115.3 +> ### (2023-05-29) +> +> * resin-init-flasher: check that commands exist before calling [Alex Gonzalez] +> +> ## meta-balena-2.115.2 +> ### (2023-05-28) +> +> * os-helpers: do not fail build if API tests fail [Alex Gonzalez] +> + +
+ # v2.115.1 ## (2023-05-24) diff --git a/VERSION b/VERSION index 8e38ab0..2bf273d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.115.1 \ No newline at end of file +2.115.3 \ No newline at end of file