Skip to content

Commit b4738c5

Browse files
committed
release(v1.10.0-beta.1): prepare release
This is the official v1.10.0-beta.1 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 5c9be83 commit b4738c5

File tree

1 file changed

+181
-0
lines changed

1 file changed

+181
-0
lines changed

CHANGELOG.md

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,184 @@
1+
## [Talos System Extensions 1.10.0-beta.1](https://github.com/siderolabs/extensions/releases/tag/v1.10.0-beta.1) (2025-04-22)
2+
3+
Welcome to the v1.10.0-beta.1 release of Talos System Extensions!
4+
*This is a pre-release of Talos System Extensions*
5+
6+
See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configuration/system-extensions/) for information on using system extensions.
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/extensions/issues.
10+
11+
### ctr
12+
13+
The containerd CLI (ctr) is now supported as a system extension.
14+
15+
16+
### Amazon ENA
17+
18+
The Amazon Elastic Network Adapter (ENA) driver is now supported as a system extension.
19+
20+
21+
### Nebula
22+
23+
[Nebula](https://github.com/slackhq/nebula) is now supported as a system extension.
24+
25+
26+
### NFS Server
27+
28+
The NFS server (nfds) as a kernel module is now supported as a system extension.
29+
30+
31+
### Component Updates
32+
33+
Linux Firmware: 20250410
34+
stargz-snapshotter: 0.16.3
35+
ecr-credential-provider: 1.32.2
36+
wasm-edge: 0.5.0
37+
spin: 0.19.0
38+
qemu-guest-agent: 9.2.3
39+
fuse3: 3.17.1
40+
Tailscale: 1.82.0
41+
ZFS: 2.3.1
42+
DRBD: 9.2.13
43+
NVIDIA LTS: 535.230.02
44+
NVIDIA Production: 570.124.06
45+
NVIDIA Container Toolkit: 1.17.5
46+
Intel u-code: 20250211
47+
Gvisor: 20250331.0
48+
Kata Containers: 3.15.0
49+
crun: 1.21
50+
Glibc: 2.41
51+
libseccomp: 2.6.0
52+
Open-iSCSI: 2.1.11
53+
54+
55+
### vc4
56+
57+
The Broadcom VideoCore GPU kernel modules (vc4) are now supported as a system extension.
58+
59+
60+
### Xilinx PCIe DMA
61+
62+
The Xilinx PCIe DMA kernel module (xdma-driver) is now supported as a system extension.
63+
64+
65+
### Contributors
66+
67+
* Andrey Smirnov
68+
* Noel Georgi
69+
* Dmitry Sharshakov
70+
* Utku Ozdemir
71+
* Dmitrii Sharshakov
72+
* Maxime NARBAUD
73+
* Skyler Mäntysaari
74+
* Adam Cirillo
75+
* Andrew Rynhard
76+
* David Donchez
77+
* Devin Buhl
78+
* Jorik Jonker
79+
* Joseph Glanville
80+
* Lin Yang
81+
* Martin Schuessler
82+
* Nikolai Shields
83+
* Rob
84+
* Tom Zaspel
85+
* Tomasz Jonak
86+
* Will Glynn
87+
* Yevhen Kolomeiko
88+
* iamawacko
89+
* inceabdullah
90+
* jvanthienen-gluo
91+
* mehlc
92+
* 千橘 雫霞
93+
94+
### Changes
95+
<details><summary>66 commits</summary>
96+
<p>
97+
98+
* [`5c9be83`](https://github.com/siderolabs/extensions/commit/5c9be832d46286286f1e82dd2a15e96ac0c0964c) fix: add SSL mount to Tailscale
99+
* [`199b2db`](https://github.com/siderolabs/extensions/commit/199b2dbe6dc470ce3a9a90285b66311c443125e5) chore: allow more than a single commit
100+
* [`0fd5c11`](https://github.com/siderolabs/extensions/commit/0fd5c11314f3185337bee9099c6ec50b76cbe1b9) release(v1.10.0-beta.0): prepare release
101+
* [`f08011d`](https://github.com/siderolabs/extensions/commit/f08011de960f51f51af9d076b7a9e026aad1047a) chore: update pkgs to final 1.10.0 tag
102+
* [`29f1b24`](https://github.com/siderolabs/extensions/commit/29f1b243a15a41b60e10b9889d895d7814fc99a4) feat: update dependencies
103+
* [`ccd85fb`](https://github.com/siderolabs/extensions/commit/ccd85fbc443535d08cacc7fe74c225a38ab3f669) feat: bump dependencies
104+
* [`a19ad55`](https://github.com/siderolabs/extensions/commit/a19ad55fe8ef59e7512b9b21632c270564c8c325) feat: bump dependencies
105+
* [`0989a0f`](https://github.com/siderolabs/extensions/commit/0989a0fecaf71850498323762cfa0a8e1531ac4c) feat: add Xilinx DMA driver extension
106+
* [`21ef90a`](https://github.com/siderolabs/extensions/commit/21ef90aef2febca1373cd78d3206f2da62d9fdd6) feat: add vc4 extension
107+
* [`d3e2b73`](https://github.com/siderolabs/extensions/commit/d3e2b733dcb60619666c0924150d4b73923af4e6) feat: add an extension for Amazon ENA network driver
108+
* [`3b6e55a`](https://github.com/siderolabs/extensions/commit/3b6e55ac23b9b6cccfac3333be17fbc9533b14d9) feat: add ctr extension
109+
* [`95e06e1`](https://github.com/siderolabs/extensions/commit/95e06e19b62ccf8d9c5ea62d573c48b88afdb676) feat: update NVIDIA production to 570.x
110+
* [`8141c0d`](https://github.com/siderolabs/extensions/commit/8141c0df299cecf804a603f8008004e9e3bb8889) release(v1.10.0-alpha.3): prepare release
111+
* [`cd1af7f`](https://github.com/siderolabs/extensions/commit/cd1af7f910854bc173ccd91c09a0282a2045eaa0) docs: update README.md
112+
* [`4ef5008`](https://github.com/siderolabs/extensions/commit/4ef5008629335fdcb505ed6166bb52e810214902) feat: update dependencies
113+
* [`aefa9a1`](https://github.com/siderolabs/extensions/commit/aefa9a18dda315157feb1fcc77b6ce9d1c7d6dd8) fix: kata containers build
114+
* [`4bf8841`](https://github.com/siderolabs/extensions/commit/4bf88414a36267c221e1837354d32c98ff9e525e) feat: add helper for supporting the RevolutionPi4
115+
* [`1e2504c`](https://github.com/siderolabs/extensions/commit/1e2504c0935e224b1bb86764e04c1b36b7e73d71) feat: add zerotier extension
116+
* [`69abda0`](https://github.com/siderolabs/extensions/commit/69abda09b5b6f10ca022b266c24deb4f158cb0e6) feat: add extenstion for panfrost module
117+
* [`da519cf`](https://github.com/siderolabs/extensions/commit/da519cf25ad1ef7d882d666ea24ce413293d7f3d) feat: update various extensions
118+
* [`003abea`](https://github.com/siderolabs/extensions/commit/003abea77b99eea5f360c294008e12007bebdeb5) chore: fix Nebula image link in README
119+
* [`d02d972`](https://github.com/siderolabs/extensions/commit/d02d97243155b1cb632580be43d3f7d68fd9864c) chore: unify buildkits
120+
* [`7b3627c`](https://github.com/siderolabs/extensions/commit/7b3627c89b8c93744ca810cde9c5f1381f8584fd) feat: update dependencies
121+
* [`b28f3e1`](https://github.com/siderolabs/extensions/commit/b28f3e1acdc00d751256dc880fb983eb57ee8876) feat: add nfsd extension
122+
* [`edc675e`](https://github.com/siderolabs/extensions/commit/edc675ed726f2feb863645a65134b8c96251d696) release(v1.10.0-alpha.2): prepare release
123+
* [`390ed7f`](https://github.com/siderolabs/extensions/commit/390ed7f8b523613a792367ce9421641a598fcba7) feat: sync kernel version for Talos v1.10.0-alpha.2
124+
* [`e974d6e`](https://github.com/siderolabs/extensions/commit/e974d6e1fcd28b064c37c4c2bec6c3cc8159f6c2) feat: update qlogic firmware for qla2xxx
125+
* [`745e012`](https://github.com/siderolabs/extensions/commit/745e012937fe3e90f8725b9685fb164de3a74969) feat: use tools image from `tools`
126+
* [`8732ec1`](https://github.com/siderolabs/extensions/commit/8732ec1ccfa7631f9500c0b8264ef9648823a776) feat: use reproducibly built Python packages
127+
* [`c6b6c61`](https://github.com/siderolabs/extensions/commit/c6b6c615098ae7252ad2feef1fee67796f9831be) feat: add Nebula extension to Talos
128+
* [`f5c4efa`](https://github.com/siderolabs/extensions/commit/f5c4efaefc3e15dbe7e864e5a1b9bb20dcb25771) docs: correct typo in lldpd extension
129+
* [`bf4027a`](https://github.com/siderolabs/extensions/commit/bf4027a724747f742dd09109fbf33712b9e6557b) chore: remove duplicate commands
130+
* [`c95a427`](https://github.com/siderolabs/extensions/commit/c95a427e54125ec89cc69594dfc93f50a6850fa9) chore: update pkgs
131+
* [`aa141a6`](https://github.com/siderolabs/extensions/commit/aa141a6a7539c99c3f3f3c7116644167033fa1f7) fix: use proper stub for vmtoolsd on arm64
132+
* [`8591d3c`](https://github.com/siderolabs/extensions/commit/8591d3c8ba44435ed81568b92e3ed69717b304bd) fix: update NVIDIA runtime and make its CLI build with current Go
133+
* [`4e31964`](https://github.com/siderolabs/extensions/commit/4e3196407529985a8dd0f956df365181adc416d6) feat: update Intel u-code to 20250211
134+
* [`fd5b270`](https://github.com/siderolabs/extensions/commit/fd5b2700fea4262f98601c9f16d94cac957b50bb) feat: update talos-vmtoolsd to v1.0.0
135+
* [`e12c495`](https://github.com/siderolabs/extensions/commit/e12c4959281b94154c944d42643e6a70d093cc8e) chore: update Linux to 6.12.13
136+
* [`8a17f71`](https://github.com/siderolabs/extensions/commit/8a17f71183c1b6f5347f7fdadfee077209ede48e) feat: bump metal agent to v0.1.2
137+
* [`5cd226e`](https://github.com/siderolabs/extensions/commit/5cd226e3eaef65e9ec8cc902a1ec4f3d4b26f8b1) chore: build with new toolchain
138+
* [`95ddb77`](https://github.com/siderolabs/extensions/commit/95ddb770e659786bf1b6f7ff4c2de233b6ea7f57) feat: mount host ca certs into metal agent
139+
* [`ad72efd`](https://github.com/siderolabs/extensions/commit/ad72efd0cb6845017d018a9242c9ca5056142edf) release(v1.10.0-alpha.1): prepare release
140+
* [`c21e5c4`](https://github.com/siderolabs/extensions/commit/c21e5c4af46bc0dd303e944e207c44dd759773e6) chore: bump pkgs to the latest
141+
* [`70da875`](https://github.com/siderolabs/extensions/commit/70da87510b61ad1a29f22cbdb19dcc30d36e1f91) feat: update dependencies
142+
* [`b1a7dd6`](https://github.com/siderolabs/extensions/commit/b1a7dd670e9b7455b956b98811795c532151e4ec) feat: add nvme cli
143+
* [`4a2e536`](https://github.com/siderolabs/extensions/commit/4a2e5368d4e7db340d2fcb81e0ba38c871489f3a) feat: rework iscsi-tools
144+
* [`ec5e273`](https://github.com/siderolabs/extensions/commit/ec5e273f1aca1dc43ea20c603b82fc904e4bc207) fix: add both Aenix and Enix in MAINTAINERS file
145+
* [`1d51d1d`](https://github.com/siderolabs/extensions/commit/1d51d1d8a4d757d74ed6050d8e323ce251e5dddf) fix: dvb extension as it was missing modules and dep on v4l-uvc-drivers
146+
* [`9c92bda`](https://github.com/siderolabs/extensions/commit/9c92bda95b12c7c00a585778423c8ec8129465c5) fix: unable to override runtime defaults
147+
* [`db466d1`](https://github.com/siderolabs/extensions/commit/db466d1025443ee0b92aa3410b1b20050f64ada9) fix: zfs udev rules installation
148+
* [`e5544b5`](https://github.com/siderolabs/extensions/commit/e5544b5363d5a23c72ecfea2ee3cbff6d7e5dba4) feat: update dependencies
149+
* [`796c40f`](https://github.com/siderolabs/extensions/commit/796c40ff2203cbf1a26b6b12a31c54cf3256dee9) release(v1.10.0-alpha.0): prepare release
150+
* [`1f8bd59`](https://github.com/siderolabs/extensions/commit/1f8bd594049748f125d6d9f8cb52438f58d2eeaf) docs: correct typo
151+
* [`01771bc`](https://github.com/siderolabs/extensions/commit/01771bc305edb2de05c83e80bae1bf5acccd25c6) chore: rekres to simplify `.kres.yaml` defaults
152+
* [`cc467e8`](https://github.com/siderolabs/extensions/commit/cc467e806a5c9eafdf264915eef3eb9bfae2f045) feat: update Linux firmware to 20241210
153+
* [`266346b`](https://github.com/siderolabs/extensions/commit/266346b7142d99670b9f0be2115e462f8490f7cb) chore: rekres for renovate changes
154+
* [`e2b1497`](https://github.com/siderolabs/extensions/commit/e2b149733ebb93023da96551bf286b1e44ac2d0f) fix: nvidia-fabricmanager production
155+
* [`b449434`](https://github.com/siderolabs/extensions/commit/b44943495bc79a1b32a9c232d6c8891a38bab808) fix: add gsc_proxy/mei_gsc_proxy to mei modules
156+
* [`434bd5f`](https://github.com/siderolabs/extensions/commit/434bd5fb78b7bd5b235bd8d3227a5e90bfdbfcd2) fix: use cloudflared release binaries
157+
* [`68c9650`](https://github.com/siderolabs/extensions/commit/68c9650d20da7217986ca91820589236e8c6e64d) chore: bump metal agent version
158+
* [`c7dcaaa`](https://github.com/siderolabs/extensions/commit/c7dcaaa6130a273aac2380a76fee241fb400704c) feat: update ZFS in extensions to 2.2.7
159+
* [`1dd6c36`](https://github.com/siderolabs/extensions/commit/1dd6c364b8aae54a891ef1b371417e4b6b263030) feat: add cloudflared system extension
160+
* [`43efd87`](https://github.com/siderolabs/extensions/commit/43efd87cb106fd9b062ef4ad4f7831eaf7b4fe09) docs: update README.md
161+
* [`ea263ae`](https://github.com/siderolabs/extensions/commit/ea263ae1601e4bf8361119bb68808ed680b2b30d) feat: add dvb-cx23885 extension
162+
* [`4462437`](https://github.com/siderolabs/extensions/commit/44624377575bfecc103dc10a691524a5e2f050d2) docs: replace last command to show the mount
163+
* [`778d80c`](https://github.com/siderolabs/extensions/commit/778d80cd9a9c2be343f5113af722619631334656) feat: set PATH variable in metal-agent
164+
</p>
165+
</details>
166+
167+
### Changes since v1.10.0-beta.0
168+
<details><summary>2 commits</summary>
169+
<p>
170+
171+
* [`5c9be83`](https://github.com/siderolabs/extensions/commit/5c9be832d46286286f1e82dd2a15e96ac0c0964c) fix: add SSL mount to Tailscale
172+
* [`199b2db`](https://github.com/siderolabs/extensions/commit/199b2dbe6dc470ce3a9a90285b66311c443125e5) chore: allow more than a single commit
173+
</p>
174+
</details>
175+
176+
### Dependency Changes
177+
178+
This release has no dependency changes
179+
180+
Previous release can be found at [v1.9.0](https://github.com/siderolabs/extensions/releases/tag/v1.9.0)
181+
1182
## [Talos System Extensions 1.10.0-beta.0](https://github.com/siderolabs/extensions/releases/tag/v1.10.0-beta.0) (2025-04-15)
2183

3184
Welcome to the v1.10.0-beta.0 release of Talos System Extensions!

0 commit comments

Comments
 (0)