chore: update dependency k3s-io/k3s to v1.29.2+k3s1 #114

Merged
smark merged 1 commit from renovate/k3s-io-k3s-1.x into main 2024-03-13 08:23:14 +00:00
Owner

This PR contains the following updates:

Package Update Change
k3s-io/k3s patch v1.29.1+k3s2 -> v1.29.2+k3s1

⚠️ Manual Intervention: This update needs manual deployment. Please review and take appropriate action.


Release Notes

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

v1.29.2+k3s1: v1.29.2+k3s1

Compare Source

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

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

Changes since v1.29.1+k3s2:

  • Bump Local Path Provisioner version (#​8953)
  • Add ability to install K3s PR Artifact from GitHub (#​9185)
    • Adds INSTALL_K3S_PR option to install a build of K3s from any open PR with CI approval
  • Bump Trivy version (#​9237)
  • Bump codecov/codecov-action from 3 to 4 (#​9353)
  • Update stable channel (#​9388)
  • Fix snapshot reconcile retry (#​9318)
  • Add check for etcd-snapshot-dir and fix panic in Walk (#​9317)
  • Bump CNI plugins to v1.4.0 (#​9249)
  • Fix issue with coredns node hosts controller (#​9354)
    • Fixed issue that could cause coredns pods to fail to start when the embedded helm controller is disabled, due to the configmap not being updated with node hosts entries.
  • Fix on-demand snapshots on ipv6-only nodes (#​9247)
  • Bump flannel version (#​9395)
    • Bumped flannel to v0.24.2
  • Build: Align drone base images (#​8959)
  • Changed how lastHeartBeatTime works in the etcd condition (#​9263)
  • Runtimes refactor using exec.LookPath (#​9311)
    • Directories containing runtimes need to be included in the $PATH environment variable for effective runtime detection.
  • Bump cri-dockerd to fix compat with Docker Engine 25 (#​9290)
  • Add codcov secret for integration tests on Push (#​9422)
  • Allow executors to define containerd and cridockerd behavior (#​9184)
  • Update Kube-router to v2.0.1 (#​9396)
  • : Test_UnitApplyContainerdQoSClassConfigFileIfPresent (Created) (#​8945)
  • Readd k3s secrets-encrypt rotate-keys with correct support for KMSv2 GA (#​9340)
  • Fix iptables check when sbin isn't in user PATH (#​9344)
  • Don't create NodePasswordValidationFailed event if agent is disabled (#​9312)
    • The NodePasswordValidationFailed Events will no longer be emitted, if the agent is disabled.
  • Expose rootless state dir under ~/.rancher/k3s/rootless (#​9308)
    • When running k3s in rootless mode, expose rootlesskit's state directory as ~/.rancher/k3s/rootless
  • Expose rootless containerd socket directories for external access (#​9309)
    • Mount k3s rootless containerd & cri-dockerd socket directories to $XDG_RUNTIME_DIR/k3s/containerd and $XDG_RUNTIME_DIR/k3s/cri-dockerd respectively.
  • Bump kine and set NotifyInterval to what the apiserver expects (#​9349)
  • Update Kubernetes to v1.29.2 (#​9493)
  • Fix drone publish for arm (#​9503)
  • Remove failing Drone step (#​9517)
  • Restore original order of agent startup functions (#​9539)
  • Fix netpol startup when flannel is disabled (#​9571)

Embedded Component Versions

Component Version
Kubernetes v1.29.2
Kine v0.11.4
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.11-k3s2
Runc v1.1.12-k3s1
Flannel v0.24.2
Metrics-server v0.6.3
Traefik v2.10.5
CoreDNS v1.10.1
Helm-controller v0.15.8
Local-path-provisioner v0.0.26

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) | patch | `v1.29.1+k3s2` -> `v1.29.2+k3s1` | :warning: **Manual Intervention**: This update needs manual deployment. Please review and take appropriate action. --- ### Release Notes <details> <summary>k3s-io/k3s (k3s-io/k3s)</summary> ### [`v1.29.2+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.29.2%2Bk3s1): v1.29.2+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.29.1+k3s2...v1.29.2+k3s1) <!-- v1.29.2+k3s1 --> This release updates Kubernetes to v1.29.2, 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.29.md#changelog-since-v1291). #### Changes since v1.29.1+k3s2: - Bump Local Path Provisioner version [(#&#8203;8953)](https://github.com/k3s-io/k3s/pull/8953) - Add ability to install K3s PR Artifact from GitHub [(#&#8203;9185)](https://github.com/k3s-io/k3s/pull/9185) - Adds `INSTALL_K3S_PR` option to install a build of K3s from any open PR with CI approval - Bump Trivy version [(#&#8203;9237)](https://github.com/k3s-io/k3s/pull/9237) - Bump codecov/codecov-action from 3 to 4 [(#&#8203;9353)](https://github.com/k3s-io/k3s/pull/9353) - Update stable channel [(#&#8203;9388)](https://github.com/k3s-io/k3s/pull/9388) - Fix snapshot reconcile retry [(#&#8203;9318)](https://github.com/k3s-io/k3s/pull/9318) - Add check for etcd-snapshot-dir and fix panic in Walk [(#&#8203;9317)](https://github.com/k3s-io/k3s/pull/9317) - Bump CNI plugins to v1.4.0 [(#&#8203;9249)](https://github.com/k3s-io/k3s/pull/9249) - Fix issue with coredns node hosts controller [(#&#8203;9354)](https://github.com/k3s-io/k3s/pull/9354) - Fixed issue that could cause coredns pods to fail to start when the embedded helm controller is disabled, due to the configmap not being updated with node hosts entries. - Fix on-demand snapshots on ipv6-only nodes [(#&#8203;9247)](https://github.com/k3s-io/k3s/pull/9247) - Bump flannel version [(#&#8203;9395)](https://github.com/k3s-io/k3s/pull/9395) - Bumped flannel to v0.24.2 - Build: Align drone base images [(#&#8203;8959)](https://github.com/k3s-io/k3s/pull/8959) - Changed how lastHeartBeatTime works in the etcd condition [(#&#8203;9263)](https://github.com/k3s-io/k3s/pull/9263) - Runtimes refactor using exec.LookPath [(#&#8203;9311)](https://github.com/k3s-io/k3s/pull/9311) - Directories containing runtimes need to be included in the $PATH environment variable for effective runtime detection. - Bump cri-dockerd to fix compat with Docker Engine 25 [(#&#8203;9290)](https://github.com/k3s-io/k3s/pull/9290) - Add codcov secret for integration tests on Push [(#&#8203;9422)](https://github.com/k3s-io/k3s/pull/9422) - Allow executors to define `containerd` and `cridockerd` behavior [(#&#8203;9184)](https://github.com/k3s-io/k3s/pull/9184) - Update Kube-router to v2.0.1 [(#&#8203;9396)](https://github.com/k3s-io/k3s/pull/9396) - : Test_UnitApplyContainerdQoSClassConfigFileIfPresent (Created) [(#&#8203;8945)](https://github.com/k3s-io/k3s/pull/8945) - Readd `k3s secrets-encrypt rotate-keys` with correct support for KMSv2 GA [(#&#8203;9340)](https://github.com/k3s-io/k3s/pull/9340) - Fix iptables check when sbin isn't in user PATH [(#&#8203;9344)](https://github.com/k3s-io/k3s/pull/9344) - Don't create NodePasswordValidationFailed event if agent is disabled [(#&#8203;9312)](https://github.com/k3s-io/k3s/pull/9312) - The `NodePasswordValidationFailed` Events will no longer be emitted, if the agent is disabled. - Expose rootless state dir under ~/.rancher/k3s/rootless [(#&#8203;9308)](https://github.com/k3s-io/k3s/pull/9308) - When running k3s in rootless mode, expose rootlesskit's state directory as `~/.rancher/k3s/rootless` - Expose rootless containerd socket directories for external access [(#&#8203;9309)](https://github.com/k3s-io/k3s/pull/9309) - Mount k3s rootless containerd & cri-dockerd socket directories to `$XDG_RUNTIME_DIR/k3s/containerd` and `$XDG_RUNTIME_DIR/k3s/cri-dockerd` respectively. - Bump kine and set NotifyInterval to what the apiserver expects [(#&#8203;9349)](https://github.com/k3s-io/k3s/pull/9349) - Update Kubernetes to v1.29.2 [(#&#8203;9493)](https://github.com/k3s-io/k3s/pull/9493) - Fix drone publish for arm [(#&#8203;9503)](https://github.com/k3s-io/k3s/pull/9503) - Remove failing Drone step [(#&#8203;9517)](https://github.com/k3s-io/k3s/pull/9517) - Restore original order of agent startup functions [(#&#8203;9539)](https://github.com/k3s-io/k3s/pull/9539) - Fix netpol startup when flannel is disabled [(#&#8203;9571)](https://github.com/k3s-io/k3s/pull/9571) #### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.29.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#v1292) | | Kine | [v0.11.4](https://github.com/k3s-io/kine/releases/tag/v0.11.4) | | SQLite | [3.44.0](https://sqlite.org/releaselog/3\_44\_0.html) | | Etcd | [v3.5.9-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.9-k3s1) | | Containerd | [v1.7.11-k3s2](https://github.com/k3s-io/containerd/releases/tag/v1.7.11-k3s2) | | Runc | [v1.1.12-k3s1](https://github.com/k3s-io/runc/releases/tag/v1.1.12-k3s1) | | Flannel | [v0.24.2](https://github.com/flannel-io/flannel/releases/tag/v0.24.2) | | Metrics-server | [v0.6.3](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.3) | | Traefik | [v2.10.5](https://github.com/traefik/traefik/releases/tag/v2.10.5) | | CoreDNS | [v1.10.1](https://github.com/coredns/coredns/releases/tag/v1.10.1) | | Helm-controller | [v0.15.8](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.8) | | Local-path-provisioner | [v0.0.26](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.26) | #### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-03-05 02:01:22 +00:00
smark merged commit eec3113ea1 into main 2024-03-13 08:23:14 +00:00
smark deleted branch renovate/k3s-io-k3s-1.x 2024-03-13 08:23:14 +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#114
No description provided.