Skip to content

Releases: k3s-io/k3s

v1.29.4-rc2+k3s1

23 Apr 16:36
Compare
Choose a tag to compare
v1.29.4-rc2+k3s1 Pre-release
Pre-release
Make /db/info available anonymously from localhost

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>

v1.28.9-rc2+k3s1

23 Apr 16:36
Compare
Choose a tag to compare
v1.28.9-rc2+k3s1 Pre-release
Pre-release
Make /db/info available anonymously from localhost

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>

v1.27.13-rc2+k3s1

23 Apr 16:36
Compare
Choose a tag to compare
v1.27.13-rc2+k3s1 Pre-release
Pre-release
Make /db/info available anonymously from localhost

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>

v1.29.4-rc1+k3s1

16 Apr 23:17
d973fad
Compare
Choose a tag to compare
v1.29.4-rc1+k3s1 Pre-release
Pre-release
Update to v1.29.4 (#9960)

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>

v1.28.9-rc1+k3s1

16 Apr 22:20
b33e710
Compare
Choose a tag to compare
v1.28.9-rc1+k3s1 Pre-release
Pre-release
Update to v1.28.9 (#9959)

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>

v1.27.13-rc1+k3s1

16 Apr 21:37
33ee168
Compare
Choose a tag to compare
v1.27.13-rc1+k3s1 Pre-release
Pre-release
Update to v1.27.13 (#9958)

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>

v1.29.3+k3s1

25 Mar 23:06
8aecc26
Compare
Choose a tag to compare

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

Helpful Links

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

v1.29.3-rc1+k3s1

17 Mar 22:00
8aecc26
Compare
Choose a tag to compare
v1.29.3-rc1+k3s1 Pre-release
Pre-release
Update to v1.29.3-k3s1 and Go 1.21.8 (#9747)

v1.28.8+k3s1

25 Mar 23:06
653dd61
Compare
Choose a tag to compare

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

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

Changes since v1.28.7+k3s1:

  • Add an integration test for flannel-backend=none (#9608)
  • Install and Unit test backports (#9641)
  • Update klipper-lb image version (#9605)
  • Chore(deps): Remediating CVE-2023-45142 CVE-2023-48795 (#9647)
  • Adjust first node-ip based on configured clusterCIDR (#9631)
  • Improve tailscale e2e test (#9653)
  • Backports for 2024-03 release cycle (#9669)
    • Fix: use correct wasm shims names
    • 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 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
    • Tweak netpol node wait logs
    • Fix coredns NodeHosts on dual-stack clusters
    • Bump helm-controller/klipper-helm versions
    • Fix snapshot prune
    • Fix issue with etcd node name missing hostname
    • Rootless mode should also bind service nodePort to host for LoadBalancer type, matching UX of rootful mode.
    • To enable raw output for the check-config subcommand, you may now set NO_COLOR=1
    • Fix additional corner cases in registries handling
    • Bump metrics-server to v0.7.0
    • 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.
  • Docker and E2E Test Backports (#9707)
  • Fix wildcard entry upstream fallback (#9733)
  • Update to v1.28.8-k3s1 and Go 1.21.8 (#9746)

Embedded Component Versions

Component Version
Kubernetes v1.28.8
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.28.8-rc1+k3s1

16 Mar 18:46
653dd61
Compare
Choose a tag to compare
v1.28.8-rc1+k3s1 Pre-release
Pre-release
Update to v1.28.8-k3s1 and Go 1.21.8 (#9746)