Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency k3s-io/k3s to v1.24.2+k3s1 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
k3s-io/k3s minor v1.23.6+k3s1 -> v1.24.2+k3s1

Release Notes

k3s-io/k3s

v1.24.2+k3s1

Compare Source

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

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

Changes since v1.24.1+k3s1:

  • Remove kube-ipvs0 interface when cleaning up (#​5644)
  • The --flannel-wireguard-mode switch was added to the k3s cli to confgure the wireguard tunnel mode with the wireguard native backend (#​5552)
  • Introduce the flannelcniconf flag to set the desired flannel cni configuration (#​5656)
  • Integration Test: Startup (#​5630)
  • E2E Improvements and groundwork for test-pad tool (#​5593)
  • Update SECURITY.md (#​5607)
  • Introduce --enable-pprof flag to optionally run pprof server (#​5527)
  • E2E: Dualstack test (#​5617)
  • Pods created by ServiceLB are now all placed in the kube-system namespace, instead of in the same namespace as the Service. This allows for enforcing Pod Security Standards in user namespaces without breaking ServiceLB. (#​5657)
  • E2E: testpad prep, add alternate scripts location (#​5692)
  • Add arm tests and upgrade tests (#​5526)
  • Delay service readiness until after startuphooks have finished (#​5649)
  • Disable urfave markdown/man docs generation (#​5566)
  • The embedded etcd snapshot controller will no longer fail to process snapshot files containing characters that are invalid for use in ConfigMap keys. (#​5702)
  • Environment variables prefixed with CONTAINERD_ now take priority over other existing variables, when passed through to containerd. (#​5706)
  • The embedded etcd instance no longer accepts connections from other nodes while resetting or restoring. (#​5542)
  • Enable compatibility tests for k3s s390x (#​5658)
  • Containerd: Enable enable_unprivileged_ports and enable_unprivileged_… (#​5538)
  • The embedded Helm controller now properly updates Chart deployments when HelmChartConfig resources are updated or deleted. (#​5731)
  • Update to v1.24.2 (#​5749)

Embedded Component Versions

Component Version
Kubernetes v1.24.2
Kine v0.9.1
SQLite 3.36.0
Etcd v3.5.3-k3s1
Containerd v1.6.6-k3s1
Runc v1.1.2
Flannel v0.18.1
Metrics-server v0.5.2
Traefik v2.6.2
CoreDNS v1.9.1
Helm-controller v0.12.3
Local-path-provisioner v0.0.21

Helpful Links

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

v1.24.1+k3s1

Compare Source

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

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

Changes since v1.24.0+k3s1:

  • Objects will be removed from Kubernetes when they are removed from manifest files. (#​5560)
  • Remove errant unversioned etcd go.mod entry (#​5548)
  • Pass the node-ip values to kubelet (#​5579)
  • The integrated apiserver network proxy's operational mode can now be set with --egress-selector-mode. (#​5577)
  • remove dweomer from maintainers (#​5582)
  • Bump dynamiclistener to v0.3.3 (#​5554)
  • Update to v1.24.1-k3s1 (#​5616)
  • Re-add --cloud-provider=external kubelet arg (#​5628)
  • Revert "Give kubelet the node-ip value (#​5579)" (#​5636)

Embedded Component Versions

Component Version
Kubernetes v1.24.1
Kine v0.9.1
SQLite 3.36.0
Etcd v3.5.3-k3s1
Containerd v1.5.11-k3s1
Runc v1.1.1
Flannel v0.17.0
Metrics-server v0.5.2
Traefik v2.6.2
CoreDNS v1.9.1
Helm-controller v0.12.1
Local-path-provisioner v0.0.21

Helpful Links

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

v1.23.8+k3s1

Compare Source

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

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

Changes since v1.23.7+k3s1:
  • Remove kube-ipvs0 interface when cleaning up (#​5680)
  • Add FlannelConfCNI flag (#​5682)
  • Integration and E2E test improvements (#​5686)
  • add support for pprof server (#​5690)
  • Disable urfave markdown/man docs generation (#​5700)
  • The embedded etcd snapshot controller will no longer fail to process snapshot files containing characters that are invalid for use in ConfigMap keys. (#​5703)
  • Environment variables prefixed with CONTAINERD_ now take priority over other existing variables, when passed through to containerd. (#​5709)
  • The embedded etcd instance no longer accepts connections from other nodes while resetting or restoring. (#​5694)
  • Delay service readiness until after startuphooks have finished (#​5723)
  • Flannel version update to 0.18.1 and added the ability to configure additional options for wireguard backend (#​5721)
  • Pods created by ServiceLB are now all placed in the kube-system namespace, instead of in the same namespace as the Service. This allows for enforcing Pod Security Standards in user namespaces without breaking ServiceLB. (#​5730)
  • The embedded Helm controller now properly updates Chart deployments when HelmChartConfig resources are updated or deleted. (#​5734)
  • Update to v1.23.8-k3s1 (#​5751)
Embedded Component Versions
Component Version
Kubernetes v1.23.8
Kine v0.9.1
SQLite 3.36.0
Etcd v3.5.4-k3s1
Containerd v1.5.13-k3s1
Runc v1.0.3
Flannel v0.18.1
Metrics-server v0.5.2
Traefik v2.6.2
CoreDNS v1.9.1
Helm-controller v0.12.3
Local-path-provisioner v0.0.21
Helpful Links

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

v1.23.7+k3s1

Compare Source

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

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

Changes since v1.23.6+k3s1:

  • Add CNI Plugins and Flannel version to build scripts
  • CNI plugins binaries now output the correct versions when queried on the command line
  • CNI plugins have been bumped to v1.1.1 (#​5464)
  • K3s now uses the systemd cgroup driver instead of cgroupfs when running under systemd 244 or later. (#​5462)
  • K3s supervisor status errors are now wrapped in Kubernetes API error types, for improved compatibility with Kubernetes client libraries. (#​5519)
  • K3s now supports NATS JetStream as a datastore backend (#​5207)
  • agent(netpol): Explicitly enable IPv4 when necessary (#​5470)
  • Use ListWatch helpers instead of bare List/Watch (#​5487)
  • Users can now install auto-completion using the k3s completion command (#​5461)
  • The embedded kubelet now waits for the apiserver to become available before starting. (#​5518)
  • The K3s supervisor now implements a KEP-1281 compliant apiserver network proxy. (#​5382)
  • Check if user has a correct cluster-cidr and service-cidr config (#​5492)
  • When generating a replacement resolv.conf due to potentially unsuitable nameservers in the host resolv.conf, k3s now logs a warning, and stores the autogenerated configuration file in a more durable location. (#​5531)
  • Fix dual-stack and ipv6 support in traefik ingress (#​5535)
  • Mark v1.23.6+k3s1 stable (#​5529)
  • Objects will be removed from Kubernetes when they are removed from manifest files. (#​5594)
  • The integrated apiserver network proxy's operational mode can now be set with --egress-selector-mode. (#​5603)
  • Update Kubernetes to v1.23.7-k3s1 (#​5614)

Embedded Component Versions

Component Version
Kubernetes v1.23.7
Kine v0.9.1
SQLite 3.36.0
Etcd v3.5.4-k3s1
Containerd v1.5.11-k3s2
Runc v1.0.3
Flannel v0.17.0
Metrics-server v0.5.2
Traefik v2.6.2
CoreDNS v1.9.1
Helm-controller v0.12.1
Local-path-provisioner v0.0.21

Helpful Links

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/k3s-io-k3s-1.x branch from d854f21 to 48728a0 Compare June 27, 2022 23:04
@renovate renovate bot changed the title chore(deps): update dependency k3s-io/k3s to v1.24.1+k3s1 chore(deps): update dependency k3s-io/k3s to v1.24.2+k3s1 Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants