Skip to content

Commit 6c8023d

Browse files
v6.2.4
1 parent 31550a8 commit 6c8023d

File tree

3 files changed

+89
-1
lines changed

3 files changed

+89
-1
lines changed

.versionbot/CHANGELOG.yml

+57
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 88eebcdae6187f606db9c9c3bd6c9542ba4a9bec
3+
hash: 683c894cdce763820200221055bd3c8ffedc13bd
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 88eebcdae6187f606db9c9c3bd6c9542ba4a9bec
7+
changelog-entry: Update layers/meta-balena to 88eebcdae6187f606db9c9c3bd6c9542ba4a9bec
8+
author: balena-renovate[bot]
9+
nested:
10+
- commits:
11+
- subject: Update balena-supervisor to v16.10.3
12+
hash: 5ee7bf1d8a23220f81b1c4de67e85f4d7cc94328
13+
body: |
14+
Update balena-supervisor from 16.10.1 to 16.10.3
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
author: balena-renovate[bot]
19+
nested:
20+
- commits:
21+
- subject: Update systeminformation to v5.23.8 [SECURITY]
22+
hash: 92b26c7ae2d8d329be18806abe24ab312e92db68
23+
body: |
24+
Update systeminformation from 5.22.7 to 5.23.8
25+
footer:
26+
Change-type: patch
27+
change-type: patch
28+
author: balena-renovate[bot]
29+
nested: []
30+
version: balena-supervisor-16.10.3
31+
title: ""
32+
date: 2024-12-20T20:43:23.372Z
33+
- commits:
34+
- subject: Wait for service dependencies to be running
35+
hash: 8e6c0fcad729b56e386ac27754c48c97517e293a
36+
body: |
37+
This fixes a regression where dependencies would only be started in
38+
order and would start the dependent service if its dependency had been
39+
started at some point in the past, regardless of the running condition.
40+
41+
This makes the behavior more consistent with docker compose where the
42+
[dependency needs to be
43+
running or healthy](https://github.com/docker/compose/blob/69a83d1303a103d82b05d512baf273244b4dbd94/pkg/compose/convergence.go#L441) for the service to be started.
44+
footer:
45+
Change-type: patch
46+
change-type: patch
47+
author: Felipe Lalanne
48+
nested: []
49+
version: balena-supervisor-16.10.2
50+
title: ""
51+
date: 2024-12-18T18:48:52.008Z
52+
version: meta-balena-6.2.4
53+
title: ""
54+
date: 2024-12-26T13:14:08.203Z
55+
version: 6.2.4
56+
title: ""
57+
date: 2024-12-26T14:34:20.378Z
158
- commits:
259
- subject: Update contracts to 8bd56512c375e2f39b532fdb3882a7b5243f7ece
360
hash: 424353b133fbbdcfe01ddd4a508ef010bd674a25

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# v2.105.10
22
## (2022-10-13)
33

4+
# v6.2.4
5+
## (2024-12-26)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 88eebcdae6187f606db9c9c3bd6c9542ba4a9bec [balena-renovate[bot]] </summary>
10+
11+
> ## meta-balena-6.2.4
12+
> ### (2024-12-26)
13+
>
14+
>
15+
> <details>
16+
> <summary> Update balena-supervisor to v16.10.3 [balena-renovate[bot]] </summary>
17+
>
18+
>> ### balena-supervisor-16.10.3
19+
>> #### (2024-12-20)
20+
>>
21+
>> * Update systeminformation to v5.23.8 [SECURITY] [balena-renovate[bot]]
22+
>>
23+
>> ### balena-supervisor-16.10.2
24+
>> #### (2024-12-18)
25+
>>
26+
>> * Wait for service dependencies to be running [Felipe Lalanne]
27+
>>
28+
>
29+
> </details>
30+
>
31+
>
32+
33+
</details>
34+
435
# v6.2.3+rev1
536
## (2024-12-23)
637

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.3+rev1
1+
6.2.4

0 commit comments

Comments
 (0)