Skip to content

Commit f8a3cd8

Browse files
v5.1.20
1 parent 5f141db commit f8a3cd8

3 files changed

Lines changed: 134 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,106 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
3+
hash: dc8b6c4404223965e152c98888c9589809192ad6
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
7+
changelog-entry: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: Update balena-supervisor to v15.3.0
12+
hash: 8b1e69874e07597b410c093a814d5968dd83991f
13+
body: |
14+
Update balena-supervisor from 15.2.0 to 15.3.0
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
author: Self-hosted Renovate Bot
19+
nested:
20+
- commits:
21+
- subject: Pin docker version to v24 for tests
22+
hash: 0500fe10bb1c35b01a4a46713c98165685a93433
23+
body: >
24+
Moby v25 adds the dynamically generated MAC address to
25+
the Config field,
26+
27+
which breaks the state engine, preventing the state from settling as the
28+
29+
current state never matches the target state (empty mac address). This
30+
31+
seems to be a bug in Moby that we reported in moby/moby#47228
32+
33+
34+
The issue won't affect Balena devices until balenaEngine is updated, and this
35+
36+
change fixes testing for now.
37+
footer:
38+
Change-type: patch
39+
change-type: patch
40+
author: Felipe Lalanne
41+
nested: []
42+
- subject: Fix docker utils tests for docker v25
43+
hash: 6ee606806d5bb7b1805baa67051eaa4d132e5a39
44+
body: >
45+
From docker 25, the engine will validate IPAM config.
46+
This would cause
47+
48+
the docker utils test to fail since the network/subnet configuration was
49+
50+
incorrect.
51+
footer:
52+
Change-type: patch
53+
change-type: patch
54+
author: Felipe Lalanne
55+
nested: []
56+
- subject: Enable nodemon when using test:env
57+
hash: 23fae633ca2351b37befbf1870e8749c7b03d906
58+
body: >
59+
This avoids the need to rebuild the environment when
60+
making code changes
61+
62+
and running integration tests
63+
footer:
64+
Change-type: minor
65+
change-type: minor
66+
author: Felipe Lalanne
67+
nested: []
68+
- subject: Improve test:compose and test:env commands
69+
hash: 2f3e3d2e610160b7111024b597df6f2f6844ce9a
70+
body: >
71+
The commands now use docker-compose run instead of
72+
docker compose up
73+
74+
for simplicity and also to match what flowzone does.
75+
footer:
76+
Change-type: patch
77+
change-type: patch
78+
author: Felipe Lalanne
79+
nested: []
80+
- subject: Add prettierrc for editor compatibility
81+
hash: e2f54e29faba4f74a59971fd66d64b7c38e9eb0f
82+
body: >
83+
The tsserver lsp doesn't seem to work well with
84+
.editorconfig. Using
85+
86+
prettierrc will allow formatting to work correctly with editor plugins
87+
88+
89+
This also updates editorconfig to work well with json
90+
footer:
91+
Change-type: patch
92+
change-type: patch
93+
author: Felipe Lalanne
94+
nested: []
95+
version: balena-supervisor-15.3.0
96+
title: ""
97+
date: 2024-01-26T14:51:00.446Z
98+
version: meta-balena-5.1.20
99+
title: ""
100+
date: 2024-02-01T04:15:55.799Z
101+
version: 5.1.20
102+
title: ""
103+
date: 2024-02-01T08:30:44.375Z
1104
- commits:
2105
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
3106
hash: 0c2ab5208bf951cf1fcbde442e5076eb28571a75

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
Change log
22
-----------
33

4+
# v5.1.20
5+
## (2024-02-01)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## meta-balena-5.1.20
12+
> ### (2024-02-01)
13+
>
14+
>
15+
> <details>
16+
> <summary> Update balena-supervisor to v15.3.0 [Self-hosted Renovate Bot] </summary>
17+
>
18+
>> ### balena-supervisor-15.3.0
19+
>> #### (2024-01-26)
20+
>>
21+
>> * Pin docker version to v24 for tests [Felipe Lalanne]
22+
>> * Fix docker utils tests for docker v25 [Felipe Lalanne]
23+
>> * Enable nodemon when using test:env [Felipe Lalanne]
24+
>> * Improve test:compose and test:env commands [Felipe Lalanne]
25+
>> * Add prettierrc for editor compatibility [Felipe Lalanne]
26+
>>
27+
>
28+
> </details>
29+
>
30+
>
31+
32+
</details>
33+
434
# v5.1.19
535
## (2024-02-01)
636

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.19
1+
5.1.20

0 commit comments

Comments
 (0)