v2.99.21
This commit is contained in:
parent
2aa1bccae3
commit
feafd08374
3 changed files with 76 additions and 1 deletions
|
@ -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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <joseph@balena.io>
|
||||||
|
signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 85c5bf992befbdd5b4f88978aeb7acd1a206bf9b
|
- subject: Update layers/meta-balena to 85c5bf992befbdd5b4f88978aeb7acd1a206bf9b
|
||||||
hash: e8beac9c608975af7fb01e146487e52c5e7c3b45
|
hash: e8beac9c608975af7fb01e146487e52c5e7c3b45
|
||||||
|
|
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,6 +1,25 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.99.21
|
||||||
|
## (2022-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to b266b1a4ebeb269145192f8412fa12c902a30812 [renovate[bot]] </summary>
|
||||||
|
|
||||||
|
> ## 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]
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.99.19
|
# v2.99.19
|
||||||
## (2022-06-24)
|
## (2022-06-24)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.99.19
|
2.99.21
|
Loading…
Add table
Reference in a new issue