chore: update dependency k3s-io/k3s to v1.34.1+k3s1 #266

Merged
smark merged 1 commit from renovate/k3s-io-k3s-1.x into main 2025-09-28 08:54:06 +00:00
Owner

This PR contains the following updates:

Package Update Change
k3s-io/k3s minor v1.33.4+k3s1 -> v1.34.1+k3s1

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


Release Notes

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

v1.34.1+k3s1: v1.34.1+k3s1

Compare Source

This release updates Kubernetes to v1.34.1. This is the first k3s release in the 1.34 release line.

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

Changes since v1.33.4+k3s1:

  • Bump rancher libs: wrangler/lasso/remotedialer (#​12784)
  • Wire cri-dockerd --log-level=debug up to k3s --debug flag (#​12755)
  • Fix spegel logging and startup sequence (#​12796)
  • Update to runc v1.3.0 (#​12789)
  • Do not bootstrap etcd-only nodes from existing supervisor (#​12754)
  • Add retry on etcd MemberAdd timeout (#​12815)
  • Bump containerd to v2.1.4 (#​12788)
  • Retry CRD creation in case of conflict (#​12814)
  • Update stable to v1.33.4+k3s1 (#​12826)
  • Bump actions/checkout from 4 to 5 (#​12773)
  • Wire up kine metrics (#​12831)
  • Fix etcd join timeout handling (#​12833)
  • Wire up remotedialer metrics (#​12832)
  • Bump k3s-root to v0.15.0 (#​12853)
    • The bundled userspace binaries are now built from the buildroot 2025.02 LTS branch.
    • The bundled nft binary now supports json output, required for compatibility with kube-proxy's nft proxier.
  • Update to Kubernetes v1.34 (#​12854)
  • Add opencontainers/runc pin to v1.3.1 (#​12864)
  • Move data dir into position before creating CNI symlinks (#​12876)
  • Update to v1.34.1 and Go 1.24.6 (#​12896)

Embedded Component Versions

Component Version
Kubernetes v1.34.1
Kine v0.14.0
SQLite 3.50.4
Etcd v3.6.4-k3s3
Containerd v2.1.4-k3s2
Runc v1.3.1
Flannel v0.27.0
Metrics-server v0.8.0
Traefik v3.3.6
CoreDNS v1.12.3
Helm-controller v0.16.13
Local-path-provisioner v0.0.32

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

v1.33.5+k3s1: v1.33.5+k3s1

Compare Source

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

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

Changes since v1.33.4+k3s1:

  • Backports for 2025-09 (#​12885)
    • Bump rancher libs: wrangler/lasso/remotedialer
    • Wire cri-dockerd --log-level=debug up to k3s --debug flag
    • Fix spegel logging and startup sequence
    • Update to runc v1.3.0
    • Do not bootstrap etcd-only nodes from existing supervisor
    • Add retry on etcd MemberAdd timeout
    • Bump containerd to v2.1.4
    • Retry CRD creation in case of conflict
    • Wire up kine metrics
    • Wire up remotedialer metrics
    • Fix etcd join timeout handling
    • Bump k3s-root to v0.15.0
    • Add opencontainers/runc pin to v1.3.1
    • Move data dir into position before creating CNI symlinks
  • Update to v1.33.5-k3s1 and Go 1.24.6 (#​12895)

Embedded Component Versions

Component Version
Kubernetes v1.33.5
Kine v0.14.0
SQLite 3.50.4
Etcd v3.5.21-k3s1
Containerd v2.1.4-k3s1
Runc v1.3.1
Flannel v0.27.0
Metrics-server v0.8.0
Traefik v3.3.6
CoreDNS v1.12.3
Helm-controller v0.16.13
Local-path-provisioner v0.0.31

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


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [k3s-io/k3s](https://github.com/k3s-io/k3s) | minor | `v1.33.4+k3s1` -> `v1.34.1+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.34.1+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.34.1%2Bk3s1): v1.34.1+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.33.5+k3s1...v1.34.1+k3s1) <!-- v1.34.1+k3s1 --> This release updates Kubernetes to v1.34.1. This is the first k3s release in the 1.34 release line. For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md). #### Changes since v1.33.4+k3s1: - Bump rancher libs: wrangler/lasso/remotedialer [(#&#8203;12784)](https://github.com/k3s-io/k3s/pull/12784) - Wire cri-dockerd `--log-level=debug` up to k3s `--debug` flag [(#&#8203;12755)](https://github.com/k3s-io/k3s/pull/12755) - Fix spegel logging and startup sequence [(#&#8203;12796)](https://github.com/k3s-io/k3s/pull/12796) - Update to runc v1.3.0 [(#&#8203;12789)](https://github.com/k3s-io/k3s/pull/12789) - Do not bootstrap etcd-only nodes from existing supervisor [(#&#8203;12754)](https://github.com/k3s-io/k3s/pull/12754) - Add retry on etcd MemberAdd timeout [(#&#8203;12815)](https://github.com/k3s-io/k3s/pull/12815) - Bump containerd to v2.1.4 [(#&#8203;12788)](https://github.com/k3s-io/k3s/pull/12788) - Retry CRD creation in case of conflict [(#&#8203;12814)](https://github.com/k3s-io/k3s/pull/12814) - Update stable to v1.33.4+k3s1 [(#&#8203;12826)](https://github.com/k3s-io/k3s/pull/12826) - Bump actions/checkout from 4 to 5 [(#&#8203;12773)](https://github.com/k3s-io/k3s/pull/12773) - Wire up kine metrics [(#&#8203;12831)](https://github.com/k3s-io/k3s/pull/12831) - Fix etcd join timeout handling [(#&#8203;12833)](https://github.com/k3s-io/k3s/pull/12833) - Wire up remotedialer metrics [(#&#8203;12832)](https://github.com/k3s-io/k3s/pull/12832) - Bump k3s-root to v0.15.0 [(#&#8203;12853)](https://github.com/k3s-io/k3s/pull/12853) - The bundled userspace binaries are now built from the buildroot 2025.02 LTS branch. - The bundled nft binary now supports json output, required for compatibility with kube-proxy's nft proxier. - Update to Kubernetes v1.34 [(#&#8203;12854)](https://github.com/k3s-io/k3s/pull/12854) - Add opencontainers/runc pin to v1.3.1 [(#&#8203;12864)](https://github.com/k3s-io/k3s/pull/12864) - Move data dir into position before creating CNI symlinks [(#&#8203;12876)](https://github.com/k3s-io/k3s/pull/12876) - Update to v1.34.1 and Go 1.24.6 [(#&#8203;12896)](https://github.com/k3s-io/k3s/pull/12896) #### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.34.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md#v1341) | | Kine | [v0.14.0](https://github.com/k3s-io/kine/releases/tag/v0.14.0) | | SQLite | [3.50.4](https://sqlite.org/releaselog/3_50_4.html) | | Etcd | [v3.6.4-k3s3](https://github.com/k3s-io/etcd/releases/tag/v3.6.4-k3s3) | | Containerd | [v2.1.4-k3s2](https://github.com/k3s-io/containerd/releases/tag/v2.1.4-k3s2) | | Runc | [v1.3.1](https://github.com/opencontainers/runc/releases/tag/v1.3.1) | | Flannel | [v0.27.0](https://github.com/flannel-io/flannel/releases/tag/v0.27.0) | | Metrics-server | [v0.8.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.8.0) | | Traefik | [v3.3.6](https://github.com/traefik/traefik/releases/tag/v3.3.6) | | CoreDNS | [v1.12.3](https://github.com/coredns/coredns/releases/tag/v1.12.3) | | Helm-controller | [v0.16.13](https://github.com/k3s-io/helm-controller/releases/tag/v0.16.13) | | Local-path-provisioner | [v0.0.32](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.32) | #### 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.5+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.33.5%2Bk3s1): v1.33.5+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.33.4+k3s1...v1.33.5+k3s1) <!-- v1.33.5+k3s1 --> This release updates Kubernetes to v1.33.5, 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-v1334). #### Changes since v1.33.4+k3s1: - Backports for 2025-09 [(#&#8203;12885)](https://github.com/k3s-io/k3s/pull/12885) - Bump rancher libs: wrangler/lasso/remotedialer - Wire cri-dockerd --log-level=debug up to k3s --debug flag - Fix spegel logging and startup sequence - Update to runc v1.3.0 - Do not bootstrap etcd-only nodes from existing supervisor - Add retry on etcd MemberAdd timeout - Bump containerd to v2.1.4 - Retry CRD creation in case of conflict - Wire up kine metrics - Wire up remotedialer metrics - Fix etcd join timeout handling - Bump k3s-root to v0.15.0 - Add opencontainers/runc pin to v1.3.1 - Move data dir into position before creating CNI symlinks - Update to v1.33.5-k3s1 and Go 1.24.6 [(#&#8203;12895)](https://github.com/k3s-io/k3s/pull/12895) #### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.33.5](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md#v1335) | | Kine | [v0.14.0](https://github.com/k3s-io/kine/releases/tag/v0.14.0) | | SQLite | [3.50.4](https://sqlite.org/releaselog/3_50_4.html) | | Etcd | [v3.5.21-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.21-k3s1) | | Containerd | [v2.1.4-k3s1](https://github.com/k3s-io/containerd/releases/tag/v2.1.4-k3s1) | | Runc | [v1.3.1](https://github.com/opencontainers/runc/releases/tag/v1.3.1) | | Flannel | [v0.27.0](https://github.com/flannel-io/flannel/releases/tag/v0.27.0) | | Metrics-server | [v0.8.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.8.0) | | Traefik | [v3.3.6](https://github.com/traefik/traefik/releases/tag/v3.3.6) | | CoreDNS | [v1.12.3](https://github.com/coredns/coredns/releases/tag/v1.12.3) | | Helm-controller | [v0.16.13](https://github.com/k3s-io/helm-controller/releases/tag/v0.16.13) | | Local-path-provisioner | [v0.0.31](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.31) | #### 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**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
smark merged commit e46696bc2a into main 2025-09-28 08:54:06 +00:00
smark deleted branch renovate/k3s-io-k3s-1.x 2025-09-28 08:54:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
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#266
No description provided.