v5.1.8
This commit is contained in:
parent
9b5aab4d4c
commit
0dbfdb6d18
3 changed files with 180 additions and 1 deletions
|
@ -1,3 +1,129 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to afa34852ba91dc6e720ae90890c095b73a1f8882
|
||||||
|
hash: 75041d4eade830dfcf0e2572ff56c08afe90668f
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to afa34852ba91dc6e720ae90890c095b73a1f8882
|
||||||
|
changelog-entry: Update layers/meta-balena to afa34852ba91dc6e720ae90890c095b73a1f8882
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Update tests/leviathan digest to dbcacdb
|
||||||
|
hash: 708458487d1cb01362ca28310b4b67ca847f4a0f
|
||||||
|
body: Update tests/leviathan
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: timeout netcat process
|
||||||
|
hash: 3eee636c92fb352101b62cf6cc04dd799f5c6ae9
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||||
|
signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||||
|
author: rcooke-warwick
|
||||||
|
nested: []
|
||||||
|
version: leviathan-2.29.33
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-09T17:35:20.372Z
|
||||||
|
version: meta-balena-5.1.8
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-09T21:50:27.806Z
|
||||||
|
- commits:
|
||||||
|
- subject: Update balena-supervisor to v15.2.0
|
||||||
|
hash: f3df642e9f4e6525d68fe00b3141b1fa4cdf4fef
|
||||||
|
body: |
|
||||||
|
Update balena-supervisor from 15.0.4 to 15.2.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Try MDNS lookup only if regular DNS lookup fails
|
||||||
|
hash: dec39a35d40532a82ac2f2bbcaa2c179b67d3d4a
|
||||||
|
body: >
|
||||||
|
This is meant to allow users to configure their device
|
||||||
|
to
|
||||||
|
|
||||||
|
resolve `.local` queries via dnsmasq by modifying config.json, e.g. `dnsServers":
|
||||||
|
|
||||||
|
"/bob.local/172.17.0.33`.
|
||||||
|
|
||||||
|
|
||||||
|
This would fail before as MDNS lookups would always come first
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
- subject: Refactor mdns lookup code in app entry
|
||||||
|
hash: 7a39da92b7bb1537a6df3dec6ad665d35e891bcc
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: balena-supervisor-15.2.0
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-08T13:25:37.100Z
|
||||||
|
- commits:
|
||||||
|
- subject: "docs: api: start-service: specify this endpoint affects the device"
|
||||||
|
hash: 096fdbc74ab4ca9a58603eec5774435ff07bedb1
|
||||||
|
body: >
|
||||||
|
The description incorrectly states the endpoint would
|
||||||
|
start a service
|
||||||
|
|
||||||
|
in the whole fleet while it only affects the device.
|
||||||
|
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: balena-supervisor-15.1.1
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-02T18:35:24.583Z
|
||||||
|
- commits:
|
||||||
|
- subject: Force remove container if updateMetadata fails
|
||||||
|
hash: 3ea8d4727a4f4b068b308d1f407b7cf0dae2733b
|
||||||
|
body: >
|
||||||
|
The `updateMetadata` step renames the container to match
|
||||||
|
the target
|
||||||
|
|
||||||
|
release when the service doesn't change between releases. We have seen
|
||||||
|
|
||||||
|
this step fail because of an engine bug that seems to relate to the
|
||||||
|
|
||||||
|
engine keeping stale references after container restarts. The only way
|
||||||
|
|
||||||
|
around this issue is to remove the old container and create it again.
|
||||||
|
|
||||||
|
This implements that workaround during the updateMetadata step to deal
|
||||||
|
|
||||||
|
with that issue.
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Relates-to: balena-os/balena-engine#261
|
||||||
|
relates-to: balena-os/balena-engine#261
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: balena-supervisor-15.1.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-11-22T20:12:13.595Z
|
||||||
|
version: meta-balena-5.1.7
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-09T11:48:54.597Z
|
||||||
|
version: 5.1.8
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-10T00:51:22.991Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/poky to 8873e8d033d3f9df9ad463c5f2045822f503479d
|
- subject: Update layers/poky to 8873e8d033d3f9df9ad463c5f2045822f503479d
|
||||||
hash: 889fefe1360466209549d440244af78c1a1ec4e8
|
hash: 889fefe1360466209549d440244af78c1a1ec4e8
|
||||||
|
|
53
CHANGELOG.md
53
CHANGELOG.md
|
@ -1,6 +1,59 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.1.8
|
||||||
|
## (2024-01-10)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to afa34852ba91dc6e720ae90890c095b73a1f8882 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.1.8
|
||||||
|
> ### (2024-01-09)
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Update tests/leviathan digest to dbcacdb [Self-hosted Renovate Bot] </summary>
|
||||||
|
>
|
||||||
|
>> ### leviathan-2.29.33
|
||||||
|
>> #### (2024-01-09)
|
||||||
|
>>
|
||||||
|
>> * timeout netcat process [rcooke-warwick]
|
||||||
|
>>
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> ## meta-balena-5.1.7
|
||||||
|
> ### (2024-01-09)
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Update balena-supervisor to v15.2.0 [Self-hosted Renovate Bot] </summary>
|
||||||
|
>
|
||||||
|
>> ### balena-supervisor-15.2.0
|
||||||
|
>> #### (2024-01-08)
|
||||||
|
>>
|
||||||
|
>> * Try MDNS lookup only if regular DNS lookup fails [Felipe Lalanne]
|
||||||
|
>> * Refactor mdns lookup code in app entry [Felipe Lalanne]
|
||||||
|
>>
|
||||||
|
>> ### balena-supervisor-15.1.1
|
||||||
|
>> #### (2024-01-02)
|
||||||
|
>>
|
||||||
|
>> * docs: api: start-service: specify this endpoint affects the device [Alex Gonzalez]
|
||||||
|
>>
|
||||||
|
>> ### balena-supervisor-15.1.0
|
||||||
|
>> #### (2023-11-22)
|
||||||
|
>>
|
||||||
|
>> * Force remove container if updateMetadata fails [Felipe Lalanne]
|
||||||
|
>>
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.1.6+rev1
|
# v5.1.6+rev1
|
||||||
## (2024-01-08)
|
## (2024-01-08)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.6+rev1
|
5.1.8
|
Loading…
Add table
Reference in a new issue