v2.115.12
This commit is contained in:
parent
98078f8ba1
commit
b6dc1a57cc
3 changed files with 156 additions and 1 deletions
|
@ -1,3 +1,116 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82
|
||||
hash: 974fc2bb171d7d6639c89f6cad3769058b989192
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82
|
||||
changelog-entry: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Update balena-supervisor to v14.11.7
|
||||
hash: d2277092cfb2f61f7fcd1197f0b431f45fe169d7
|
||||
body: |
|
||||
Update balena-supervisor from 14.11.3 to 14.11.7
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Fix /v2/applications/state endpoint
|
||||
hash: 12eac04484e3c0a347b6f31783ed7973991046fa
|
||||
body: >
|
||||
It was returning stale information, particularly the
|
||||
download progress
|
||||
|
||||
of the target release images never got updated.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: "#2174"
|
||||
closes: "#2174"
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: balena-supervisor-14.11.7
|
||||
title: ""
|
||||
date: 2023-06-19T21:54:56.093Z
|
||||
- commits:
|
||||
- subject: Add fail-safe to test the image architecture
|
||||
hash: 1cf325d5c55bfb9d2ebb4cde7b9c448a6cfb2067
|
||||
body: >
|
||||
Verify that the target image architecture matches what
|
||||
is expected
|
||||
|
||||
according to the balena app architecture.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Use multi-arch in dockerfile
|
||||
hash: c1b157971d5fe15f9b85cdc6f0eed90b8d2eb22f
|
||||
body: >
|
||||
This is necessary since the builder no longer passes the
|
||||
platform flag
|
||||
|
||||
to the build. This would lead to dockerfiles that are mixing multi and single
|
||||
|
||||
arch stages to pull the wrong architecture images, particularly when
|
||||
|
||||
trying to build images in emulated builds (e.g. armv7hf built on aarch64).
|
||||
|
||||
|
||||
Moving the full build to multi-arch solves this as the docker engine is
|
||||
|
||||
capable of chosing the right architecture from the manifest.
|
||||
footer:
|
||||
Relatest-to: balena-io/balena-builder#1010
|
||||
relatest-to: balena-io/balena-builder#1010
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: balena-supervisor-14.11.6
|
||||
title: ""
|
||||
date: 2023-06-19T20:53:34.395Z
|
||||
- commits:
|
||||
- subject: Improve tests surrounding Engine-host race patch
|
||||
hash: 7eba48f8b832ec16465565f210e659a9f822e5b3
|
||||
body: ""
|
||||
footer:
|
||||
See: "#2170"
|
||||
see: "#2170"
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: balena-supervisor-14.11.5
|
||||
title: ""
|
||||
date: 2023-06-19T19:01:19.323Z
|
||||
- commits:
|
||||
- subject: Specify fs type when mounting partitions to prevent "Can't open
|
||||
blockdev" warnings
|
||||
hash: e6662f664c15a16e4f36fa128510c5367b20a09f
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: balena-supervisor-14.11.4
|
||||
title: ""
|
||||
date: 2023-06-19T07:56:33.558Z
|
||||
version: meta-balena-2.115.12
|
||||
title: ""
|
||||
date: 2023-06-23T09:04:04.118Z
|
||||
version: 2.115.12
|
||||
title: ""
|
||||
date: 2023-06-23T10:04:39.051Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to 2d298dfd21cc69271a25642a74608ff39c9ca33f
|
||||
hash: 851e20d5b1e267afad9618a38535acf0a61b3c4b
|
||||
|
|
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -1,6 +1,48 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.115.12
|
||||
## (2023-06-23)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-2.115.12
|
||||
> ### (2023-06-23)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-supervisor to v14.11.7 [Self-hosted Renovate Bot] </summary>
|
||||
>
|
||||
>> ### balena-supervisor-14.11.7
|
||||
>> #### (2023-06-19)
|
||||
>>
|
||||
>> * Fix /v2/applications/state endpoint [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-14.11.6
|
||||
>> #### (2023-06-19)
|
||||
>>
|
||||
>> * Add fail-safe to test the image architecture [Felipe Lalanne]
|
||||
>> * Use multi-arch in dockerfile [Felipe Lalanne]
|
||||
>>
|
||||
>> ### balena-supervisor-14.11.5
|
||||
>> #### (2023-06-19)
|
||||
>>
|
||||
>> * Improve tests surrounding Engine-host race patch [Christina Ying Wang]
|
||||
>>
|
||||
>> ### balena-supervisor-14.11.4
|
||||
>> #### (2023-06-19)
|
||||
>>
|
||||
>> * Specify fs type when mounting partitions to prevent "Can't open blockdev" warnings [Christina Ying Wang]
|
||||
>>
|
||||
>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v2.115.11
|
||||
## (2023-06-21)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.115.11
|
||||
2.115.12
|
Loading…
Add table
Reference in a new issue