Skip to content

Commit c6cca07

Browse files
committed
release(v1.10.8): prepare release
This is the official v1.10.8 release. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent a1ad610 commit c6cca07

File tree

5 files changed

+82
-6
lines changed

5 files changed

+82
-6
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
## [Talos 1.10.8](https://github.com/siderolabs/talos/releases/tag/v1.10.8) (2025-11-18)
2+
3+
Welcome to the v1.10.8 release of Talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/talos/issues.
9+
10+
### Component Updates
11+
12+
Linux: 6.12.58
13+
Kubernetes: 1.33.6
14+
Runc: v1.2.8
15+
Containerd: v2.0.7
16+
17+
Talos is built with Go 1.24.10.
18+
19+
20+
### Contributors
21+
22+
* Noel Georgi
23+
* Andrey Smirnov
24+
* Markus Freitag
25+
26+
### Changes
27+
<details><summary>6 commits</summary>
28+
<p>
29+
30+
* [`a1ad6108b`](https://github.com/siderolabs/talos/commit/a1ad6108b373edd5263e92ce064ea162af038a05) feat: bump linux, kubernetes, runc and containerd
31+
* [`288af9eb5`](https://github.com/siderolabs/talos/commit/288af9eb51dd2520d29a8a5f5a254a414cd62f1c) chore: rekres and manual cherry-pick of `77d8cc7c589a190c8cb86e6e1684233129b648a1`
32+
* [`50fed880f`](https://github.com/siderolabs/talos/commit/50fed880f7826c2655a8c77e32ffcc77002f6e4a) fix: reserve the apid and trustd ports from the ephemeral port range
33+
* [`8a2aaad36`](https://github.com/siderolabs/talos/commit/8a2aaad36daf0412d555c1a84bf8817b00509c85) fix: bump trustd memory limit
34+
* [`cf91423af`](https://github.com/siderolabs/talos/commit/cf91423af6915a7c891260d2b2d2589bb4c746c3) fix: trim zero bytes in the DHCP host & domain response
35+
* [`b5424e4c8`](https://github.com/siderolabs/talos/commit/b5424e4c8b1bb49b5f1556542b7e923e2357980f) fix: correctly handle status-code 204
36+
</p>
37+
</details>
38+
39+
### Changes from siderolabs/pkgs
40+
<details><summary>3 commits</summary>
41+
<p>
42+
43+
* [`71b336d`](https://github.com/siderolabs/pkgs/commit/71b336d7799d1838169468ed3288ac8a8df5ef37) fix: enable memcg v1
44+
* [`14ee6ad`](https://github.com/siderolabs/pkgs/commit/14ee6ad507066aa74d390c90e1c838d48ed2a28e) feat: bump linux-firmware
45+
* [`457015d`](https://github.com/siderolabs/pkgs/commit/457015d5bc9b26fb70102d0227e13d4d094b8996) feat: backports for 1.10
46+
</p>
47+
</details>
48+
49+
### Changes from siderolabs/tools
50+
<details><summary>1 commit</summary>
51+
<p>
52+
53+
* [`39357c8`](https://github.com/siderolabs/tools/commit/39357c8ce3497de181c825307c687dba7e94225e) feat: backports for 1.10
54+
</p>
55+
</details>
56+
57+
### Dependency Changes
58+
59+
* **github.com/containerd/containerd/v2** v2.0.5 -> v2.0.7
60+
* **github.com/siderolabs/pkgs** v1.10.0-34-g88700c7 -> v1.10.0-37-g71b336d
61+
* **github.com/siderolabs/tools** v1.10.0-6-g306d9d9 -> v1.10.0-7-g39357c8
62+
* **github.com/ulikunitz/xz** v0.5.12 -> v0.5.15
63+
* **golang.org/x/net** v0.41.0 -> v0.42.0
64+
* **golang.org/x/term** v0.32.0 -> v0.33.0
65+
* **golang.org/x/time** v0.11.0 -> v0.12.0
66+
* **k8s.io/api** v0.33.4 -> v0.33.6
67+
* **k8s.io/apiserver** v0.33.4 -> v0.33.6
68+
* **k8s.io/client-go** v0.33.4 -> v0.33.6
69+
* **k8s.io/component-base** v0.33.4 -> v0.33.6
70+
* **k8s.io/kube-scheduler** v0.33.4 -> v0.33.6
71+
* **k8s.io/kubectl** v0.33.4 -> v0.33.6
72+
* **k8s.io/kubelet** v0.33.4 -> v0.33.6
73+
* **k8s.io/pod-security-admission** v0.33.4 -> v0.33.6
74+
75+
Previous release can be found at [v1.10.7](https://github.com/siderolabs/talos/releases/tag/v1.10.7)
76+
177
## [Talos 1.10.7](https://github.com/siderolabs/talos/releases/tag/v1.10.7) (2025-08-26)
278

379
Welcome to the v1.10.7 release of Talos!

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ require (
165165
github.com/siderolabs/net v0.4.0
166166
github.com/siderolabs/proto-codec v0.1.2
167167
github.com/siderolabs/siderolink v0.3.15
168-
github.com/siderolabs/talos/pkg/machinery v1.10.7
168+
github.com/siderolabs/talos/pkg/machinery v1.10.8
169169
github.com/sirupsen/logrus v1.9.3
170170
github.com/spf13/cobra v1.9.1
171171
github.com/spf13/pflag v1.0.6

pkg/machinery/gendata/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.7
1+
v1.10.8

pkg/machinery/version/os-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME="Talos"
22
ID=talos
3-
VERSION_ID=v1.10.7
4-
PRETTY_NAME="Talos (v1.10.7)"
3+
VERSION_ID=v1.10.8
4+
PRETTY_NAME="Talos (v1.10.8)"
55
HOME_URL="https://www.talos.dev/"
66
BUG_REPORT_URL="https://github.com/siderolabs/talos/issues"
77
VENDOR_NAME="Sidero Labs"

website/content/v1.10/reference/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ talosctl cluster create [flags]
144144
--bad-rtc launch VM with bad RTC state (QEMU only)
145145
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
146146
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
147-
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.10.7/talosctl-cni-bundle-${ARCH}.tar.gz")
147+
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.10.8/talosctl-cni-bundle-${ARCH}.tar.gz")
148148
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
149149
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
150150
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO (QEMU only)
@@ -2982,7 +2982,7 @@ talosctl upgrade [flags]
29822982
--debug debug operation from kernel logs. --wait is set to true when this flag is set
29832983
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
29842984
-h, --help help for upgrade
2985-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.10.7")
2985+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.10.8")
29862986
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
29872987
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
29882988
-s, --stage stage the upgrade to perform it after a reboot

0 commit comments

Comments
 (0)