Skip to content

Commit ceff753

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

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [Talos System Extensions 1.10.2](https://github.com/siderolabs/extensions/releases/tag/v1.10.2) (2025-05-16)
2+
3+
Welcome to the v1.10.2 release of Talos System Extensions!
4+
5+
See [Talos Linux documentation](https://www.talos.dev/v1.10/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+
ZFS: 2.3.2
13+
gvisor: 20250505
14+
Kata containers: 3.16.0
15+
Tailscale: 1.82.5
16+
NVIDIA LTS: 535.247.01
17+
NVIDIA Production: 570.133.20
18+
NVIDIA Container Toolkit: 1.17.6
19+
20+
21+
### Contributors
22+
23+
* Andrey Smirnov
24+
25+
### Changes
26+
<details><summary>2 commits</summary>
27+
<p>
28+
29+
* [`1c249ac`](https://github.com/siderolabs/extensions/commit/1c249acbeec166ac5e38b912e63071094344f5c5) feat: backport updates from 1.11
30+
* [`375bf41`](https://github.com/siderolabs/extensions/commit/375bf41fc1d7cc3fd378a5ecab3215a0d61f6ff9) feat: update for new pkgs, ZFS 2.3.2
31+
</p>
32+
</details>
33+
34+
### Dependency Changes
35+
36+
This release has no dependency changes
37+
38+
Previous release can be found at [v1.10.1](https://github.com/siderolabs/extensions/releases/tag/v1.10.1)
39+
140
## [Talos System Extensions 1.10.1](https://github.com/siderolabs/extensions/releases/tag/v1.10.1) (2025-05-07)
241

342
Welcome to the v1.10.1 release of Talos System Extensions!

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.10.0"
9+
previous = "v1.10.1"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)