# K3s changelog > Lightweight Kubernetes. - Vendor: SUSE - Category: Developer Tools - Official site: https://k3s.io - Tracked by: What's New (https://whatsnew.fyi/product/k3s) - Harvested from: GitHub (k3s-io/k3s) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v1.36.3+k3s1 - Date: 2026-08-04 - Version: v1.36.3+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.36.3%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.36.3-k3s1 - **added** — Add support for wildcard domains in --tls-san (e.g. --tls-san=*.example.com) - **changed** — Upgrade Traefik chart to v40.x with breaking change: ingress-nginx provider name changes from kubernetesIngressNginx to kubernetesIngressNGINX - **changed** — Bump dynamiclistener to v0.9.0-rc.2 for wildcard tls-san support - **changed** — Bump mirrored-pause to 3.10.2 - **changed** — Bump Traefik to v3.7.8 - **changed** — Bump helm-controller and klipper-helm for --force-conflicts support - **changed** — Bump etcd to v3.6.14 - **changed** — Update Kubernetes to v1.36.3 - **fixed** — Fix typo in snapshot prune event - **fixed** — Fix production builds always enabling Go coverage instrumentation > [!WARNING] > This release upgrades Traefik chart to v40.x which includes a breaking change for the ingress-nginx migration: the provider name changes from `kubernetesIngressNginx` to `kubernetesIngressNGINX`. Check https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0 for more details This release updates Kubernetes to v1.36.3, and fixes a number of issues. For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md#changelog-since-v1362). ##### Changes since v1.36.2+k3s1: * Bump dynamiclistener to v0.9.0-rc.2 for wildcard tls-san support [(#14312)](https://github.com/k3s-io/k3s/pull/14312) * Add support for wildcard domains in `--tls-san` (e.g. `--tls-san=*.example.com`). * July Testing Backports [(#14328)](https://github.com/k3s-io/k3s/pull/14328) * July K3s Build Rework + GHA bumps [(#14332)](https://github.com/k3s-io/k3s/pull/14332) * Backports for 2026-07 [(#14348)](https://github.com/k3s-io/k3s/pull/14348) * Bump mirrored-pause to 3.10.2 [(#14389)](https://github.com/k3s-io/k3s/pull/14389) * Bump Traefik to v3.7.7 [(#14381)](https://github.com/k3s-io/k3s/pull/14381) * More backports for 2026-07 [(#14406)](https://github.com/k3s-io/k3s/pull/14406) * Fix typo in snapshot prune event [(#14411)](https://github.com/k3s-io/k3s/pull/14411) * Bump rancher/mirrored-coredns-coredns image version [(#14424)](https://github.com/k3s-io/k3s/pull/14424) * Bump golang:alpine image version [(#14432)](https://github.com/k3s-io/k3s/pull/14432) * Bump rancher/mirrored-metrics-server image version [(#14437)](https://github.com/k3s-io/k3s/pull/14437) * Use new Traefik v3.7.8 [(#14426)](https://github.com/k3s-io/k3s/pull/14426) * Bump helm-controller and klipper-helm for `--force-conflicts` support [(#14442)](https://github.com/k3s-io/k3s/pull/14442) * Bump k3s-io/kubernetes and Go references [(#14456)](https://github.com/k3s-io/k3s/pull/14456) * Bump etcd to v3.6.14 [(#14461)](https://github.com/k3s-io/k3s/pull/14461) * Fix production builds always enabling Go coverage instrumentation [(#14466)](https://github.com/k3s-io/k3s/pull/14466) * Bump helm-controller and klipper-helm [(#14475)](https://github.com/k3s-io/k3s/pull/14475) ##### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.36.3](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md#v1363) | | Kine | [v0.16.3](https://github.com/k3s-io/kine/releases/tag/v0.16.3) | | SQLite | [3.53.2](https://sqlite.org/releaselog/3_53_2.html) | | Etcd | [v3.6.14-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.6.14-k3s1) | | Containerd | [v2.3.2-k3s2](https://github.com/k3s-io/containerd/releases/tag/v2.3.2-k3s2) | | Runc | [v1.4.2](https://github.com/opencontainers/runc/releases/tag/v1.4.2) | | Flannel | [v0.28.4](https://github.com/flannel-io/flannel/releases/tag/v0.28.4) | | Metrics-server | [v0.9.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.9.0) | | Traefik | [v3.7.8](https://github.com/traefik/traefik/releases/tag/v3.7.8) | | CoreDNS | [v1.14.6](https://github.com/coredns/coredns/releases/tag/v1.14.6) | | Helm-controller | [v0.17.7](https://github.com/k3s-io/helm-controller/releases/tag/v0.17.7) | | Local-path-provisioner | [v0.0.36](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.36) | ##### Helpful Links As always, we welcome and appreciate feedback from our community of users. Please feel free to: - [Open issues here](https://github.com/rancher/k3s/issues/new/choose) - [Join our Slack channel](https://slack.rancher.io/) - [Check out our documentation](https://rancher.com/docs/k3s/latest/en/) for guidance on how to get started or to dive deep into K3s. - [Read how you can contribute here](https://github.com/rancher/k3s/blob/master/CONTRIBUTING.md) ### v1.35.7+k3s1 - Date: 2026-08-04 - Version: v1.35.7+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.35.7%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.35.7-k3s1 - **changed** — Upgrade Kubernetes to v1.35.7 - **changed** — Upgrade Traefik to v3.7.8 - **changed** — Upgrade etcd to v3.6.14 - **changed** — Upgrade mirrored-pause to 3.10.2 - **changed** — Upgrade helm-controller and klipper-helm with support for --force-conflicts flag - **changed** — Upgrade rancher/mirrored-coredns-coredns image - **changed** — Upgrade rancher/mirrored-metrics-server image - **fixed** — Fix typo in snapshot prune event - **fixed** — Fix production builds always enabling Go coverage instrumentation > [!WARNING] > This release upgrades Traefik chart to v40.x which includes a breaking change for the ingress-nginx migration: the provider name changes from `kubernetesIngressNginx` to `kubernetesIngressNGINX`. Check https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0 for more details This release updates Kubernetes to v1.35.7, and fixes a number of issues. For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md#changelog-since-v1356). ##### Changes since v1.35.6+k3s1: * July Testing Backports [(#14329)](https://github.com/k3s-io/k3s/pull/14329) * July K3s Build Rework + GHA bumps [(#14333)](https://github.com/k3s-io/k3s/pull/14333) * Backports for 2026-07 [(#14370)](https://github.com/k3s-io/k3s/pull/14370) * Bump mirrored-pause to 3.10.2 [(#14390)](https://github.com/k3s-io/k3s/pull/14390) * Bump Traefik to v3.7.7 [(#14380)](https://github.com/k3s-io/k3s/pull/14380) * More backports for 2026-07 [(#14407)](https://github.com/k3s-io/k3s/pull/14407) * Fix typo in snapshot prune event [(#14412)](https://github.com/k3s-io/k3s/pull/14412) * Bump rancher/mirrored-coredns-coredns image version [(#14421)](https://github.com/k3s-io/k3s/pull/14421) * Bump golang:alpine image version [(#14431)](https://github.com/k3s-io/k3s/pull/14431) * Bump rancher/mirrored-metrics-server image version [(#14439)](https://github.com/k3s-io/k3s/pull/14439) * Use new Traefik v3.7.8 [(#14425)](https://github.com/k3s-io/k3s/pull/14425) * Bump helm-controller and klipper-helm for `--force-conflicts` support [(#14443)](https://github.com/k3s-io/k3s/pull/14443) * Bump k3s-io/kubernetes and Go references [(#14455)](https://github.com/k3s-io/k3s/pull/14455) * Bump etcd to v3.6.14 [(#14462)](https://github.com/k3s-io/k3s/pull/14462) * Fix production builds always enabling Go coverage instrumentation [(#14467)](https://github.com/k3s-io/k3s/pull/14467) * Bump helm-controller and klipper-helm [(#14476)](https://github.com/k3s-io/k3s/pull/14476) ##### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.35.7](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md#v1357) | | Kine | [v0.16.3](https://github.com/k3s-io/kine/releases/tag/v0.16.3) | | SQLite | [3.53.2](https://sqlite.org/releaselog/3_53_2.html) | | Etcd | [v3.6.14-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.6.14-k3s1) | | Containerd | [v2.2.5-k3s2](https://github.com/k3s-io/containerd/releases/tag/v2.2.5-k3s2) | | Runc | [v1.4.2](https://github.com/opencontainers/runc/releases/tag/v1.4.2) | | Flannel | [v0.28.4](https://github.com/flannel-io/flannel/releases/tag/v0.28.4) | | Metrics-server | [v0.9.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.9.0) | | Traefik | [v3.7.8](https://github.com/traefik/traefik/releases/tag/v3.7.8) | | CoreDNS | [v1.14.6](https://github.com/coredns/coredns/releases/tag/v1.14.6) | | Helm-controller | [v0.17.7](https://github.com/k3s-io/helm-controller/releases/tag/v0.17.7) | | Local-path-provisioner | [v0.0.36](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.36) | ##### Helpful Links As always, we welcome and appreciate feedback from our community of users. Please feel free to: - [Open issues here](https://github.com/rancher/k3s/issues/new/choose) - [Join our Slack channel](https://slack.rancher.io/) - [Check out our documentation](https://rancher.com/docs/k3s/latest/en/) for guidance on how to get started or to dive deep into K3s. - [Read how you can contribute here](https://github.com/rancher/k3s/blob/master/CONTRIBUTING.md) ### v1.33.13+k3s2 - Date: 2026-08-04 - Version: v1.33.13+k3s2 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.33.13%2Bk3s2 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.33.13-k3s2 - **changed** — Upgrade Kubernetes to v1.33.13 - **changed** — Upgrade Traefik to v3.7.8 - **changed** — Upgrade etcd to v3.6.14 - **changed** — Upgrade mirrored-pause to 3.10.2 - **changed** — Upgrade rancher/mirrored-coredns-coredns image version - **changed** — Upgrade rancher/mirrored-metrics-server image version - **changed** — Upgrade helm-controller and klipper-helm with --force-conflicts support - **changed** — Upgrade helm-controller and klipper-helm - **fixed** — Fix typo in snapshot prune event - **fixed** — Fix production builds always enabling Go coverage instrumentation > [!WARNING] > This release upgrades Traefik chart to v40.x which includes a breaking change for the ingress-nginx migration: the provider name changes from `kubernetesIngressNginx` to `kubernetesIngressNGINX`. Check https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0 for more details This release updates Kubernetes to v1.33.13, and fixes a number of issues. For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md#changelog-since-v13313). ##### Changes since v1.33.13+k3s1: * July Testing Backports [(#14331)](https://github.com/k3s-io/k3s/pull/14331) * July K3s Build Rework + GHA bumps [(#14334)](https://github.com/k3s-io/k3s/pull/14334) * Backports for 2026-07 [(#14372)](https://github.com/k3s-io/k3s/pull/14372) * Bump mirrored-pause to 3.10.2 [(#14392)](https://github.com/k3s-io/k3s/pull/14392) * Bump Traefik to v3.7.7 [(#14378)](https://github.com/k3s-io/k3s/pull/14378) * More backports for 2026-07 [(#14409)](https://github.com/k3s-io/k3s/pull/14409) * Fix typo in snapshot prune event [(#14414)](https://github.com/k3s-io/k3s/pull/14414) * Bump rancher/mirrored-coredns-coredns image version [(#14422)](https://github.com/k3s-io/k3s/pull/14422) * Bump golang:alpine image version [(#14433)](https://github.com/k3s-io/k3s/pull/14433) * Bump rancher/mirrored-metrics-server image version [(#14438)](https://github.com/k3s-io/k3s/pull/14438) * Use new Traefik v3.7.8 [(#14428)](https://github.com/k3s-io/k3s/pull/14428) * Bump helm-controller and klipper-helm for `--force-conflicts` support [(#14445)](https://github.com/k3s-io/k3s/pull/14445) * Bump k3s-io/kubernetes and Go references [(#14454)](https://github.com/k3s-io/k3s/pull/14454) * Bump etcd to v3.6.14 [(#14464)](https://github.com/k3s-io/k3s/pull/14464) * Fix production builds always enabling Go coverage instrumentation [(#14469)](https://github.com/k3s-io/k3s/pull/14469) * Bump helm-controller and klipper-helm [(#14478)](https://github.com/k3s-io/k3s/pull/14478) ##### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.33.13](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md#v13313) | | Kine | [v0.16.3](https://github.com/k3s-io/kine/releases/tag/v0.16.3) | | SQLite | [3.53.2](https://sqlite.org/releaselog/3_53_2.html) | | Etcd | [v3.6.14-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.6.14-k3s1) | | Containerd | [v2.2.5-k3s1.33](https://github.com/k3s-io/containerd/releases/tag/v2.2.5-k3s1.33) | | Runc | [v1.4.2](https://github.com/opencontainers/runc/releases/tag/v1.4.2) | | Flannel | [v0.28.4](https://github.com/flannel-io/flannel/releases/tag/v0.28.4) | | Metrics-server | [v0.9.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.9.0) | | Traefik | [v3.7.8](https://github.com/traefik/traefik/releases/tag/v3.7.8) | | CoreDNS | [v1.14.6](https://github.com/coredns/coredns/releases/tag/v1.14.6) | | Helm-controller | [v0.16.26](https://github.com/k3s-io/helm-controller/releases/tag/v0.16.26) | | Local-path-provisioner | [v0.0.36](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.36) | ##### Helpful Links As always, we welcome and appreciate feedback from our community of users. Please feel free to: - [Open issues here](https://github.com/rancher/k3s/issues/new/choose) - [Join our Slack channel](https://slack.rancher.io/) - [Check out our documentation](https://rancher.com/docs/k3s/latest/en/) for guidance on how to get started or to dive deep into K3s. - [Read how you can contribute here](https://github.com/rancher/k3s/blob/master/CONTRIBUTING.md) ### v1.34.10+k3s1 - Date: 2026-08-04 - Version: v1.34.10+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.34.10%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.34.10-k3s1 - **changed** — Upgrade Kubernetes to v1.34.10 - **changed** — Upgrade Traefik to v3.7.8 - **changed** — Upgrade etcd to v3.6.14 - **changed** — Upgrade mirrored-pause to 3.10.2 - **changed** — Upgrade rancher/mirrored-coredns-coredns image version - **changed** — Upgrade rancher/mirrored-metrics-server image version - **changed** — Upgrade helm-controller and klipper-helm with --force-conflicts support - **fixed** — Fix typo in snapshot prune event - **fixed** — Fix production builds always enabling Go coverage instrumentation > [!WARNING] > This release upgrades Traefik chart to v40.x which includes a breaking change for the ingress-nginx migration: the provider name changes from `kubernetesIngressNginx` to `kubernetesIngressNGINX`. Check https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0 for more details This release updates Kubernetes to v1.34.10, and fixes a number of issues. For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md#changelog-since-v1349). ##### Changes since v1.34.9+k3s1: * July Testing Backports [(#14330)](https://github.com/k3s-io/k3s/pull/14330) * July K3s Build Rework + GHA bumps [(#14335)](https://github.com/k3s-io/k3s/pull/14335) * Backports for 2026-07 [(#14371)](https://github.com/k3s-io/k3s/pull/14371) * Bump mirrored-pause to 3.10.2 [(#14391)](https://github.com/k3s-io/k3s/pull/14391) * Bump Traefik to v3.7.7 [(#14379)](https://github.com/k3s-io/k3s/pull/14379) * More backports for 2026-07 [(#14408)](https://github.com/k3s-io/k3s/pull/14408) * Fix typo in snapshot prune event [(#14413)](https://github.com/k3s-io/k3s/pull/14413) * Bump rancher/mirrored-coredns-coredns image version [(#14423)](https://github.com/k3s-io/k3s/pull/14423) * Bump golang:alpine image version [(#14430)](https://github.com/k3s-io/k3s/pull/14430) * Bump rancher/mirrored-metrics-server image version [(#14436)](https://github.com/k3s-io/k3s/pull/14436) * Use new Traefik v3.7.8 [(#14427)](https://github.com/k3s-io/k3s/pull/14427) * Bump helm-controller and klipper-helm for `--force-conflicts` support [(#14444)](https://github.com/k3s-io/k3s/pull/14444) * Bump k3s-io/kubernetes and Go references [(#14453)](https://github.com/k3s-io/k3s/pull/14453) * Bump etcd to v3.6.14 [(#14463)](https://github.com/k3s-io/k3s/pull/14463) * Fix production builds always enabling Go coverage instrumentation [(#14468)](https://github.com/k3s-io/k3s/pull/14468) * Bump helm-controller and klipper-helm [(#14477)](https://github.com/k3s-io/k3s/pull/14477) ##### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.34.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md#v13410) | | Kine | [v0.16.3](https://github.com/k3s-io/kine/releases/tag/v0.16.3) | | SQLite | [3.53.2](https://sqlite.org/releaselog/3_53_2.html) | | Etcd | [v3.6.14-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.6.14-k3s1) | | Containerd | [v2.2.5-k3s2](https://github.com/k3s-io/containerd/releases/tag/v2.2.5-k3s2) | | Runc | [v1.4.2](https://github.com/opencontainers/runc/releases/tag/v1.4.2) | | Flannel | [v0.28.4](https://github.com/flannel-io/flannel/releases/tag/v0.28.4) | | Metrics-server | [v0.9.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.9.0) | | Traefik | [v3.7.8](https://github.com/traefik/traefik/releases/tag/v3.7.8) | | CoreDNS | [v1.14.6](https://github.com/coredns/coredns/releases/tag/v1.14.6) | | Helm-controller | [v0.16.26](https://github.com/k3s-io/helm-controller/releases/tag/v0.16.26) | | Local-path-provisioner | [v0.0.36](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.36) | ##### Helpful Links As always, we welcome and appreciate feedback from our community of users. Please feel free to: - [Open issues here](https://github.com/rancher/k3s/issues/new/choose) - [Join our Slack channel](https://slack.rancher.io/) - [Check out our documentation](https://rancher.com/docs/k3s/latest/en/) for guidance on how to get started or to dive deep into K3s. - [Read how you can contribute here](https://github.com/rancher/k3s/blob/master/CONTRIBUTING.md) ### v1.33.13-rc2+k3s2 - Date: 2026-07-28 - Version: v1.33.13-rc2+k3s2 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.33.13-rc2%2Bk3s2 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.33.13-rc2-k3s2 - Labels: Pre-release - **fixed** — Fix production builds always enabling Go coverage instrumentation - **changed** — Bump helm-controller and klipper-helm ##### What's Changed * [Release-1.33] Fix production builds always enabling Go coverage instrumentation by @mgfritch in https://github.com/k3s-io/k3s/pull/14469 * [release-1.33] Bump helm-controller and klipper-helm by @brandond in https://github.com/k3s-io/k3s/pull/14478 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.33.13-rc1+k3s2...v1.33.13-rc2+k3s2 ### v1.35.7-rc2+k3s1 - Date: 2026-07-28 - Version: v1.35.7-rc2+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.35.7-rc2%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.35.7-rc2-k3s1 - Labels: Pre-release - **fixed** — Fix production builds always enabling Go coverage instrumentation - **changed** — Bump helm-controller and klipper-helm ##### What's Changed * [Release-1.35] Fix production builds always enabling Go coverage instrumentation by @mgfritch in https://github.com/k3s-io/k3s/pull/14467 * [release-1.35] Bump helm-controller and klipper-helm by @brandond in https://github.com/k3s-io/k3s/pull/14476 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.35.7-rc1+k3s1...v1.35.7-rc2+k3s1 ### v1.36.3-rc2+k3s1 - Date: 2026-07-28 - Version: v1.36.3-rc2+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.36.3-rc2%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.36.3-rc2-k3s1 - Labels: Pre-release - **fixed** — Fix production builds always enabling Go coverage instrumentation - **changed** — Bump helm-controller and klipper-helm ##### What's Changed * [Release-1.36] Fix production builds always enabling Go coverage instrumentation by @mgfritch in https://github.com/k3s-io/k3s/pull/14466 * [release-1.36] Bump helm-controller and klipper-helm by @brandond in https://github.com/k3s-io/k3s/pull/14475 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.36.3-rc1+k3s1...v1.36.3-rc2+k3s1 ### v1.34.10-rc2+k3s1 - Date: 2026-07-28 - Version: v1.34.10-rc2+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.34.10-rc2%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.34.10-rc2-k3s1 - Labels: Pre-release - **fixed** — Fix production builds always enabling Go coverage instrumentation - **changed** — Bump helm-controller and klipper-helm ##### What's Changed * [Release-1.34] Fix production builds always enabling Go coverage instrumentation by @mgfritch in https://github.com/k3s-io/k3s/pull/14468 * [release-1.34] Bump helm-controller and klipper-helm by @brandond in https://github.com/k3s-io/k3s/pull/14477 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.34.10-rc1+k3s1...v1.34.10-rc2+k3s1 ### v1.36.3-rc1+k3s1 - Date: 2026-07-24 - Version: v1.36.3-rc1+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.36.3-rc1%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.36.3-rc1-k3s1 - Labels: Pre-release - **changed** — Bump dynamiclistener to v0.9.0-rc.2 for wildcard tls-san support - **changed** — Bump mirrored-pause to 3.10.2 - **changed** — Bump Traefik to v3.7.7 - **fixed** — Fix typo in snapshot prune event - **changed** — Bump Traefik to v3.7.8 - **changed** — Bump helm-controller and klipper-helm for --force-conflicts support - **changed** — Bump etcd to v3.6.14 ##### What's Changed * [release-1.36] Bump dynamiclistener to v0.9.0-rc.2 for wildcard tls-san support by @Eshaan-Lumba in https://github.com/k3s-io/k3s/pull/14312 * [Release-1.36] July Testing Backports by @dereknola in https://github.com/k3s-io/k3s/pull/14328 * [Release-1.36] July K3s Build Rework + GHA bumps by @dereknola in https://github.com/k3s-io/k3s/pull/14332 * [release-1.36] Backports for 2026-07 by @brandond in https://github.com/k3s-io/k3s/pull/14348 * [Release-1.36] Bump mirrored-pause to 3.10.2 by @dereknola in https://github.com/k3s-io/k3s/pull/14389 * [Release 1.36] Bump Traefik to v3.7.7 by @manuelbuil in https://github.com/k3s-io/k3s/pull/14381 * [release-1.36] More backports for 2026-07 by @brandond in https://github.com/k3s-io/k3s/pull/14406 * [release-1.36] Fix typo in snapshot prune event by @brandond in https://github.com/k3s-io/k3s/pull/14411 * [release-1.36] Bump rancher/mirrored-coredns-coredns image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14424 * [release-1.36] Bump golang:alpine image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14432 * [release-1.36] Bump rancher/mirrored-metrics-server image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14437 * [Release 1.36] Use new Traefik v3.7.8 by @manuelbuil in https://github.com/k3s-io/k3s/pull/14426 * [release-1.36] Bump helm-controller and klipper-helm for `--force-conflicts` support by @brandond in https://github.com/k3s-io/k3s/pull/14442 * [release-1.36] Bump k3s-io/kubernetes and Go references by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14456 * [release-1.36] Bump etcd to v3.6.14 by @brandond in https://github.com/k3s-io/k3s/pull/14461 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.36.2+k3s1...v1.36.3-rc1+k3s1 ### v1.35.7-rc1+k3s1 - Date: 2026-07-24 - Version: v1.35.7-rc1+k3s1 - Original notes: https://github.com/k3s-io/k3s/releases/tag/v1.35.7-rc1%2Bk3s1 - Permalink: https://whatsnew.fyi/product/k3s/releases/v1.35.7-rc1-k3s1 - Labels: Pre-release - **changed** — Bump mirrored-pause to 3.10.2 - **changed** — Bump Traefik to v3.7.7 - **fixed** — Fix typo in snapshot prune event - **changed** — Bump rancher/mirrored-coredns-coredns image version - **changed** — Bump golang:alpine image version - **changed** — Bump rancher/mirrored-metrics-server image version - **changed** — Use new Traefik v3.7.8 - **changed** — Bump helm-controller and klipper-helm for --force-conflicts support - **changed** — Bump k3s-io/kubernetes and Go references - **changed** — Bump etcd to v3.6.14 ##### What's Changed * [Release-1.35] July Testing Backports by @dereknola in https://github.com/k3s-io/k3s/pull/14329 * [Release-1.35] July K3s Build Rework + GHA bumps by @dereknola in https://github.com/k3s-io/k3s/pull/14333 * [release-1.35] Backports for 2026-07 by @brandond in https://github.com/k3s-io/k3s/pull/14370 * [Release-1.35] Bump mirrored-pause to 3.10.2 by @dereknola in https://github.com/k3s-io/k3s/pull/14390 * [Release 1.35] Bump Traefik to v3.7.7 by @manuelbuil in https://github.com/k3s-io/k3s/pull/14380 * [release-1.35] More backports for 2026-07 by @brandond in https://github.com/k3s-io/k3s/pull/14407 * [release-1.35] Fix typo in snapshot prune event by @brandond in https://github.com/k3s-io/k3s/pull/14412 * [release-1.35] Bump rancher/mirrored-coredns-coredns image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14421 * [release-1.35] Bump golang:alpine image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14431 * [release-1.35] Bump rancher/mirrored-metrics-server image version by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14439 * [Release 1.35] Use new Traefik v3.7.8 by @manuelbuil in https://github.com/k3s-io/k3s/pull/14425 * [release-1.35] Bump helm-controller and klipper-helm for `--force-conflicts` support by @brandond in https://github.com/k3s-io/k3s/pull/14443 * [release-1.35] Bump k3s-io/kubernetes and Go references by @github-actions[bot] in https://github.com/k3s-io/k3s/pull/14455 * [release-1.35] Bump etcd to v3.6.14 by @brandond in https://github.com/k3s-io/k3s/pull/14462 **Full Changelog**: https://github.com/k3s-io/k3s/compare/v1.35.6+k3s1...v1.35.7-rc1+k3s1