mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 15:16:25 -03:00
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/installer](https://redirect.github.com/siderolabs/talos) | minor | `v1.8.4` -> `v1.9.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/installer)</summary> ### [`v1.9.1`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.0...v1.9.1) #### [Talos 1.9.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.1) (2024-12-26) Welcome to the v1.9.1 release of Talos! Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### Component Updates - Linux: 6.12.6 - CNI plugins: 1.6.1 Talos is built with Go 1.23.4. ##### Contributors - Andrey Smirnov - Dmitry Sharshakov - Noel Georgi ##### Changes <details><summary>15 commits</summary> <p> - [@​`348472f`](https://redirect.github.com/siderolabs/talos/commit/348472f9e) release(v1.9.1): prepare release - [@​`e702542`](https://redirect.github.com/siderolabs/talos/commit/e702542d1) fix: ignore member not found error on leave cluster - [@​`2125206`](https://redirect.github.com/siderolabs/talos/commit/2125206f1) test: use node informer instead of raw watch - [@​`73c25ee`](https://redirect.github.com/siderolabs/talos/commit/73c25ee8d) fix: talosctl support and race tests - [@​`edd7844`](https://redirect.github.com/siderolabs/talos/commit/edd78441b) fix: update go-blockdevice to v2.0.9 - [@​`c1f975c`](https://redirect.github.com/siderolabs/talos/commit/c1f975c0b) fix: use correct default search domain - [@​`ff91a75`](https://redirect.github.com/siderolabs/talos/commit/ff91a754f) fix: reduce installer image - [@​`9cebe5e`](https://redirect.github.com/siderolabs/talos/commit/9cebe5e28) fix: fix `Failed to initialize SELinux labeling handle` udev error - [@​`852cf5a`](https://redirect.github.com/siderolabs/talos/commit/852cf5ac7) feat: bring Linux 6.12.6, CNI plugins 1.6.1 - [@​`5f83c83`](https://redirect.github.com/siderolabs/talos/commit/5f83c83e1) docs: document Kubernetes service registry incompat with K8s 1.32 - [@​`3f87286`](https://redirect.github.com/siderolabs/talos/commit/3f872860f) fix: dashboard crash on CPU data - [@​`f84ba2a`](https://redirect.github.com/siderolabs/talos/commit/f84ba2a9b) docs: fix several typos - [@​`972044e`](https://redirect.github.com/siderolabs/talos/commit/972044e10) chore: support gcr.io auth for cache and image gen - [@​`7908c93`](https://redirect.github.com/siderolabs/talos/commit/7908c9382) fix: make talosctl time work with PTP time sync - [@​`48cb3a6`](https://redirect.github.com/siderolabs/talos/commit/48cb3a6e6) fix: restore previous disk serial fetching </p> </details> ##### Changes from siderolabs/go-talos-support <details><summary>1 commit</summary> <p> - [siderolabs/go-talos-support@`0f784bd`](https://redirect.github.com/siderolabs/go-talos-support/commit/0f784bd) fix: avoid deadlock on context cancel </p> </details> ##### Changes from siderolabs/pkgs <details><summary>3 commits</summary> <p> - [siderolabs/pkgs@`45c4ba4`](https://redirect.github.com/siderolabs/pkgs/commit/45c4ba4) fix: patch containerd with CNI deadlock fix - [siderolabs/pkgs@`13c5fc6`](https://redirect.github.com/siderolabs/pkgs/commit/13c5fc6) feat: update Linux to 6.12.6 - [siderolabs/pkgs@`6ed389e`](https://redirect.github.com/siderolabs/pkgs/commit/6ed389e) feat: update Linux firmware to [`2024121`](https://redirect.github.com/siderolabs/talos/commit/20241210) </p> </details> ##### Dependency Changes - **github.com/containernetworking/plugins** v1.6.0 -> v1.6.1 - **github.com/opencontainers/runc** v1.2.2 -> v1.2.3 - **github.com/siderolabs/go-blockdevice/v2** v2.0.7 -> v2.0.9 - **github.com/siderolabs/go-talos-support** v0.1.1 -> v0.1.2 - **github.com/siderolabs/pkgs** v1.9.0-12-g9576b97 -> v1.9.0-15-g45c4ba4 - **github.com/siderolabs/talos/pkg/machinery** v1.9.0 -> v1.9.1 Previous release can be found at [v1.9.0](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.0) #### Images ghcr.io/siderolabs/flannel:v0.26.1 registry.k8s.io/coredns/coredns:v1.12.0 gcr.io/etcd-development/etcd:v3.5.17 registry.k8s.io/kube-apiserver:v1.32.0 registry.k8s.io/kube-controller-manager:v1.32.0 registry.k8s.io/kube-scheduler:v1.32.0 registry.k8s.io/kube-proxy:v1.32.0 ghcr.io/siderolabs/kubelet:v1.32.0 ghcr.io/siderolabs/installer:v1.9.1 registry.k8s.io/pause:3.10 ### [`v1.9.0`](https://redirect.github.com/siderolabs/talos/blob/HEAD/CHANGELOG.md#Changes-since-v190-alpha2) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.8.4...v1.9.0) <details><summary>44 commits</summary> <p> - [`af5d6b8c4`](af5d6b8c41) fix: show SELinux labels on pseudo-fs - [`f46922fa9`](f46922fa9a) chore: fix dockerfile warnings - [`a13f82c59`](a13f82c594) feat: udev: label device nodes - [`e899fb37f`](e899fb37fd) feat: label created files in /etc - [`5f68c17ed`](5f68c17eda) feat: implement image cache configuration - [`0ffb2187a`](0ffb2187a3) feat: registry proxy - [`77cf84fb5`](77cf84fb57) feat: support generating iso with imagecache - [`5de6275b8`](5de6275b8f) chore: image cache generator improvements - [`1a8cc5f8b`](1a8cc5f8b2) feat: add SELinux labels to volumes - [`61b9129e0`](61b9129e0c) fix: add directory entries and filemode to tarball - [`4caeae21e`](4caeae21e5) refactor: optimize flags and SetLabel - [`6074a870a`](6074a870ad) feat: add e2fsprogs to talos rootfs - [`7ffcf5b93`](7ffcf5b932) docs: update getting started - [`c4c1a0d7c`](c4c1a0d7c7) fix: make vmware platform common code build on all arches - [`cc768037f`](cc768037f8) feat: implement block device wipe - [`6fb518ae5`](6fb518ae57) fix: don't activate LVM volumes in agent mode - [`0e3ed3072`](0e3ed30723) fix: no longer leak `Close` reader - [`4dc58cfdf`](4dc58cfdf3) chore: small fixes - [`f400ae911`](f400ae911b) fix: small fixes for image cache generation - [`93754b7de`](93754b7de6) fix: config and platform manifest generation - [`95b2fc946`](95b2fc946e) feat: image cache gen - [`e4c6186c6`](e4c6186c63) chore: remove i915/amdgpu drivers - [`744ad12a6`](744ad12a6e) docs: update replicated-local-storage-with-openebs.md - [`fd713e451`](fd713e4514) feat: add permanent hardware addr to device selectors - [`d55a96e8c`](d55a96e8cb) refactor: remove SELinux client_u and client_r - [`3a5b55fd2`](3a5b55fd22) fix: allow CEL expressions config merge - [`f1b15f580`](f1b15f580e) chore: remove replace for safchain/ethtool - [`f9697a9a0`](f9697a9a07) fix: register controlplane node with NoSchedule taint - [`30f8b5a9f`](30f8b5a9f7) fix: registry mirror fallback handling - [`0f41e7743`](0f41e77434) feat: allow for onlink directive (nocloud) - [`e26d0043e`](e26d0043e0) chore: code cleanup - [`43fe3807a`](43fe3807a8) feat: implement tracking of blockdevice secondaries - [`8a7476c3a`](8a7476c3ae) fix: install on non-empty disk - [`8b4253d18`](8b4253d185) feat: update etcd to v3.5.17 - [`5a0fd5b88`](5a0fd5b882) refactor: move early initialization functions to pre-initialize phase - [`9916e2cd8`](9916e2cd8a) chore: update pkgs/tools/extras for Go 1.23.3 - [`20bbf0235`](20bbf02355) docs: update vultr documentation - [`aea98940b`](aea98940b7) fix: arch linux search paths and names for QEMU provisioner - [`682718d4c`](682718d4c9) fix: use imager incoming version for extension validation - [`9a02ecc49`](9a02ecc49f) feat: rewrite install disk selector to use CEL expressions - [`eba35f441`](eba35f4413) docs: add note about PSP in Rook-Ceph guide - [`38b80fb1d`](38b80fb1da) docs: add missing `--talosconfig` parameter to end of Hetzner guide - [`a07f66c91`](a07f66c918) docs: gcp: fix controlplane nodes tags - [`4fe6dc8a0`](4fe6dc8a0a) chore: clean dns code </p> </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->