Skip to content

Commit

Permalink
v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 8, 2024
1 parent c6a2768 commit 23cbbce
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 1 deletion.
119 changes: 119 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,122 @@
- commits:
- subject: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
hash: 17d748a400d476ff0418c8cbcd38cc18a1c8f5d9
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Update balena-supervisor to v16.1.10
hash: fab3d6cf5bfe10546dbafba54f3c6955da8f10c4
body: |
Update balena-supervisor from 16.1.5 to 16.1.10
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Add revpi-connect-4 to RPi variants We need the supervisor to be able
to manage config.txt changes for the RevPi Connect 4.
hash: b5dbef82d75a701cc2accb8f52e5865641e416fc
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Shreya Patel <[email protected]>
signed-off-by: Shreya Patel <[email protected]>
author: Shreya Patel
nested: []
version: balena-supervisor-16.1.10
title: ""
date: 2024-03-28T16:51:48.764Z
- commits:
- subject: Log the full error on device state report failure as it is more useful
hash: 20e57f7f168884ccbc048911be15cedc91334192
body: >
The message can be an empty string or similarly
unhelpful, therefore

logging the entire error means that we will have
whatever the message

may be along with the stack trace and other info that
will be helpful

even when the message is not
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: balena-supervisor-16.1.9
title: ""
date: 2024-03-25T18:36:42.735Z
- commits:
- subject: Set @balena/es-version to es2022 to match tsconfig.json
hash: 6b0500cdbcd24b718460f35f6f9412ba6093389c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: balena-supervisor-16.1.8
title: ""
date: 2024-03-25T18:11:08.037Z
- commits:
- subject: Increase the timeout for auto select family to 5000ms to avoid issues
hash: 5cd37e73acb63a3bd705aea8e5edb4d255cd1c37
body: >
On slower networks the default of 250ms can cause
problems as all

attempts will fail rather than only the ones for
interfaces that do not

actually work correctly. Increasing this timeout to
5000ms will help to

avoid these issues
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: balena-supervisor-16.1.7
title: ""
date: 2024-03-25T15:25:23.860Z
- commits:
- subject: Pin iptables to 1.8.9 (legacy)
hash: 3d881347e7d9721b00bcc41411996bd40b48d781
body: >
With Alpine 3.19, iptables gets bumped to 1.8.10 which
uses nftables.

The host OS still uses iptables 1.8.7 (legacy), and we
should

use legacy as well until the OS uses nftables.
footer:
See: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor
see: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: balena-supervisor-16.1.6
title: ""
date: 2024-03-18T21:37:24.676Z
version: meta-balena-5.2.4
title: ""
date: 2024-04-03T17:13:37.301Z
version: 5.2.4
title: ""
date: 2024-04-08T04:31:51.587Z
- commits:
- subject: Update contracts to cb7b2220f327c5a21c1c0ab193ac03016537c05a
hash: 069e66c6ce04e5115f37cc32ac141354a5f7e250
Expand Down
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
# Change Log
-----------

# v5.2.4
## (2024-04-08)


<details>
<summary> Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f [Self-hosted Renovate Bot] </summary>

> ## meta-balena-5.2.4
> ### (2024-04-03)
>
>
> <details>
> <summary> Update balena-supervisor to v16.1.10 [Self-hosted Renovate Bot] </summary>
>
>> ### balena-supervisor-16.1.10
>> #### (2024-03-28)
>>
>> * Add revpi-connect-4 to RPi variants We need the supervisor to be able to manage config.txt changes for the RevPi Connect 4. [Shreya Patel]
>>
>> ### balena-supervisor-16.1.9
>> #### (2024-03-25)
>>
>> * Log the full error on device state report failure as it is more useful [Pagan Gazzard]
>>
>> ### balena-supervisor-16.1.8
>> #### (2024-03-25)
>>
>> * Set @balena/es-version to es2022 to match tsconfig.json [Pagan Gazzard]
>>
>> ### balena-supervisor-16.1.7
>> #### (2024-03-25)
>>
>> * Increase the timeout for auto select family to 5000ms to avoid issues [Pagan Gazzard]
>>
>> ### balena-supervisor-16.1.6
>> #### (2024-03-18)
>>
>> * Pin iptables to 1.8.9 (legacy) [Christina Ying Wang]
>>
>
> </details>
>
>

</details>

# v5.2.3+rev3
## (2024-04-08)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.3+rev3
5.2.4

0 comments on commit 23cbbce

Please sign in to comment.