diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e098d65..3065299 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,59 @@ +- commits: + - subject: Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 + hash: e01591c449fd8c5fb366309be0b243d1e0337fae + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 + changelog-entry: Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 + author: renovate[bot] + nested: + - commits: + - subject: "balena-config-vars: Do not use systemctl to list unit files" + hash: efcc9a0f876dc9b0955189cab535bc4a1926554d + body: | + On occassions, this fails with a broken pipe error. + 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.99.21 + title: "'balena-config-vars: Do not use systemctl to list unit files'" + date: 2022-06-27T09:18:07.649Z + - commits: + - subject: "tests: os: make apiKey an optional parameter" + hash: 5b959d374810ab1d5e82d3017b91e678d50e4a2d + body: > + When accessing a test device as part of a fleet, a cloud API key + is + + required in order to generate an SSH key and access the device through + + the VPN. However, when accessing a device locally, such as a QEMU + + instance running on the workstation itself, we have a direct path, and + + no VPN is necessary. + + + Make the apiKey optional, and don't login when it's not specified. This + + allows direct connections to work without it. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + version: meta-balena-2.99.20 + title: "'tests: os: make apiKey an optional parameter'" + date: 2022-06-24T20:23:18.792Z + version: 2.99.21 + title: "'Update: update layers/meta-balena digest to b266b1a'" + date: 2022-06-27T19:29:29.738Z - commits: - subject: Update layers/meta-balena to 85c5bf992befbdd5b4f88978aeb7acd1a206bf9b hash: e8beac9c608975af7fb01e146487e52c5e7c3b45 diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3b8ff..1eb685b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Change log ----------- +# v2.99.21 +## (2022-06-27) + + +
+ Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 [renovate[bot]] + +> ## meta-balena-2.99.21 +> ### (2022-06-27) +> +> * balena-config-vars: Do not use systemctl to list unit files [Alex Gonzalez] +> +> ## meta-balena-2.99.20 +> ### (2022-06-24) +> +> * tests: os: make apiKey an optional parameter [Joseph Kogut] +> +
+ # v2.99.19 ## (2022-06-24) diff --git a/VERSION b/VERSION index eb3a61c..d7ac1f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.99.19 \ No newline at end of file +2.99.21 \ No newline at end of file