chore: update dependency k3s-io/k3s to v1.37.0+k3s1 #324

Merged
smark merged 1 commit from renovate/k3s-io-k3s-1.x into main 2026-09-16 06:33:06 +00:00
Owner

This PR contains the following updates:

Package Update Change
k3s-io/k3s minor v1.36.4+k3s1v1.37.0+k3s1

See https://eol301.grasky.net/k3s-io/k3s for EOL dates and support lifecycles.


Release Notes

k3s-io/k3s (k3s-io/k3s)

v1.37.0+k3s1: v1.37.0+k3s1

Compare Source

This release updates Kubernetes to v1.37.0, and fixes a number of issues.

For more details on what's new, see the Kubernetes release notes.

Changes since v1.36.3+k3s1:

  • Bump mirrored-pause to 3.10.2 (#​14339)
  • Build(deps): bump the action-deps group with 14 updates (#​14394)
  • Bump dynamiclistener for atomic write fix (#​14382)
  • Bump helm-controller/klipper-helm (#​14403)
  • Simplify WriteSubnetFile cleanup and make atomic (#​14405)
  • Fix typo in snapshot prune event (#​14410)
  • Bump rancher/mirrored-coredns-coredns image version (#​14415)
  • Add updatecli manifest to bump Kubernetes across multiple release branches (#​14402)
  • Bump metrics-server to v0.9.0 (#​14416)
  • Updatecli: relax metrics-server semver filter et al. (#​14429)
  • Updatecli: add missing requiredEnv (#​14434)
  • Bump helm-controller and klipper-helm for --force-conflicts support (#​14446)
  • Bump k3s-io/kubernetes and Go references (#​14457)
  • Bump etcd to v3.6.14 (#​14460)
  • Fix production builds always enabling Go coverage instrumentation (#​14465)
  • Feat: support custom kubeconfig name (#​14440)
    • Added --write-kubeconfig-name server flag to set the name for cluster, user and context in generated kubeconfig.
  • Require node password informer sync before using cache (#​14459)
  • Bump helm-controller and klipper-helm (#​14474)
  • Enable unit tests (#​14480)
  • Fix: change sles to use slemicro rpms instead of microos (#​14472)
  • Tests: make rootless uidmap install robust against stale apt cache (#​14490)
  • Update stable channel to v1.36.3+k3s1 (#​14492)
  • Etcd client locking (#​14488)
  • Tests: Install rke2-multus-crd chart for multus e2e test (#​14489)
  • Filter large untemplated issues (#​14435)
  • Fix typo in spegel deferred store comment (#​14485)
  • Make explicit where coredns customizations should be made (#​14503)
  • Bump docker version in CI to 29 (#​14506)
  • Don't retag images for a registry they are already hosted by (#​14484)
    • Fixed an issue where airgap image imports could fail with an "already exists" error, or accumulate duplicate image tags on every restart, when system-default-registry matched the registry the images were already tagged for.
  • Tidy dockerfile and build stages (#​14511)
  • Add advertise-address to SANs before generating apiserver cert (#​14516)
    • Fixed the apiserver serving certificate not including the value of --advertise-address in its subject alternative names.
  • Bump Local Path Provisioner version (#​14496)
  • Bump containerd to v2.3.4-k3s1.36 (#​14510)
  • Bump kine to v0.16.4 for nats replay fix (#​14521)
  • Feat: Add Project Bluefin to adopters list (#​14549)
  • Bump k8s to v1.37 (#​14509)
  • Bump Traefik and bundle gateway-api crds (#​14573)
  • Bump rancher/mirrored-coredns-coredns image version (#​14577)
  • Bump critools to v1.37 (#​14579)
  • Bump gateway-api-crd version 3, which includes the keep annotation (#​14586)
  • Bump Traefik to v3.7.13 (#​14606)
  • Bump google.golang.org/grpc to v1.83.2 for CVE-2026-84445 (#​14614)
  • Bump google.golang.org/grpc to v1.83.2, not v1.82.2 (#​14619)

Embedded Component Versions

Component Version
Kubernetes v1.37.0
Kine v0.17.0
SQLite 3.53.4
Etcd v3.7.1-k3s1
Containerd v2.3.4-k3s1
Runc v1.4.2
Flannel v0.28.4
Metrics-server v0.9.0
Traefik v3.7.13
CoreDNS v1.14.7
Helm-controller v0.17.7
Local-path-provisioner v0.0.37

As always, we welcome and appreciate feedback from our community of users. Please feel free to:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [k3s-io/k3s](https://github.com/k3s-io/k3s) | minor | `v1.36.4+k3s1` → `v1.37.0+k3s1` | :hourglass: See https://eol301.grasky.net/k3s-io/k3s for EOL dates and support lifecycles. --- ### Release Notes <details> <summary>k3s-io/k3s (k3s-io/k3s)</summary> ### [`v1.37.0+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.37.0%2Bk3s1): v1.37.0+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.36.4+k3s1...v1.37.0+k3s1) <!-- v1.37.0+k3s1 --> This release updates Kubernetes to v1.37.0, 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.37.md#changelog-since-v1360). #### Changes since v1.36.3+k3s1: - Bump mirrored-pause to 3.10.2 [(#&#8203;14339)](https://github.com/k3s-io/k3s/pull/14339) - Build(deps): bump the action-deps group with 14 updates [(#&#8203;14394)](https://github.com/k3s-io/k3s/pull/14394) - Bump dynamiclistener for atomic write fix [(#&#8203;14382)](https://github.com/k3s-io/k3s/pull/14382) - Bump helm-controller/klipper-helm [(#&#8203;14403)](https://github.com/k3s-io/k3s/pull/14403) - Simplify WriteSubnetFile cleanup and make atomic [(#&#8203;14405)](https://github.com/k3s-io/k3s/pull/14405) - Fix typo in snapshot prune event [(#&#8203;14410)](https://github.com/k3s-io/k3s/pull/14410) - Bump rancher/mirrored-coredns-coredns image version [(#&#8203;14415)](https://github.com/k3s-io/k3s/pull/14415) - Add updatecli manifest to bump Kubernetes across multiple release branches [(#&#8203;14402)](https://github.com/k3s-io/k3s/pull/14402) - Bump metrics-server to v0.9.0 [(#&#8203;14416)](https://github.com/k3s-io/k3s/pull/14416) - Updatecli: relax metrics-server semver filter et al. [(#&#8203;14429)](https://github.com/k3s-io/k3s/pull/14429) - Updatecli: add missing requiredEnv [(#&#8203;14434)](https://github.com/k3s-io/k3s/pull/14434) - Bump helm-controller and klipper-helm for `--force-conflicts` support [(#&#8203;14446)](https://github.com/k3s-io/k3s/pull/14446) - Bump k3s-io/kubernetes and Go references [(#&#8203;14457)](https://github.com/k3s-io/k3s/pull/14457) - Bump etcd to v3.6.14 [(#&#8203;14460)](https://github.com/k3s-io/k3s/pull/14460) - Fix production builds always enabling Go coverage instrumentation [(#&#8203;14465)](https://github.com/k3s-io/k3s/pull/14465) - Feat: support custom kubeconfig name [(#&#8203;14440)](https://github.com/k3s-io/k3s/pull/14440) - Added `--write-kubeconfig-name` server flag to set the name for cluster, user and context in generated kubeconfig. - Require node password informer sync before using cache [(#&#8203;14459)](https://github.com/k3s-io/k3s/pull/14459) - Bump helm-controller and klipper-helm [(#&#8203;14474)](https://github.com/k3s-io/k3s/pull/14474) - Enable unit tests [(#&#8203;14480)](https://github.com/k3s-io/k3s/pull/14480) - Fix: change sles to use slemicro rpms instead of microos [(#&#8203;14472)](https://github.com/k3s-io/k3s/pull/14472) - Tests: make rootless uidmap install robust against stale apt cache [(#&#8203;14490)](https://github.com/k3s-io/k3s/pull/14490) - Update stable channel to v1.36.3+k3s1 [(#&#8203;14492)](https://github.com/k3s-io/k3s/pull/14492) - Etcd client locking [(#&#8203;14488)](https://github.com/k3s-io/k3s/pull/14488) - Tests: Install rke2-multus-crd chart for multus e2e test [(#&#8203;14489)](https://github.com/k3s-io/k3s/pull/14489) - Filter large untemplated issues [(#&#8203;14435)](https://github.com/k3s-io/k3s/pull/14435) - Fix typo in spegel deferred store comment [(#&#8203;14485)](https://github.com/k3s-io/k3s/pull/14485) - Make explicit where coredns customizations should be made [(#&#8203;14503)](https://github.com/k3s-io/k3s/pull/14503) - Bump docker version in CI to 29 [(#&#8203;14506)](https://github.com/k3s-io/k3s/pull/14506) - Don't retag images for a registry they are already hosted by [(#&#8203;14484)](https://github.com/k3s-io/k3s/pull/14484) - Fixed an issue where airgap image imports could fail with an "already exists" error, or accumulate duplicate image tags on every restart, when system-default-registry matched the registry the images were already tagged for. - Tidy dockerfile and build stages [(#&#8203;14511)](https://github.com/k3s-io/k3s/pull/14511) - Add advertise-address to SANs before generating apiserver cert [(#&#8203;14516)](https://github.com/k3s-io/k3s/pull/14516) - Fixed the apiserver serving certificate not including the value of --advertise-address in its subject alternative names. - Bump Local Path Provisioner version [(#&#8203;14496)](https://github.com/k3s-io/k3s/pull/14496) - Bump containerd to v2.3.4-k3s1.36 [(#&#8203;14510)](https://github.com/k3s-io/k3s/pull/14510) - Bump kine to v0.16.4 for nats replay fix [(#&#8203;14521)](https://github.com/k3s-io/k3s/pull/14521) - Feat: Add Project Bluefin to adopters list [(#&#8203;14549)](https://github.com/k3s-io/k3s/pull/14549) - Bump k8s to v1.37 [(#&#8203;14509)](https://github.com/k3s-io/k3s/pull/14509) - Bump Traefik and bundle gateway-api crds [(#&#8203;14573)](https://github.com/k3s-io/k3s/pull/14573) - Bump rancher/mirrored-coredns-coredns image version [(#&#8203;14577)](https://github.com/k3s-io/k3s/pull/14577) - Bump critools to v1.37 [(#&#8203;14579)](https://github.com/k3s-io/k3s/pull/14579) - Bump gateway-api-crd version 3, which includes the keep annotation [(#&#8203;14586)](https://github.com/k3s-io/k3s/pull/14586) - Bump Traefik to v3.7.13 [(#&#8203;14606)](https://github.com/k3s-io/k3s/pull/14606) - Bump google.golang.org/grpc to v1.83.2 for CVE-2026-84445 [(#&#8203;14614)](https://github.com/k3s-io/k3s/pull/14614) - Bump google.golang.org/grpc to v1.83.2, not v1.82.2 [(#&#8203;14619)](https://github.com/k3s-io/k3s/pull/14619) #### Embedded Component Versions | Component | Version | | ---------------------- | ------------------------------------------------------------------------------------------------- | | Kubernetes | [v1.37.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md#v1370) | | Kine | [v0.17.0](https://github.com/k3s-io/kine/releases/tag/v0.17.0) | | SQLite | [3.53.4](https://sqlite.org/releaselog/3_53_4.html) | | Etcd | [v3.7.1-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.7.1-k3s1) | | Containerd | [v2.3.4-k3s1](https://github.com/k3s-io/containerd/releases/tag/v2.3.4-k3s1) | | 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.13](https://github.com/traefik/traefik/releases/tag/v3.7.13) | | CoreDNS | [v1.14.7](https://github.com/coredns/coredns/releases/tag/v1.14.7) | | Helm-controller | [v0.17.7](https://github.com/k3s-io/helm-controller/releases/tag/v0.17.7) | | Local-path-provisioner | [v0.0.37](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.37) | #### 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) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC45My41IiwidXBkYXRlZEluVmVyIjoiNDQuOTMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
smark merged commit 724f3ad181 into main 2026-09-16 06:33:06 +00:00
smark deleted branch renovate/k3s-io-k3s-1.x 2026-09-16 06:33:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
k8s/baseline!324
No description provided.