|
| 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 | + |
1 | 73 | ## [Talos 1.9.0](https://github.com/siderolabs/talos/releases/tag/v1.9.0) (2024-12-17)
|
2 | 74 |
|
3 | 75 | Welcome to the v1.9.0 release of Talos!
|
|
0 commit comments