From 3bff9da19efc0b9049d6f41af3c278d2a442b993 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 20 May 2022 20:17:12 +0300 Subject: [PATCH] v2.98.28 --- .versionbot/CHANGELOG.yml | 88 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 28 +++++++++++++ VERSION | 2 +- 3 files changed, 117 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9de8cc5..ac9f8cb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,91 @@ +- commits: + - subject: Update layers/meta-balena to 7e98e8f49aee1f5538da16ff564c7d8fb009800e + hash: 0e9f9edc8db1cd98b6bafc93592bf5e3fac0c617 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 7e98e8f49aee1f5538da16ff564c7d8fb009800e + changelog-entry: Update layers/meta-balena to 7e98e8f49aee1f5538da16ff564c7d8fb009800e + author: Renovate Bot + nested: + - commits: + - subject: Update tests/leviathan digest to 727ba9f + hash: b9b9847a3c0bc6082eec319bcac1439ca0752aac + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: + - commits: + - subject: "worker: qemu: add new qemu firmware paths" + hash: b19831d5209962eb729ffa55851b593e632a70d8 + body: > + Search for firmware shipped as part of QEMU package to + enable + + cross-platform emulation with UEFI. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + - subject: "worker: install edk2 firmware for aarch64" + hash: 514069e45c814e7f6051ea41ba9da0852f765976 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + - subject: "worker: Change default qemu memory from 2G to 512M" + hash: 0820094150876d67ce9203d641fe5c41d1afcef4 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: "make: Do not assume qemu DUT arch will match the host" + hash: 4aac404ff5e221eecef289d07339532335532543 + body: > + When KVM is not used we can easily emulate + generic-aarch64 + + on x86_64 hosts so avoid tying the host and target architectures + + together in the Makefile. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: "make: Allow passed env vars to replace any .env values" + hash: 4b71f90615c68c90fa8b0bf4c2068f089784ea00 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: leviathan-2.3.4 + title: "'Do not assume qemu DUT arch will match the host'" + date: 2022-05-20T14:09:51.819Z + version: meta-balena-2.98.28 + title: "'Update tests/leviathan digest to 727ba9f'" + date: 2022-05-20T15:17:40.870Z + version: 2.98.28 + title: "'Update layers/meta-balena digest to 7e98e8f'" + date: 2022-05-20T16:53:10.051Z - commits: - subject: Update contracts to 6a236f469fbc796adc3c5f63031466fc1dbab013 hash: 17d14b8f857d4a396ee71d2199319e5e3ddfccc7 diff --git a/CHANGELOG.md b/CHANGELOG.md index b75c209..dee2b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ Change log ----------- +# v2.98.28 +## (2022-05-20) + + +
+ Update layers/meta-balena to 7e98e8f49aee1f5538da16ff564c7d8fb009800e [Renovate Bot] + +> ## meta-balena-2.98.28 +> ### (2022-05-20) +> +> +>
+> Update tests/leviathan digest to 727ba9f [Renovate Bot] +> +>> ### leviathan-2.3.4 +>> #### (2022-05-20) +>> +>> * worker: qemu: add new qemu firmware paths [Joseph Kogut] +>> * worker: install edk2 firmware for aarch64 [Joseph Kogut] +>> * worker: Change default qemu memory from 2G to 512M [Kyle Harding] +>> * make: Do not assume qemu DUT arch will match the host [Kyle Harding] +>> * make: Allow passed env vars to replace any .env values [Kyle Harding] +>> +>
+> +> +
+ # v2.98.27+rev2 ## (2022-05-20) diff --git a/VERSION b/VERSION index 1c33a44..1d8c9f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.98.27+rev2 \ No newline at end of file +2.98.28 \ No newline at end of file