v2.115.3
This commit is contained in:
parent
3c4bd7e0fa
commit
ebf3c5ca65
3 changed files with 81 additions and 1 deletions
|
@ -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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 5bf3a7b37f4e33264629144c9bf355b4d81c1dee
|
- subject: Update layers/meta-balena to 5bf3a7b37f4e33264629144c9bf355b4d81c1dee
|
||||||
hash: b726b38d4799f40e65fc08b8c9d57c63c154c6e9
|
hash: b726b38d4799f40e65fc08b8c9d57c63c154c6e9
|
||||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.115.3
|
||||||
|
## (2023-05-29)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 60cfd8a3761501274de5f189fd8d52dd75cfbe42 [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## 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]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.115.1
|
# v2.115.1
|
||||||
## (2023-05-24)
|
## (2023-05-24)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.115.1
|
2.115.3
|
Loading…
Add table
Reference in a new issue