v2.98.18
This commit is contained in:
parent
9385f86ca8
commit
e0ab83e79a
3 changed files with 101 additions and 1 deletions
|
@ -1,3 +1,74 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566
|
||||
hash: 207c1734525d56c4bb368990860e37201476f7c0
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566
|
||||
changelog-entry: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566
|
||||
author: Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "supervisor: Update balena-supervisor to v13.1.6"
|
||||
hash: 541eeeb25dcb928f23a920df27d30fa213c5df14
|
||||
body: |
|
||||
Update balena-supervisor from 13.1.4 to 13.1.6
|
||||
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:
|
||||
- commits:
|
||||
- subject: Avoid splash image failures if image is corrupt
|
||||
hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d
|
||||
body: >
|
||||
Splash image backend would throw if the image is not a
|
||||
valid png during
|
||||
|
||||
the write step. This could prevent the device from provisioning if some
|
||||
|
||||
corruption happens at some point.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: balena-supervisor-13.1.6
|
||||
title: "'Avoid splash image failures if image is corrupt'"
|
||||
date: 2022-05-06T18:46:18.641Z
|
||||
- commits:
|
||||
- subject: Use write + sync when writing configs to /mnt/boot
|
||||
hash: c04955354a76ab32ab5dc52062fdf72d668f7c3b
|
||||
body: >
|
||||
This commit updates all backends that write to /mnt/boot
|
||||
to do it
|
||||
|
||||
through a new `lib/host-utils` module. Writes are now done using write +
|
||||
|
||||
sync as rename is not an atomic operation in vfat.
|
||||
|
||||
|
||||
The change also applies for writes through the `/v1/host-config`
|
||||
|
||||
endpoint.
|
||||
|
||||
|
||||
Finally this change includes some improvements on tests.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: balena-supervisor-13.1.5
|
||||
title: "'Use write+sync when writing to '"
|
||||
date: 2022-05-03T15:28:52.610Z
|
||||
version: meta-balena-2.98.18
|
||||
title: "'supervisor: Update balena-supervisor to v13.1.6'"
|
||||
date: 2022-05-10T12:02:12.200Z
|
||||
version: 2.98.18
|
||||
title: "'Update layers/meta-balena digest to c46ab98'"
|
||||
date: 2022-05-10T20:27:59.510Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to 42c71bfea112ba44e59488fe93284a583654622f
|
||||
hash: a4d3a1a51c61f9b2019fbe4abdbdbe490c1e7e29
|
||||
|
|
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,6 +1,35 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.98.18
|
||||
## (2022-05-10)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566 [Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-2.98.18
|
||||
> ### (2022-05-10)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> supervisor: Update balena-supervisor to v13.1.6 [Alex Gonzalez] </summary>
|
||||
>
|
||||
>> ### balena-supervisor-13.1.6
|
||||
>> #### (2022-05-06)
|
||||
>>
|
||||
>> * Avoid splash image failures if image is corrupt [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-13.1.5
|
||||
>> #### (2022-05-03)
|
||||
>>
|
||||
>> * Use write + sync when writing configs to /mnt/boot [Felipe Lalanne]
|
||||
>>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
</details>
|
||||
|
||||
# v2.98.17
|
||||
## (2022-05-06)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.98.17
|
||||
2.98.18
|
Loading…
Add table
Reference in a new issue