Skip to content

Commit 71709d8

Browse files
v6.0.0
1 parent 4b34550 commit 71709d8

File tree

3 files changed

+88
-1
lines changed

3 files changed

+88
-1
lines changed

.versionbot/CHANGELOG.yml

+69
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 359a462dd4121c84f2cb0c17e93ac4c34fcc60cd
3+
hash: 6f2c3e89ba863072955803f73bf2e5896496ff87
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 359a462dd4121c84f2cb0c17e93ac4c34fcc60cd
7+
changelog-entry: Update layers/meta-balena to 359a462dd4121c84f2cb0c17e93ac4c34fcc60cd
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "common: remove module compression bbclass"
12+
hash: fbb35d54e5833db8a05b37e6cbce4bf1ca6ec1b7
13+
body: >
14+
This class is no longer necessary, as the kernel is configured
15+
to use
16+
17+
module compression and in-kernel decompression when available.
18+
footer:
19+
Change-type: patch
20+
change-type: patch
21+
Signed-off-by: Joseph Kogut <joseph@balena.io>
22+
signed-off-by: Joseph Kogut <joseph@balena.io>
23+
author: Joseph Kogut
24+
nested: []
25+
- subject: "kernel-balena: enable zstd module compression"
26+
hash: 3aa66ff60a50af2fa21714223f390f09114dbb1d
27+
body: >
28+
Enable zstandard module compression in kernels > v5.13, as this
29+
feature
30+
31+
was introduced in commit c3d7ef377eb25, first published in that
32+
release.
33+
footer:
34+
Change-type: major
35+
change-type: major
36+
Signed-off-by: Joseph Kogut <joseph@balena.io>
37+
signed-off-by: Joseph Kogut <joseph@balena.io>
38+
author: Joseph Kogut
39+
nested: []
40+
- subject: "image-balena: support zst compressed modules"
41+
hash: 77ce253c9593b0d25e94d72e295a71e484a3b55e
42+
body: ""
43+
footer:
44+
Change-type: patch
45+
change-type: patch
46+
Signed-off-by: Joseph Kogut <joseph@balena.io>
47+
signed-off-by: Joseph Kogut <joseph@balena.io>
48+
author: Joseph Kogut
49+
nested: []
50+
- subject: "kmod: enable zstd"
51+
hash: df352c7fcd132871842326023bf61f8da80d5a22
52+
body: >
53+
Enable zstd support for kmod to allow modprobe to load
54+
compressed
55+
56+
modules.
57+
footer:
58+
Change-type: patch
59+
change-type: patch
60+
Signed-off-by: Joseph Kogut <joseph@balena.io>
61+
signed-off-by: Joseph Kogut <joseph@balena.io>
62+
author: Joseph Kogut
63+
nested: []
64+
version: meta-balena-6.0.0
65+
title: ""
66+
date: 2024-07-19T00:08:00.449Z
67+
version: 6.0.0
68+
title: ""
69+
date: 2024-07-19T03:08:06.663Z
170
- commits:
271
- subject: Update layers/meta-balena to eefb5c821b33171a468cd30e4de51e710a36ae7d
372
hash: a564feaa2cc4df6e069301b1b816f3f7dda5b342

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
# v6.0.0
6+
## (2024-07-19)
7+
8+
9+
<details>
10+
<summary> Update layers/meta-balena to 359a462dd4121c84f2cb0c17e93ac4c34fcc60cd [Self-hosted Renovate Bot] </summary>
11+
12+
> ## meta-balena-6.0.0
13+
> ### (2024-07-19)
14+
>
15+
> * common: remove module compression bbclass [Joseph Kogut]
16+
> * kernel-balena: enable zstd module compression [Joseph Kogut]
17+
> * image-balena: support zst compressed modules [Joseph Kogut]
18+
> * kmod: enable zstd [Joseph Kogut]
19+
>
20+
21+
</details>
22+
523
# v5.4.1
624
## (2024-07-17)
725

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
6.0.0

0 commit comments

Comments
 (0)