Skip to content

Commit cc93968

Browse files
committed
release(v1.9.6): prepare release
This is the official v1.9.6 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 8c36e29 commit cc93968

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
## [Talos System Extensions 1.9.5](https://github.com/siderolabs/extensions/releases/tag/v1.9.5) (2025-03-12)
239

340
Welcome to the v1.9.5 release of Talos System Extensions!

hack/release.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v1.9.4"
9+
previous = "v1.9.5"
1010

1111
pre_release = false
1212

@@ -19,7 +19,8 @@ See [Talos Linux documentation](https://www.talos.dev/v1.9/talos-guides/configur
1919
[notes.updates]
2020
title = "Component Updates"
2121
description = """\
22-
Linux Firmware: 20250211
22+
Linux Firmware: 20250410
23+
DRBD: 9.2.13
2324
"""
2425

2526
[make_deps]

0 commit comments

Comments
 (0)