Skip to content

Commit 71de2e2

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

File tree

5 files changed

+86
-6
lines changed

5 files changed

+86
-6
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
## [Talos 1.10.7](https://github.com/siderolabs/talos/releases/tag/v1.10.7) (2025-08-26)
2+
3+
Welcome to the v1.10.7 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.43
13+
Kubernetes: 1.33.4
14+
15+
Talos is built with Go 1.24.6.
16+
17+
18+
### Contributors
19+
20+
* Andrey Smirnov
21+
22+
### Changes
23+
<details><summary>5 commits</summary>
24+
<p>
25+
26+
* [`d7936dec6`](https://github.com/siderolabs/talos/commit/d7936dec6c749a6f6fa8f8a32e0acf357c03765a) fix: image cache lockup on a missing volume
27+
* [`f6541fa71`](https://github.com/siderolabs/talos/commit/f6541fa7169ed8ae6c8d39b056e524c7ec5d6658) fix: live reload of TLS client config for discovery client
28+
* [`29cfd9fd0`](https://github.com/siderolabs/talos/commit/29cfd9fd0e71f6f6edaf11273541e40aeccb9853) fix: enforce minimum size on user volumes if not set explicitly
29+
* [`83dcca3c7`](https://github.com/siderolabs/talos/commit/83dcca3c76d3210196300969f1aaf826f73f8970) feat: add F71808E watchdog driver
30+
* [`3f05c3922`](https://github.com/siderolabs/talos/commit/3f05c39220b32d84cf0ad9f7a5895b76a4f4ac89) feat: update Linux and Kubernetes
31+
</p>
32+
</details>
33+
34+
### Changes from siderolabs/discovery-client
35+
<details><summary>3 commits</summary>
36+
<p>
37+
38+
* [`0bffa6f`](https://github.com/siderolabs/discovery-client/commit/0bffa6fc7fbb350024d96e9ae986163dcdff7f91) fix: allow TLS config to be passed as a function
39+
* [`09c6687`](https://github.com/siderolabs/discovery-client/commit/09c6687a597fae973c432acdb85b975a7a84ae21) chore: fix project name in release.toml
40+
* [`71b0c6d`](https://github.com/siderolabs/discovery-client/commit/71b0c6d2ceefa0af83e95d157d2bdc0ad1b948f9) fix: add FIPS-140-3 strict compliance
41+
</p>
42+
</details>
43+
44+
### Changes from siderolabs/pkgs
45+
<details><summary>5 commits</summary>
46+
<p>
47+
48+
* [`88700c7`](https://github.com/siderolabs/pkgs/commit/88700c723d0126c8334c6f248aa31842bdc9ae0b) feat: update Linux to 6.12.43
49+
* [`4cf5eeb`](https://github.com/siderolabs/pkgs/commit/4cf5eeb6d61cea4464c6ead9421c3aa42ddd6016) fix: re-enable CPUSETS_V1 cgroups controller
50+
* [`8a14125`](https://github.com/siderolabs/pkgs/commit/8a1412589975df59a97faa0975e30a3830071841) feat: update backportable dependencies
51+
* [`69b9cdc`](https://github.com/siderolabs/pkgs/commit/69b9cdc83d1bd23ab840af92f28ce91be4853898) feat: enable F71808E watchdog driver
52+
* [`7ffefa9`](https://github.com/siderolabs/pkgs/commit/7ffefa933f6a4a2964e7e8b002e42a697b5d06f0) feat: update Go to 1.24.6
53+
</p>
54+
</details>
55+
56+
### Changes from siderolabs/tools
57+
<details><summary>1 commit</summary>
58+
<p>
59+
60+
* [`306d9d9`](https://github.com/siderolabs/tools/commit/306d9d9008e53c0bc7c21e803986b03da03970cd) feat: update Go to 1.24.6
61+
</p>
62+
</details>
63+
64+
### Dependency Changes
65+
66+
* **github.com/siderolabs/discovery-client** v0.1.11 -> v0.1.13
67+
* **github.com/siderolabs/pkgs** v1.10.0-29-g2e6dd0a -> v1.10.0-34-g88700c7
68+
* **github.com/siderolabs/tools** v1.10.0-5-g31fd099 -> v1.10.0-6-g306d9d9
69+
* **google.golang.org/grpc** v1.71.3 -> v1.73.0
70+
* **k8s.io/api** v0.33.2 -> v0.33.4
71+
* **k8s.io/apiserver** v0.33.2 -> v0.33.4
72+
* **k8s.io/client-go** v0.33.2 -> v0.33.4
73+
* **k8s.io/component-base** v0.33.2 -> v0.33.4
74+
* **k8s.io/kube-scheduler** v0.33.2 -> v0.33.4
75+
* **k8s.io/kubectl** v0.33.2 -> v0.33.4
76+
* **k8s.io/kubelet** v0.33.2 -> v0.33.4
77+
* **k8s.io/pod-security-admission** v0.33.2 -> v0.33.4
78+
79+
Previous release can be found at [v1.10.6](https://github.com/siderolabs/talos/releases/tag/v1.10.6)
80+
181
## [Talos 1.10.6](https://github.com/siderolabs/talos/releases/tag/v1.10.6) (2025-07-31)
282

383
Welcome to the v1.10.6 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.6
168+
github.com/siderolabs/talos/pkg/machinery v1.10.7
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.6
1+
v1.10.7

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.6
4-
PRETTY_NAME="Talos (v1.10.6)"
3+
VERSION_ID=v1.10.7
4+
PRETTY_NAME="Talos (v1.10.7)"
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.6/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.7/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.6")
2985+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.10.7")
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)