Skip to content

Commit b483cce

Browse files
v5.2.4
1 parent d19c900 commit b483cce

File tree

3 files changed

+166
-1
lines changed

3 files changed

+166
-1
lines changed

.versionbot/CHANGELOG.yml

+119
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,122 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
3+
hash: cc89198f12f867cb95292aeb863b9d9478e4a23a
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
7+
changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: Update balena-supervisor to v16.1.10
12+
hash: fab3d6cf5bfe10546dbafba54f3c6955da8f10c4
13+
body: |
14+
Update balena-supervisor from 16.1.5 to 16.1.10
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
author: Self-hosted Renovate Bot
19+
nested:
20+
- commits:
21+
- subject: Add revpi-connect-4 to RPi variants We need the supervisor to be able
22+
to manage config.txt changes for the RevPi Connect 4.
23+
hash: b5dbef82d75a701cc2accb8f52e5865641e416fc
24+
body: ""
25+
footer:
26+
Change-type: patch
27+
change-type: patch
28+
Signed-off-by: Shreya Patel <shreya@dynamicdevices.co.uk>
29+
signed-off-by: Shreya Patel <shreya@dynamicdevices.co.uk>
30+
author: Shreya Patel
31+
nested: []
32+
version: balena-supervisor-16.1.10
33+
title: ""
34+
date: 2024-03-28T16:51:48.764Z
35+
- commits:
36+
- subject: Log the full error on device state report failure as it is more useful
37+
hash: 20e57f7f168884ccbc048911be15cedc91334192
38+
body: >
39+
The message can be an empty string or similarly
40+
unhelpful, therefore
41+
42+
logging the entire error means that we will have
43+
whatever the message
44+
45+
may be along with the stack trace and other info that
46+
will be helpful
47+
48+
even when the message is not
49+
footer:
50+
Change-type: patch
51+
change-type: patch
52+
author: Pagan Gazzard
53+
nested: []
54+
version: balena-supervisor-16.1.9
55+
title: ""
56+
date: 2024-03-25T18:36:42.735Z
57+
- commits:
58+
- subject: Set @balena/es-version to es2022 to match tsconfig.json
59+
hash: 6b0500cdbcd24b718460f35f6f9412ba6093389c
60+
body: ""
61+
footer:
62+
Change-type: patch
63+
change-type: patch
64+
author: Pagan Gazzard
65+
nested: []
66+
version: balena-supervisor-16.1.8
67+
title: ""
68+
date: 2024-03-25T18:11:08.037Z
69+
- commits:
70+
- subject: Increase the timeout for auto select family to 5000ms to avoid issues
71+
hash: 5cd37e73acb63a3bd705aea8e5edb4d255cd1c37
72+
body: >
73+
On slower networks the default of 250ms can cause
74+
problems as all
75+
76+
attempts will fail rather than only the ones for
77+
interfaces that do not
78+
79+
actually work correctly. Increasing this timeout to
80+
5000ms will help to
81+
82+
avoid these issues
83+
footer:
84+
Change-type: patch
85+
change-type: patch
86+
author: Pagan Gazzard
87+
nested: []
88+
version: balena-supervisor-16.1.7
89+
title: ""
90+
date: 2024-03-25T15:25:23.860Z
91+
- commits:
92+
- subject: Pin iptables to 1.8.9 (legacy)
93+
hash: 3d881347e7d9721b00bcc41411996bd40b48d781
94+
body: >
95+
With Alpine 3.19, iptables gets bumped to 1.8.10 which
96+
uses nftables.
97+
98+
The host OS still uses iptables 1.8.7 (legacy), and we
99+
should
100+
101+
use legacy as well until the OS uses nftables.
102+
footer:
103+
See: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor
104+
see: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor
105+
Change-type: patch
106+
change-type: patch
107+
Signed-off-by: Christina Ying Wang <christina@balena.io>
108+
signed-off-by: Christina Ying Wang <christina@balena.io>
109+
author: Christina Ying Wang
110+
nested: []
111+
version: balena-supervisor-16.1.6
112+
title: ""
113+
date: 2024-03-18T21:37:24.676Z
114+
version: meta-balena-5.2.4
115+
title: ""
116+
date: 2024-04-03T17:13:37.301Z
117+
version: 5.2.4
118+
title: ""
119+
date: 2024-04-03T21:18:53.421Z
1120
- commits:
2121
- subject: Update contracts to 8631765cc3b0b4c6fde0941b896dbfb1b8373455
3122
hash: 5066d5a0083f00e11b397f12a3bd61f12905b7ec

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22

33
All notable changes to this project will be documented in this file
44

5+
# v5.2.4
6+
## (2024-04-03)
7+
8+
9+
<details>
10+
<summary> Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f [Self-hosted Renovate Bot] </summary>
11+
12+
> ## meta-balena-5.2.4
13+
> ### (2024-04-03)
14+
>
15+
>
16+
> <details>
17+
> <summary> Update balena-supervisor to v16.1.10 [Self-hosted Renovate Bot] </summary>
18+
>
19+
>> ### balena-supervisor-16.1.10
20+
>> #### (2024-03-28)
21+
>>
22+
>> * 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]
23+
>>
24+
>> ### balena-supervisor-16.1.9
25+
>> #### (2024-03-25)
26+
>>
27+
>> * Log the full error on device state report failure as it is more useful [Pagan Gazzard]
28+
>>
29+
>> ### balena-supervisor-16.1.8
30+
>> #### (2024-03-25)
31+
>>
32+
>> * Set @balena/es-version to es2022 to match tsconfig.json [Pagan Gazzard]
33+
>>
34+
>> ### balena-supervisor-16.1.7
35+
>> #### (2024-03-25)
36+
>>
37+
>> * Increase the timeout for auto select family to 5000ms to avoid issues [Pagan Gazzard]
38+
>>
39+
>> ### balena-supervisor-16.1.6
40+
>> #### (2024-03-18)
41+
>>
42+
>> * Pin iptables to 1.8.9 (legacy) [Christina Ying Wang]
43+
>>
44+
>
45+
> </details>
46+
>
47+
>
48+
49+
</details>
50+
551
# v5.2.3+rev2
652
## (2024-03-26)
753

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.3+rev2
1+
5.2.4

0 commit comments

Comments
 (0)