Skip to content

Commit ea3d66a

Browse files
v5.3.10
1 parent 6d85b61 commit ea3d66a

File tree

3 files changed

+167
-1
lines changed

3 files changed

+167
-1
lines changed

.versionbot/CHANGELOG.yml

+120
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,123 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 2e3a5bf77eef509e80c73cf1428341c4383d86d9
3+
hash: f95bb610180649847bc36e3c0176cc0d1c0e45b8
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 2e3a5bf77eef509e80c73cf1428341c4383d86d9
7+
changelog-entry: Update layers/meta-balena to 2e3a5bf77eef509e80c73cf1428341c4383d86d9
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: Update balena-supervisor to v16.3.8
12+
hash: ca994c7c5d3598b0f1844e3c98bc37b756d056c6
13+
body: |
14+
Update balena-supervisor from 16.3.5 to 16.3.8
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
author: Self-hosted Renovate Bot
19+
nested:
20+
- commits:
21+
- subject: Update balena-io/deploy-to-balena-action action to v2.0.68
22+
hash: 8a7972c783845576741c626f7ac543671ebf868b
23+
body: >
24+
Update balena-io/deploy-to-balena-action from 2.0.67 to
25+
2.0.68
26+
footer:
27+
Change-type: patch
28+
change-type: patch
29+
author: Self-hosted Renovate Bot
30+
nested: []
31+
version: balena-supervisor-16.3.8
32+
title: ""
33+
date: 2024-05-24T14:29:17.821Z
34+
- commits:
35+
- subject: Update sinon to v18
36+
hash: 6b47c3572dea75c161e3931f05f37c46828d90a2
37+
body: |
38+
Update sinon from 17.0.1 to 18.0.0
39+
footer:
40+
Change-type: patch
41+
change-type: patch
42+
author: Self-hosted Renovate Bot
43+
nested: []
44+
version: balena-supervisor-16.3.7
45+
title: ""
46+
date: 2024-05-24T13:45:20.892Z
47+
- commits:
48+
- subject: Update balena-io/deploy-to-balena-action action to v2.0.67
49+
hash: 21f72b0ce9fd977517df3bf0ee5c186a17d432c9
50+
body: >
51+
Update balena-io/deploy-to-balena-action from 2.0.66 to
52+
2.0.67
53+
footer:
54+
Change-type: patch
55+
change-type: patch
56+
author: Self-hosted Renovate Bot
57+
nested: []
58+
version: balena-supervisor-16.3.6
59+
title: ""
60+
date: 2024-05-20T01:54:04.811Z
61+
version: meta-balena-5.3.10
62+
title: ""
63+
date: 2024-05-24T22:52:04.637Z
64+
- commits:
65+
- subject: "NetworkManager: do not use FW rule numbers in shared dispatcher
66+
script"
67+
hash: ab8d61194d84045e4b74f60e4172a69dd52a3509
68+
body: >
69+
Manipulating the firewall rules by index introduces a race
70+
condition.
71+
72+
Both NetworkManager and balenaEngine add the rules to the top
73+
74+
of the FORWARD chain instead of appending, so if we first look
75+
up
76+
77+
a rule by number and then use the number to refer to it, we can
78+
not
79+
80+
guarantee that the rule number has not changed (iow the rule has
81+
not
82+
83+
been moved down) in the meantime.
84+
85+
86+
This patch removes the use of rule numbers completely and makes
87+
88+
the "shared" dispatcher script refer to the rules by definition.
89+
footer:
90+
Change-type: patch
91+
change-type: patch
92+
Signed-off-by: Michal Toman <michalt@balena.io>
93+
signed-off-by: Michal Toman <michalt@balena.io>
94+
author: Michal Toman
95+
nested: []
96+
version: meta-balena-5.3.9
97+
title: ""
98+
date: 2024-05-24T12:34:18.221Z
99+
- commits:
100+
- subject: "tests: safe-reboot: fetch and modify target state"
101+
hash: af4d36646c2c301fceadcd10143096b187b67bd1
102+
body: >
103+
This is a fix targeted for the revpi-connect-4 which requires a
104+
config.txt param to be present to connect to wifi. The old way
105+
we did this test results in the config.txt being wiped - so now
106+
we fetch and change the current state to maintain the existing
107+
configuration and avoid this
108+
footer:
109+
Change-type: patch
110+
change-type: patch
111+
Signed-off-by: Ryan Cooke <ryan@balena.io>
112+
signed-off-by: Ryan Cooke <ryan@balena.io>
113+
author: rcooke-warwick
114+
nested: []
115+
version: meta-balena-5.3.8
116+
title: ""
117+
date: 2024-05-23T11:43:26.464Z
118+
version: 5.3.10
119+
title: ""
120+
date: 2024-05-25T04:40:58.574Z
1121
- commits:
2122
- subject: Update layers/meta-balena to 98a8dc813fb1df71c510732e14fa31446ef883e6
3123
hash: 0cb33ea0b9bf53fbab982a9f3f1dc16113e22729

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
Change log
22
-----------
33

4+
# v5.3.10
5+
## (2024-05-25)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 2e3a5bf77eef509e80c73cf1428341c4383d86d9 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## meta-balena-5.3.10
12+
> ### (2024-05-24)
13+
>
14+
>
15+
> <details>
16+
> <summary> Update balena-supervisor to v16.3.8 [Self-hosted Renovate Bot] </summary>
17+
>
18+
>> ### balena-supervisor-16.3.8
19+
>> #### (2024-05-24)
20+
>>
21+
>> * Update balena-io/deploy-to-balena-action action to v2.0.68 [Self-hosted Renovate Bot]
22+
>>
23+
>> ### balena-supervisor-16.3.7
24+
>> #### (2024-05-24)
25+
>>
26+
>> * Update sinon to v18 [Self-hosted Renovate Bot]
27+
>>
28+
>> ### balena-supervisor-16.3.6
29+
>> #### (2024-05-20)
30+
>>
31+
>> * Update balena-io/deploy-to-balena-action action to v2.0.67 [Self-hosted Renovate Bot]
32+
>>
33+
>
34+
> </details>
35+
>
36+
>
37+
> ## meta-balena-5.3.9
38+
> ### (2024-05-24)
39+
>
40+
> * NetworkManager: do not use FW rule numbers in shared dispatcher script [Michal Toman]
41+
>
42+
> ## meta-balena-5.3.8
43+
> ### (2024-05-23)
44+
>
45+
> * tests: safe-reboot: fetch and modify target state [rcooke-warwick]
46+
>
47+
48+
</details>
49+
450
# v5.3.7
551
## (2024-05-22)
652

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.7
1+
5.3.10

0 commit comments

Comments
 (0)