Skip to content

Commit 348472f

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

File tree

4 files changed

+76
-4
lines changed

4 files changed

+76
-4
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
## [Talos 1.9.1](https://github.com/siderolabs/talos/releases/tag/v1.9.1) (2024-12-26)
2+
3+
Welcome to the v1.9.1 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.6
13+
* CNI plugins: 1.6.1
14+
15+
Talos is built with Go 1.23.4.
16+
17+
18+
### Contributors
19+
20+
* Andrey Smirnov
21+
* Dmitry Sharshakov
22+
* Noel Georgi
23+
24+
### Changes
25+
<details><summary>14 commits</summary>
26+
<p>
27+
28+
* [`e702542d1`](https://github.com/siderolabs/talos/commit/e702542d18407763563e9656635d009744eb3333) fix: ignore member not found error on leave cluster
29+
* [`2125206f1`](https://github.com/siderolabs/talos/commit/2125206f1c6b9575c29c5c45cf7a75e1a54b9010) test: use node informer instead of raw watch
30+
* [`73c25ee8d`](https://github.com/siderolabs/talos/commit/73c25ee8d90151edf14c94555d8dd25dfbe8628f) fix: talosctl support and race tests
31+
* [`edd78441b`](https://github.com/siderolabs/talos/commit/edd78441bf31215daf2e01405c3f0c5366c630f6) fix: update go-blockdevice to v2.0.9
32+
* [`c1f975c0b`](https://github.com/siderolabs/talos/commit/c1f975c0be0ac94cde12605a61a34c44871a1223) fix: use correct default search domain
33+
* [`ff91a754f`](https://github.com/siderolabs/talos/commit/ff91a754f687011a08e0fa3c637023e8fe3581bf) fix: reduce installer image
34+
* [`9cebe5e28`](https://github.com/siderolabs/talos/commit/9cebe5e28ff2ec44c49a213bc9d23e40789470a7) fix: fix `Failed to initialize SELinux labeling handle` udev error
35+
* [`852cf5ac7`](https://github.com/siderolabs/talos/commit/852cf5ac7ed03bd7640df3837948ae9a92d82c13) feat: bring Linux 6.12.6, CNI plugins 1.6.1
36+
* [`5f83c83e1`](https://github.com/siderolabs/talos/commit/5f83c83e1ea46e1a36fd48a40100b102fef4e9de) docs: document Kubernetes service registry incompat with K8s 1.32
37+
* [`3f872860f`](https://github.com/siderolabs/talos/commit/3f872860f9b690fcefee916e835f16a17f917cfa) fix: dashboard crash on CPU data
38+
* [`f84ba2a9b`](https://github.com/siderolabs/talos/commit/f84ba2a9b131d8fcc9a3a4dfb90b03bad6c7d431) docs: fix several typos
39+
* [`972044e10`](https://github.com/siderolabs/talos/commit/972044e10e2c86e984f8192cdbd6e445c505419f) chore: support gcr.io auth for cache and image gen
40+
* [`7908c9382`](https://github.com/siderolabs/talos/commit/7908c9382ff6c32d0ef558c65b7e36de0fb64699) fix: make talosctl time work with PTP time sync
41+
* [`48cb3a6e6`](https://github.com/siderolabs/talos/commit/48cb3a6e64c0bb6e1e50837c77cf9c0f38a4578b) fix: restore previous disk serial fetching
42+
</p>
43+
</details>
44+
45+
### Changes from siderolabs/go-talos-support
46+
<details><summary>1 commit</summary>
47+
<p>
48+
49+
* [`0f784bd`](https://github.com/siderolabs/go-talos-support/commit/0f784bd58b320543663679693c817515067f3021) fix: avoid deadlock on context cancel
50+
</p>
51+
</details>
52+
53+
### Changes from siderolabs/pkgs
54+
<details><summary>3 commits</summary>
55+
<p>
56+
57+
* [`45c4ba4`](https://github.com/siderolabs/pkgs/commit/45c4ba4957b013015a5b1457162b1659a2149712) fix: patch containerd with CNI deadlock fix
58+
* [`13c5fc6`](https://github.com/siderolabs/pkgs/commit/13c5fc6654be69f93427d3abb40a91b1d7fcc9fd) feat: update Linux to 6.12.6
59+
* [`6ed389e`](https://github.com/siderolabs/pkgs/commit/6ed389ef038d7e3daf0c1e07ec8098a7c32c667a) feat: update Linux firmware to 20241210
60+
</p>
61+
</details>
62+
63+
### Dependency Changes
64+
65+
* **github.com/containernetworking/plugins** v1.6.0 -> v1.6.1
66+
* **github.com/opencontainers/runc** v1.2.2 -> v1.2.3
67+
* **github.com/siderolabs/go-blockdevice/v2** v2.0.7 -> v2.0.9
68+
* **github.com/siderolabs/go-talos-support** v0.1.1 -> v0.1.2
69+
* **github.com/siderolabs/pkgs** v1.9.0-12-g9576b97 -> v1.9.0-15-g45c4ba4
70+
71+
Previous release can be found at [v1.9.0](https://github.com/siderolabs/talos/releases/tag/v1.9.0)
72+
173
## [Talos 1.9.0](https://github.com/siderolabs/talos/releases/tag/v1.9.0) (2024-12-17)
274

375
Welcome to the v1.9.0 release of Talos!

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ require (
163163
github.com/siderolabs/net v0.4.0
164164
github.com/siderolabs/proto-codec v0.1.1
165165
github.com/siderolabs/siderolink v0.3.11
166-
github.com/siderolabs/talos/pkg/machinery v1.9.0
166+
github.com/siderolabs/talos/pkg/machinery v1.9.1
167167
github.com/sirupsen/logrus v1.9.3
168168
github.com/spf13/cobra v1.8.1
169169
github.com/spf13/pflag v1.0.5

pkg/machinery/gendata/data/tag

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

website/content/v1.9/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.9.0/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.9.1/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)
@@ -2975,7 +2975,7 @@ talosctl upgrade [flags]
29752975
--debug debug operation from kernel logs. --wait is set to true when this flag is set
29762976
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
29772977
-h, --help help for upgrade
2978-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.9.0")
2978+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.9.1")
29792979
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
29802980
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
29812981
-s, --stage stage the upgrade to perform it after a reboot

0 commit comments

Comments
 (0)