From 67e3c7600f73281650931db4594409f6e438761f Mon Sep 17 00:00:00 2001 From: Balena CI Date: Mon, 13 Feb 2023 11:09:03 +0000 Subject: [PATCH] v2.111.1 --- .versionbot/CHANGELOG.yml | 54 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 17 ++++++++++++ VERSION | 2 +- 3 files changed, 72 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7dfb4d3..d1a150f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update layers/meta-balena to ad77fa3dacfa32044deb80c2266e3c2d8e1e13dd + hash: c158cb8e965147f5ea31f5cd683da77a9a43ae04 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to ad77fa3dacfa32044deb80c2266e3c2d8e1e13dd + changelog-entry: Update layers/meta-balena to ad77fa3dacfa32044deb80c2266e3c2d8e1e13dd + author: Renovate Bot + nested: + - commits: + - subject: "resin-init-flasher: do not report progress if unprovisioned" + hash: c6e81823002c1b7f73373fc5eee9434c8805f5b5 + body: > + If we know we have not provisioned, let's not print errors when the + + report cannot be sent. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "resin-init-flasher: check splash configuration exists before copying" + hash: 150bef07e330695cc2abcc1e46d533ed43b0a732 + body: > + Otherwise, if the flasher is configured without a splash configuration + + directory, the boot partition content is overwritten. + footer: + Change-type: patch + change-type: patch + author: Alex Gonzalez + nested: [] + - subject: "resin-init-flasher: Move configuration data definitions to config + file" + hash: be9f8c76eab4494d6dfaaca81ec2c695d9f78d8c + body: > + This exposes a file based interface for configuration sharing. The + + clarity is needed while working on the migrator. + 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.111.1 + title: "" + date: 2023-02-13T09:12:12.081Z + version: 2.111.1 + title: "" + date: 2023-02-13T11:08:59.151Z - commits: - subject: Update layers/meta-balena to 18d3baaee23803f2b15e45c1ce3b1446e7a87eb1 hash: 037b7c36fc407bcf147d1b9f0b9f17a94c60a4f3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b260e25..0b5e6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Change log ----------- +# v2.111.1 +## (2023-02-13) + + +
+ Update layers/meta-balena to ad77fa3dacfa32044deb80c2266e3c2d8e1e13dd [Renovate Bot] + +> ## meta-balena-2.111.1 +> ### (2023-02-13) +> +> * resin-init-flasher: do not report progress if unprovisioned [Alex Gonzalez] +> * resin-init-flasher: check splash configuration exists before copying [Alex Gonzalez] +> * resin-init-flasher: Move configuration data definitions to config file [Alex Gonzalez] +> + +
+ # v2.111.0 ## (2023-02-11) diff --git a/VERSION b/VERSION index 23a7ef5..c0d68f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.111.0 \ No newline at end of file +2.111.1 \ No newline at end of file