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

feat(github-release): update k3s-io/k3s to v1.30.1+k3s1 #3363

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

Conversation

bot-x-mod[bot]
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 4, 2024

This PR contains the following updates:

Package Update Change
k3s-io/k3s minor v1.29.1+k3s2 -> v1.30.1+k3s1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.30.1+k3s1: v1.30.1+k3s1

Compare Source

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

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

Changes since v1.30.0+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.30.1
Kine v0.11.8-0.20240430184817-f9ce6f8da97b
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.15-k3s1
Runc v1.1.12-k3s1
Flannel v0.24.2
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.1-0.20240502205943-2f32059d43e6
Local-path-provisioner v0.0.26
Helpful Links

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

What's Changed

Full Changelog: k3s-io/k3s@v1.30.0+k3s1...v1.30.1+k3s1

v1.30.0+k3s1: v1.30.0+k3s1

Compare Source

This release is K3S's first in the v1.30 line. This release updates Kubernetes to v1.30.0.

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

Changes since v1.29.4+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.30.0
Kine v0.11.8
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.16.1
Local-path-provisioner v0.0.26
Helpful Links

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

v1.29.5+k3s1: v1.29.5+k3s1

Compare Source

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

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

Changes since v1.29.4+k3s1:
Embedded Component Versions
Component Version
Kubernetes v1.29.5
Kine v0.11.7
SQLite 3.44.0
Etcd v3.5.9-k3s1
Containerd v1.7.15-k3s1
Runc v1.1.12-k3s1
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
Helpful Links

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

What's Changed

Full Changelog: k3s-io/k3s@v1.29.4+k3s1...v1.29.5+k3s1

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 improvements (#​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
Helpful Links

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 embedded 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
Helpful Links

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

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
Helpful Links

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.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 4, 2024

--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/server

+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/server

@@ -31,8 +31,8 @@

     key: node-role.kubernetes.io/etcd
     operator: Exists
   - key: CriticalAddonsOnly
     operator: Exists
   upgrade:
     image: rancher/k3s-upgrade
-  version: v1.29.1+k3s2
+  version: v1.30.1+k3s1
 
--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/agent

+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/agent

@@ -19,8 +19,8 @@

     - prepare
     - server
     image: rancher/k3s-upgrade
   serviceAccountName: system-upgrade
   upgrade:
     image: rancher/k3s-upgrade
-  version: v1.29.1+k3s2
+  version: v1.30.1+k3s1
 

@bot-x-mod bot-x-mod bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from f78416a to 3226123 Compare March 27, 2024 22:19
@bot-x-mod bot-x-mod bot changed the title fix(github-release): update k3s-io/k3s to v1.29.2+k3s1 fix(github-release): update k3s-io/k3s to v1.29.3+k3s1 Mar 27, 2024
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 3226123 to a64d655 Compare April 26, 2024 23:19
@bot-x-mod bot-x-mod bot changed the title fix(github-release): update k3s-io/k3s to v1.29.3+k3s1 fix(github-release): update k3s-io/k3s to v1.29.4+k3s1 Apr 26, 2024
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from a64d655 to 90fbb1f Compare May 10, 2024 20:20
@bot-x-mod bot-x-mod bot changed the title fix(github-release): update k3s-io/k3s to v1.29.4+k3s1 feat(github-release): update k3s-io/k3s to v1.30.0+k3s1 May 10, 2024
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-k3s-io-k3s-1.x branch from 90fbb1f to 1281359 Compare May 28, 2024 16:27
@bot-x-mod bot-x-mod bot changed the title feat(github-release): update k3s-io/k3s to v1.30.0+k3s1 feat(github-release): update k3s-io/k3s to v1.30.1+k3s1 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants