chore: update dependency k3s-io/k3s to v1.29.4+k3s1 #123

Merged
smark merged 1 commit from renovate/k3s-io-k3s-1.x into main 2024-05-06 10:03:18 +00:00
Owner

This PR contains the following updates:

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

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


Release Notes

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

v1.29.4+k3s1: v1.29.4+k3s1

Compare Source

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

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

Changes since v1.29.3+k3s1:

  • Send error response if member list cannot be retrieved (#​9722)
  • Respect cloud-provider fields set by kubelet (#​9721)
    • The k3s stub cloud provider now respects the kubelet's requested provider-id, instance type, and topology labels
  • Fix error when image has already been pulled (#​9770)
  • Add a new error when kine is with disable apiserver or disable etcd (#​9766)
  • Bump k3s-root to v0.13.0 (#​9718)
  • Use ubuntu latest for better golang caching keys (#​9711)
  • Bump Trivy version (#​9780)
  • Move to ubuntu 23.10 for E2E tests (#​9755)
  • Update channel server (#​9808)
  • Add /etc/passwd and /etc/group to k3s docker image (#​9784)
  • Fix etcd snapshot reconcile for agentless servers (#​9809)
  • Add health-check support to loadbalancer (#​9757)
  • Add tls for kine (#​9572)
    • Kine is now able to use TLS
  • Transition from deprecated pointer library to ptr (#​9801)
  • Remove old pinned dependencies (#​9806)
  • Several E2E Matrix improvments (#​9802)
  • Add certificate expiry check, events, and metrics (#​9772)
  • Add updatecli policy to update k3s-root (#​9844)
  • Bump Trivy version (#​9840)
  • Add workaround for containerd hosts.toml bug when passing config for default registry endpoint (#​9853)
  • Fix: agent volume in example docker compose (#​9838)
  • Bump spegel to v0.0.20-k3s1 (#​9863)
  • Add supervisor cert/key to rotate list (#​9832)
  • Add quotes to avoid useless updatecli updates (#​9877)
  • Bump containerd and cri-dockerd (#​9886)
    • The embedded containerd has been bumped to v1.7.15
    • The embedded cri-dockerd has been bumped to v0.3.12
  • Move etcd snapshot management CLI to request/response (#​9816)
    • The k3s etcd-snapshot command has been reworked for improved consistency. All snapshots operations are now performed by the server process, with the CLI acting as a client to initiate and report results. As a side effect, the CLI is now less noisy when managing snapshots.
  • Improve etcd load-balancer startup behavior (#​9883)
  • Actually fix agent certificate rotation (#​9902)
  • Bump latest to v1.29.3+k3s1 (#​9909)
  • Update packaged manifests (#​9920)
    • Traefik has been bumped to v2.10.7.
    • Traefik pod annotations are now set properly in the default chart values.
    • The system-default-registry value now supports RFC2732 IPv6 literals.
    • The local-path provisioner now defaults to creating local volumes, instead of hostPath.
  • Allow Local path provisioner to read helper logs (#​9835)
  • Update kube-router to v2.1.0 (#​9926)
  • Match setup-go caching key in GitHub Actions (#​9890)
  • Add startup testlet on preloaded images (#​9941)
  • Update to v1.29.4-k3s1 and Go 1.21.9 (#​9960)
  • Fix on-demand snapshots timing out; not honoring folder (#​9984)
  • Make /db/info available anonymously from localhost (#​10001)

Embedded Component Versions

Component Version
Kubernetes v1.29.4
Kine v0.11.7
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.15-k3s1
Runc v1.1.12
Flannel v0.24.2
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.15.9
Local-path-provisioner v0.0.26

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

v1.29.3+k3s1: v1.29.3+k3s1

Compare Source

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

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

Changes since v1.29.2+k3s1:

  • Testing ADR (#​9562)
  • Unit Testing Matrix and Actions bump (#​9479)
  • Update install test OS matrix (#​9480)
  • Update klipper-lb image version (#​9488)
  • Add an integration test for flannel-backend=none (#​9582)
  • Better GitHub CI caching strategy for golang (#​9495)
  • Correct formatting of GH PR sha256sum artifact (#​9472)
  • Rootless mode also bind service nodePort to host for LoadBalancer type (#​9512)
    • Rootless mode should also bind service nodePort to host for LoadBalancer type, matching UX of rootful mode.
  • Fix coredns NodeHosts on dual-stack clusters (#​9584)
  • Tweak netpol node wait logs (#​9581)
  • Fix issue with etcd node name missing hostname (#​9522)
  • Bump helm-controller/klipper-helm versions (#​9595)
  • Update stable channel to v1.28.7+k3s1 (#​9615)
  • Reenable Install and Snapshotter Testing (#​9601)
  • Move docker tests into tests folder (#​9555)
  • Fix setup-go typo (#​9634)
  • Fix additional corner cases in registries handling (#​9556)
  • Fix snapshot prune (#​9502)
  • Use and version flannel/cni-plugin properly (#​9635)
    • The embedded flannel cni-plugin binary is now built and versioned separate from the rest of the cni plugins and the embedded flannel controller.
  • Bump spegel (#​9599)
    • Bump spegel to v0.0.18-k3s3
    • Adds wildcard registry support
    • Fixes issue with excessive CPU utilization while waiting for containerd to start
    • Add env var to allow spegel mirroring of latest tag
  • Chore(deps): Remediating CVEs found by trivy; CVE-2023-45142 on otelrestful and CVE-2023-48795 on golang.org/x/crypto (#​9513)
  • Fix: use correct wasm shims names (#​9519)
  • Fix wildcard with embbeded registry test (#​9649)
  • Disable color outputs using NO_COLOR env var (#​9357)
    • To enable raw output for the check-config subcommand, you may now set NO_COLOR=1
  • Improve tailscale e2e test (#​9586)
  • Adjust first node-ip based on configured clusterCIDR (#​9520)
  • Bump Trivy version (#​9528)
  • Include flannel version in flannel cni plugin version (#​9648)
    • The flannel controller version is now reported as build metadata on the flannel cni plugin version.
  • Enable E2E tests on GitHub Actions (#​9660)
  • Bump metrics-server to v0.7.0 (#​9673)
  • Bump upload and download actions to v4 (#​9666)
  • Warn and suppress duplicate registry mirror endpoints (#​9697)
    • K3s will now warn and suppress duplicate entries in the mirror endpoint list for a registry. Containerd does not support listing the same endpoint multiple times as a mirror for a single upstream registry.
  • Remove repetitive words (#​9671)
  • Run Subset of Docker tests in GitHub Actions (#​9698)
  • Fix wildcard entry upstream fallback (#​9729)
  • Update to v1.29.3-k3s1 and Go 1.21.8 (#​9747)

Embedded Component Versions

Component Version
Kubernetes v1.29.3
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.7.0
Traefik v2.10.5
CoreDNS v1.10.1
Helm-controller v0.15.9
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.2+k3s1` -> `v1.29.4+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.4+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.29.4%2Bk3s1): v1.29.4+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.29.3+k3s1...v1.29.4+k3s1) <!-- v1.29.4+k3s1 --> This release updates Kubernetes to v1.29.4, 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-v1293). #### Changes since v1.29.3+k3s1: - Send error response if member list cannot be retrieved [(#&#8203;9722)](https://github.com/k3s-io/k3s/pull/9722) - Respect cloud-provider fields set by kubelet [(#&#8203;9721)](https://github.com/k3s-io/k3s/pull/9721) - The k3s stub cloud provider now respects the kubelet's requested provider-id, instance type, and topology labels - Fix error when image has already been pulled [(#&#8203;9770)](https://github.com/k3s-io/k3s/pull/9770) - Add a new error when kine is with disable apiserver or disable etcd [(#&#8203;9766)](https://github.com/k3s-io/k3s/pull/9766) - Bump k3s-root to v0.13.0 [(#&#8203;9718)](https://github.com/k3s-io/k3s/pull/9718) - Use ubuntu latest for better golang caching keys [(#&#8203;9711)](https://github.com/k3s-io/k3s/pull/9711) - Bump Trivy version [(#&#8203;9780)](https://github.com/k3s-io/k3s/pull/9780) - Move to ubuntu 23.10 for E2E tests [(#&#8203;9755)](https://github.com/k3s-io/k3s/pull/9755) - Update channel server [(#&#8203;9808)](https://github.com/k3s-io/k3s/pull/9808) - Add /etc/passwd and /etc/group to k3s docker image [(#&#8203;9784)](https://github.com/k3s-io/k3s/pull/9784) - Fix etcd snapshot reconcile for agentless servers [(#&#8203;9809)](https://github.com/k3s-io/k3s/pull/9809) - Add health-check support to loadbalancer [(#&#8203;9757)](https://github.com/k3s-io/k3s/pull/9757) - Add tls for kine [(#&#8203;9572)](https://github.com/k3s-io/k3s/pull/9572) - Kine is now able to use TLS - Transition from deprecated pointer library to ptr [(#&#8203;9801)](https://github.com/k3s-io/k3s/pull/9801) - Remove old pinned dependencies [(#&#8203;9806)](https://github.com/k3s-io/k3s/pull/9806) - Several E2E Matrix improvments [(#&#8203;9802)](https://github.com/k3s-io/k3s/pull/9802) - Add certificate expiry check, events, and metrics [(#&#8203;9772)](https://github.com/k3s-io/k3s/pull/9772) - Add updatecli policy to update k3s-root [(#&#8203;9844)](https://github.com/k3s-io/k3s/pull/9844) - Bump Trivy version [(#&#8203;9840)](https://github.com/k3s-io/k3s/pull/9840) - Add workaround for containerd hosts.toml bug when passing config for default registry endpoint [(#&#8203;9853)](https://github.com/k3s-io/k3s/pull/9853) - Fix: agent volume in example docker compose [(#&#8203;9838)](https://github.com/k3s-io/k3s/pull/9838) - Bump spegel to v0.0.20-k3s1 [(#&#8203;9863)](https://github.com/k3s-io/k3s/pull/9863) - Add supervisor cert/key to rotate list [(#&#8203;9832)](https://github.com/k3s-io/k3s/pull/9832) - Add quotes to avoid useless updatecli updates [(#&#8203;9877)](https://github.com/k3s-io/k3s/pull/9877) - Bump containerd and cri-dockerd [(#&#8203;9886)](https://github.com/k3s-io/k3s/pull/9886) - The embedded containerd has been bumped to v1.7.15 - The embedded cri-dockerd has been bumped to v0.3.12 - Move etcd snapshot management CLI to request/response [(#&#8203;9816)](https://github.com/k3s-io/k3s/pull/9816) - The `k3s etcd-snapshot` command has been reworked for improved consistency. All snapshots operations are now performed by the server process, with the CLI acting as a client to initiate and report results. As a side effect, the CLI is now less noisy when managing snapshots. - Improve etcd load-balancer startup behavior [(#&#8203;9883)](https://github.com/k3s-io/k3s/pull/9883) - Actually fix agent certificate rotation [(#&#8203;9902)](https://github.com/k3s-io/k3s/pull/9902) - Bump latest to v1.29.3+k3s1 [(#&#8203;9909)](https://github.com/k3s-io/k3s/pull/9909) - Update packaged manifests [(#&#8203;9920)](https://github.com/k3s-io/k3s/pull/9920) - Traefik has been bumped to v2.10.7. - Traefik pod annotations are now set properly in the default chart values. - The system-default-registry value now supports RFC2732 IPv6 literals. - The local-path provisioner now defaults to creating `local` volumes, instead of `hostPath`. - Allow Local path provisioner to read helper logs [(#&#8203;9835)](https://github.com/k3s-io/k3s/pull/9835) - Update kube-router to v2.1.0 [(#&#8203;9926)](https://github.com/k3s-io/k3s/pull/9926) - Match setup-go caching key in GitHub Actions [(#&#8203;9890)](https://github.com/k3s-io/k3s/pull/9890) - Add startup testlet on preloaded images [(#&#8203;9941)](https://github.com/k3s-io/k3s/pull/9941) - Update to v1.29.4-k3s1 and Go 1.21.9 [(#&#8203;9960)](https://github.com/k3s-io/k3s/pull/9960) - Fix on-demand snapshots timing out; not honoring folder [(#&#8203;9984)](https://github.com/k3s-io/k3s/pull/9984) - Make `/db/info` available anonymously from localhost [(#&#8203;10001)](https://github.com/k3s-io/k3s/pull/10001) #### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.29.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#v1294) | | Kine | [v0.11.7](https://github.com/k3s-io/kine/releases/tag/v0.11.7) | | 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.15-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.15-k3s1) | | Runc | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | | Flannel | [v0.24.2](https://github.com/flannel-io/flannel/releases/tag/v0.24.2) | | Metrics-server | [v0.7.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.0) | | Traefik | [v2.10.7](https://github.com/traefik/traefik/releases/tag/v2.10.7) | | CoreDNS | [v1.10.1](https://github.com/coredns/coredns/releases/tag/v1.10.1) | | Helm-controller | [v0.15.9](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.9) | | 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) ### [`v1.29.3+k3s1`](https://github.com/k3s-io/k3s/releases/tag/v1.29.3%2Bk3s1): v1.29.3+k3s1 [Compare Source](https://github.com/k3s-io/k3s/compare/v1.29.2+k3s1...v1.29.3+k3s1) <!-- v1.29.3+k3s1 --> This release updates Kubernetes to v1.29.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.29.md#changelog-since-v1292). #### Changes since v1.29.2+k3s1: - Testing ADR [(#&#8203;9562)](https://github.com/k3s-io/k3s/pull/9562) - Unit Testing Matrix and Actions bump [(#&#8203;9479)](https://github.com/k3s-io/k3s/pull/9479) - Update install test OS matrix [(#&#8203;9480)](https://github.com/k3s-io/k3s/pull/9480) - Update klipper-lb image version [(#&#8203;9488)](https://github.com/k3s-io/k3s/pull/9488) - Add an integration test for flannel-backend=none [(#&#8203;9582)](https://github.com/k3s-io/k3s/pull/9582) - Better GitHub CI caching strategy for golang [(#&#8203;9495)](https://github.com/k3s-io/k3s/pull/9495) - Correct formatting of GH PR sha256sum artifact [(#&#8203;9472)](https://github.com/k3s-io/k3s/pull/9472) - Rootless mode also bind service nodePort to host for LoadBalancer type [(#&#8203;9512)](https://github.com/k3s-io/k3s/pull/9512) - Rootless mode should also bind service nodePort to host for LoadBalancer type, matching UX of rootful mode. - Fix coredns NodeHosts on dual-stack clusters [(#&#8203;9584)](https://github.com/k3s-io/k3s/pull/9584) - Tweak netpol node wait logs [(#&#8203;9581)](https://github.com/k3s-io/k3s/pull/9581) - Fix issue with etcd node name missing hostname [(#&#8203;9522)](https://github.com/k3s-io/k3s/pull/9522) - Bump helm-controller/klipper-helm versions [(#&#8203;9595)](https://github.com/k3s-io/k3s/pull/9595) - Update stable channel to v1.28.7+k3s1 [(#&#8203;9615)](https://github.com/k3s-io/k3s/pull/9615) - Reenable Install and Snapshotter Testing [(#&#8203;9601)](https://github.com/k3s-io/k3s/pull/9601) - Move docker tests into tests folder [(#&#8203;9555)](https://github.com/k3s-io/k3s/pull/9555) - Fix setup-go typo [(#&#8203;9634)](https://github.com/k3s-io/k3s/pull/9634) - Fix additional corner cases in registries handling [(#&#8203;9556)](https://github.com/k3s-io/k3s/pull/9556) - Fix snapshot prune [(#&#8203;9502)](https://github.com/k3s-io/k3s/pull/9502) - Use and version flannel/cni-plugin properly [(#&#8203;9635)](https://github.com/k3s-io/k3s/pull/9635) - The embedded flannel cni-plugin binary is now built and versioned separate from the rest of the cni plugins and the embedded flannel controller. - Bump spegel [(#&#8203;9599)](https://github.com/k3s-io/k3s/pull/9599) - Bump spegel to v0.0.18-k3s3 - Adds wildcard registry support - Fixes issue with excessive CPU utilization while waiting for containerd to start - Add env var to allow spegel mirroring of latest tag - Chore(deps): Remediating CVEs found by trivy; CVE-2023-45142 on otelrestful and CVE-2023-48795 on golang.org/x/crypto [(#&#8203;9513)](https://github.com/k3s-io/k3s/pull/9513) - Fix: use correct wasm shims names [(#&#8203;9519)](https://github.com/k3s-io/k3s/pull/9519) - Fix wildcard with embbeded registry test [(#&#8203;9649)](https://github.com/k3s-io/k3s/pull/9649) - Disable color outputs using `NO_COLOR` env var [(#&#8203;9357)](https://github.com/k3s-io/k3s/pull/9357) - To enable raw output for the `check-config` subcommand, you may now set NO_COLOR=1 - Improve tailscale e2e test [(#&#8203;9586)](https://github.com/k3s-io/k3s/pull/9586) - Adjust first node-ip based on configured clusterCIDR [(#&#8203;9520)](https://github.com/k3s-io/k3s/pull/9520) - Bump Trivy version [(#&#8203;9528)](https://github.com/k3s-io/k3s/pull/9528) - Include flannel version in flannel cni plugin version [(#&#8203;9648)](https://github.com/k3s-io/k3s/pull/9648) - The flannel controller version is now reported as build metadata on the flannel cni plugin version. - Enable E2E tests on GitHub Actions [(#&#8203;9660)](https://github.com/k3s-io/k3s/pull/9660) - Bump metrics-server to v0.7.0 [(#&#8203;9673)](https://github.com/k3s-io/k3s/pull/9673) - Bump upload and download actions to v4 [(#&#8203;9666)](https://github.com/k3s-io/k3s/pull/9666) - Warn and suppress duplicate registry mirror endpoints [(#&#8203;9697)](https://github.com/k3s-io/k3s/pull/9697) - K3s will now warn and suppress duplicate entries in the mirror endpoint list for a registry. Containerd does not support listing the same endpoint multiple times as a mirror for a single upstream registry. - Remove repetitive words [(#&#8203;9671)](https://github.com/k3s-io/k3s/pull/9671) - Run Subset of Docker tests in GitHub Actions [(#&#8203;9698)](https://github.com/k3s-io/k3s/pull/9698) - Fix wildcard entry upstream fallback [(#&#8203;9729)](https://github.com/k3s-io/k3s/pull/9729) - Update to v1.29.3-k3s1 and Go 1.21.8 [(#&#8203;9747)](https://github.com/k3s-io/k3s/pull/9747) #### Embedded Component Versions | Component | Version | |---|---| | Kubernetes | [v1.29.3](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#v1293) | | 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/opencontainers/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.7.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.0) | | 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.9](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.9) | | 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot added 1 commit 2024-04-27 02:00:58 +00:00
smark merged commit adfd98283c into main 2024-05-06 10:03:18 +00:00
smark deleted branch renovate/k3s-io-k3s-1.x 2024-05-06 10:03:18 +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#123
No description provided.