File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Talos System Extensions 1.9.6] ( https://github.com/siderolabs/extensions/releases/tag/v1.9.6 ) (2025-05-05)
2
+
3
+ Welcome to the v1.9.6 release of Talos System Extensions!
4
+
5
+ See [ Talos Linux documentation] ( https://www.talos.dev/v1.9/talos-guides/configuration/system-extensions/ ) for information on using system extensions.
6
+
7
+ Please try out the release binaries and report any issues at
8
+ https://github.com/siderolabs/extensions/issues .
9
+
10
+ ### Component Updates
11
+
12
+ Linux Firmware: 20250410
13
+ DRBD: 9.2.13
14
+
15
+
16
+ ### Contributors
17
+
18
+ * Andrey Smirnov
19
+ * Andrew Rynhard
20
+
21
+ ### Changes
22
+ <details ><summary >4 commits</summary >
23
+ <p >
24
+
25
+ * [ ` 8c36e29 ` ] ( https://github.com/siderolabs/extensions/commit/8c36e291bd90c072e0df589af70f1ff43ba69e96 ) fix: lldpd build
26
+ * [ ` 885a9fc ` ] ( https://github.com/siderolabs/extensions/commit/885a9fcd797dcef4c410de47f03d9ffbd5dcdd34 ) fix: build of tirpc
27
+ * [ ` bd9a34b ` ] ( https://github.com/siderolabs/extensions/commit/bd9a34bd900f7ba49e78a0c65a23c6b86473dcd6 ) fix: add SSL mount to Tailscale
28
+ * [ ` 9748457 ` ] ( https://github.com/siderolabs/extensions/commit/9748457f49a63b2371568a3ecc4d7b2dde7f079e ) feat: update pkgs
29
+ </p >
30
+ </details >
31
+
32
+ ### Dependency Changes
33
+
34
+ This release has no dependency changes
35
+
36
+ Previous release can be found at [ v1.9.5] ( https://github.com/siderolabs/extensions/releases/tag/v1.9.5 )
37
+
1
38
## [ Talos System Extensions 1.9.5] ( https://github.com/siderolabs/extensions/releases/tag/v1.9.5 ) (2025-03-12)
2
39
3
40
Welcome to the v1.9.5 release of Talos System Extensions!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
6
6
match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v1.9.4 "
9
+ previous = " v1.9.5 "
10
10
11
11
pre_release = false
12
12
@@ -19,7 +19,8 @@ See [Talos Linux documentation](https://www.talos.dev/v1.9/talos-guides/configur
19
19
[notes .updates ]
20
20
title = " Component Updates"
21
21
description = """ \
22
- Linux Firmware: 20250211
22
+ Linux Firmware: 20250410
23
+ DRBD: 9.2.13
23
24
"""
24
25
25
26
[make_deps ]
You can’t perform that action at this time.
0 commit comments