Skip to content

Commit

Permalink
v2.115.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Jun 23, 2023
1 parent a4c6f66 commit 330c6de
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 1 deletion.
113 changes: 113 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,116 @@
- commits:
- subject: Update layers/meta-balena to f50614c3a4c7e6db317d4404368827508d8fce82
hash: 45fb8b344ad657921fb6c0624b47828c754ab228
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-23T11:05:08.180Z
- commits:
- subject: Update layers/meta-balena to 2d298dfd21cc69271a25642a74608ff39c9ca33f
hash: 9dc5fc281cf9e948859a253e0859a29bfb283c5f
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.115.11
2.115.12

0 comments on commit 330c6de

Please sign in to comment.