Skip to content

Commit 3d6f027

Browse files
committed
release(v1.11.2): prepare release
This is the official v1.11.2 release. Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent a8909ba commit 3d6f027

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
## [Talos System Extensions 1.11.2](https://github.com/siderolabs/extensions/releases/tag/v1.11.2) (2025-09-25)
2+
3+
Welcome to the v1.11.2 release of Talos System Extensions!
4+
5+
See [Talos Linux documentation](https://www.talos.dev/v1.11/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+
crun: 1.24
13+
ecr-credential-provider: 1.34.0
14+
kata-containers: 3.20.0
15+
spin: 0.21.0
16+
stargz-snapshotter: 0.17.0
17+
youki: 0.5.5
18+
lldpd: 1.0.20
19+
nebula: 1.9.6
20+
newt: 1.4.4
21+
tailscale: 1.88.1
22+
zerotier: 1.16.0
23+
fuse3: 3.17.4
24+
nut-client: 2.8.4
25+
talos-vmtoolsd: 1.4.0
26+
linux-firmware: 20250917
27+
28+
29+
### Contributors
30+
31+
* Mateusz Urbanek
32+
* Andrey Smirnov
33+
* Robin Elfrink
34+
35+
### Changes
36+
<details><summary>5 commits</summary>
37+
<p>
38+
39+
* [`a8909ba`](https://github.com/siderolabs/extensions/commit/a8909ba9fdf87dcc27b230f1ce6749be2ac0713e) chore: update pkgs
40+
* [`d764996`](https://github.com/siderolabs/extensions/commit/d764996d20ea7e25d9a9f94d47bc1e0e33a31252) chore: update linux-firmware
41+
* [`9e62bac`](https://github.com/siderolabs/extensions/commit/9e62bacff9d3746eb8a1518abfba60d071601145) feat: update dependencies
42+
* [`3410672`](https://github.com/siderolabs/extensions/commit/3410672cc58d694abf1214d2aa3c01b422f875d9) feat: update dependencies
43+
* [`e80b966`](https://github.com/siderolabs/extensions/commit/e80b9661889cc8ece7382b14024b23b46623107a) feat: update vmtoolsd to v1.4.0
44+
</p>
45+
</details>
46+
47+
### Changes from siderolabs/pkgs
48+
<details><summary>3 commits</summary>
49+
<p>
50+
51+
* [`f95c679`](https://github.com/siderolabs/pkgs/commit/f95c6797613d814d9cdad41a73b7836fa2fdaeae) chore: update kernel to 6.12.48
52+
* [`0bd4cb9`](https://github.com/siderolabs/pkgs/commit/0bd4cb9d13e7a71ab1374372bb30d8e667083fb2) chore: update linuxfirmware and rekres
53+
* [`0c8a195`](https://github.com/siderolabs/pkgs/commit/0c8a19519e713db3216917ca05a37649bf2a7230) feat: update runc to 1.3.1
54+
</p>
55+
</details>
56+
57+
### Dependency Changes
58+
59+
* **github.com/siderolabs/pkgs** v1.11.0-18-g1a25681 -> v1.11.0-21-gf95c679
60+
61+
Previous release can be found at [v1.11.1](https://github.com/siderolabs/extensions/releases/tag/v1.11.1)
62+
163
## [Talos System Extensions 1.11.1](https://github.com/siderolabs/extensions/releases/tag/v1.11.1) (2025-09-08)
264

365
Welcome to the v1.11.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.11.0"
9+
previous = "v1.11.1"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)