This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos) | require | patch | `v1.8.1` -> `v1.8.2` | --- ### Release Notes <details> <summary>siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)</summary> ### [`v1.8.2`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.8.1...v1.8.2) ##### [Talos 1.8.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.2) (2024-10-28) Welcome to the v1.8.2 release of Talos! Starting with Talos v1.8.0, only standard assets would be published as github release assets. These include: - `cloud-images.json` - `talosctl` binaries - `kernel` - `initramfs` - `metal` iso and disk images - `talosctl-cni-bundle` All other release assets can be downloaded from [Image Factory](https://www.talos.dev/latest/talos-guides/install/boot-assets/#image-factory). Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### Component Updates Linux: 6.6.58 containerd: 2.0.0-rc.6 runc: 1.2.0 Kubernetes: 1.31.2 Talos is built with Go 1.22.8. ##### Contributors - Andrey Smirnov - Dmitriy Matrenichev - Joakim Nohlgård - Noel Georgi - Philip Schmid - Philipp Kleber - Serge Logvinov ##### Changes <details><summary>18 commits</summary> <p> - [@​`88f861a`](https://redirect.github.com/siderolabs/talos/commit/88f861a08) release(v1.8.2): prepare release - [@​`cfc1010`](https://redirect.github.com/siderolabs/talos/commit/cfc10106a) fix: include iptables/netfilter ipv6 fix - [@​`d8e2daf`](https://redirect.github.com/siderolabs/talos/commit/d8e2daf77) fix: wait for udevd to be running before activating LVM - [@​`e105a3d`](https://redirect.github.com/siderolabs/talos/commit/e105a3d74) fix: talosctl process null character - [@​`0e96e99`](https://redirect.github.com/siderolabs/talos/commit/0e96e99b2) fix: rework the 'metal-iso' config acquisition - [@​`7ef5796`](https://redirect.github.com/siderolabs/talos/commit/7ef579650) fix: improve error messages for invalid bridge/bond configuration - [@​`a3fcbe0`](https://redirect.github.com/siderolabs/talos/commit/a3fcbe0ba) chore: rename tpm2.PCRExtent -> tpm2.PCRExtend - [@​`a9e6e60`](https://redirect.github.com/siderolabs/talos/commit/a9e6e60ca) fix: correct error message for invalid ip= - [@​`49de0ab`](https://redirect.github.com/siderolabs/talos/commit/49de0abaa) fix: update incorrect alias for PCIDevice resource - [@​`9b561ac`](https://redirect.github.com/siderolabs/talos/commit/9b561ac3d) feat: add Talos 1.9 compatibility guarantees - [@​`2ea3f85`](https://redirect.github.com/siderolabs/talos/commit/2ea3f85bc) chore: update siderolabs/crypto module and return proper ALPN - [@​`ce47912`](https://redirect.github.com/siderolabs/talos/commit/ce4791251) feat: optionally decode hcloud userdata as base64 - [@​`f20a690`](https://redirect.github.com/siderolabs/talos/commit/f20a6900d) fix: json logging panic - [@​`d855bb8`](https://redirect.github.com/siderolabs/talos/commit/d855bb8be) fix: skip ram disks - [@​`b429e7f`](https://redirect.github.com/siderolabs/talos/commit/b429e7f28) fix: do not use pflag csv comma reader for config-patch - [@​`ee44f2c`](https://redirect.github.com/siderolabs/talos/commit/ee44f2c51) test: skip no error test in Cilium - [@​`7d055af`](https://redirect.github.com/siderolabs/talos/commit/7d055af29) fix: scaleway metadata - [@​`9f62fe9`](https://redirect.github.com/siderolabs/talos/commit/9f62fe96c) feat: update pkgs and Kubernetes </p> </details> ##### Changes from siderolabs/crypto <details><summary>1 commit</summary> <p> - [siderolabs/crypto@`58b2f92`](https://redirect.github.com/siderolabs/crypto/commit/58b2f92) chore: use HTTP/2 ALPN by default </p> </details> ##### Changes from siderolabs/go-circular <details><summary>1 commit</summary> <p> - [siderolabs/go-circular@`9a0f7b0`](https://redirect.github.com/siderolabs/go-circular/commit/9a0f7b0) fix: multiple data race issues </p> </details> ##### Changes from siderolabs/pkgs <details><summary>8 commits</summary> <p> - [siderolabs/pkgs@`e72b2f4`](https://redirect.github.com/siderolabs/pkgs/commit/e72b2f4) fix: apply netfilter ipv6 fix - [siderolabs/pkgs@`9aac1a8`](https://redirect.github.com/siderolabs/pkgs/commit/9aac1a8) feat: update containerd to v2.0.0-rc.6 - [siderolabs/pkgs@`9668729`](https://redirect.github.com/siderolabs/pkgs/commit/9668729) feat: update Linux to 6.6.58 - [siderolabs/pkgs@`9bc27b3`](https://redirect.github.com/siderolabs/pkgs/commit/9bc27b3) feat: update runc to 1.2.0 - [siderolabs/pkgs@`f7cc89e`](https://redirect.github.com/siderolabs/pkgs/commit/f7cc89e) fix: default IOMMU mode to 'lazy' - [siderolabs/pkgs@`7ca4e2c`](https://redirect.github.com/siderolabs/pkgs/commit/7ca4e2c) feat: update Linux to 6.6.57, update Linux firmware - [siderolabs/pkgs@`e2c4848`](https://redirect.github.com/siderolabs/pkgs/commit/e2c4848) feat: update Linux 6.6.56 and protect /proc/mem - [siderolabs/pkgs@`c7729c3`](https://redirect.github.com/siderolabs/pkgs/commit/c7729c3) feat: enable CONFIG_XFRM_STATISTICS </p> </details> ##### Changes from siderolabs/siderolink <details><summary>1 commit</summary> <p> - [siderolabs/siderolink@`1893385`](https://redirect.github.com/siderolabs/siderolink/commit/1893385) fix: initialize tls listener properly </p> </details> ##### Dependency Changes - **github.com/klauspost/compress** v1.17.10 -> v1.17.11 - **github.com/siderolabs/crypto** v0.4.4 -> v0.5.0 - **github.com/siderolabs/go-circular** v0.2.0 -> v0.2.1 - **github.com/siderolabs/pkgs** v1.8.0-16-g71d23b4 -> v1.8.0-24-ge72b2f4 - **github.com/siderolabs/siderolink** v0.3.10 -> v0.3.11 - **github.com/siderolabs/talos/pkg/machinery** v1.8.1 -> v1.8.2 - **golang.org/x/time** v0.6.0 -> v0.7.0 - **k8s.io/api** v0.31.1 -> v0.31.2 - **k8s.io/apiserver** v0.31.1 -> v0.31.2 - **k8s.io/client-go** v0.31.1 -> v0.31.2 - **k8s.io/component-base** v0.31.1 -> v0.31.2 - **k8s.io/kube-scheduler** v0.31.1 -> v0.31.2 - **k8s.io/kubectl** v0.31.1 -> v0.31.2 - **k8s.io/kubelet** v0.31.1 -> v0.31.2 - **k8s.io/pod-security-admission** v0.31.1 -> v0.31.2 Previous release can be found at [v1.8.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.1) ##### Images ghcr.io/siderolabs/flannel:v0.25.7 registry.k8s.io/coredns/coredns:v1.11.3 gcr.io/etcd-development/etcd:v3.5.16 registry.k8s.io/kube-apiserver:v1.31.2 registry.k8s.io/kube-controller-manager:v1.31.2 registry.k8s.io/kube-scheduler:v1.31.2 registry.k8s.io/kube-proxy:v1.31.2 ghcr.io/siderolabs/kubelet:v1.31.2 ghcr.io/siderolabs/installer:v1.8.2 registry.k8s.io/pause:3.9 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0