Skip to content

Releases: k3s-io/k3s

v1.29.9-rc2+k3s1

18 Sep 00:28
e92d3b3
Compare
Choose a tag to compare
v1.29.9-rc2+k3s1 Pre-release
Pre-release
[release-1.29] Update Kubernetes to v1.29.9-k3s2 (#10908)

Signed-off-by: Brooks Newberry <[email protected]>
Co-authored-by: Derek Nola <[email protected]>
Co-authored-by: Brad Davidson <[email protected]>

v1.28.14+k3s1

19 Sep 22:15
3ef2bdb
Compare
Choose a tag to compare

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

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

Changes since v1.28.13+k3s1:

  • Testing Backports for 2024-09 (#10804)
    • Update to newer OS images for install testing
    • Fix caching name for e2e vagrant box
    • Fix deploy latest commit on E2E tests
    • DRY E2E Upgrade test setup
    • Cover edge case when on new minor release for E2E upgrade test
  • Update CNI plugins version (#10820)
  • Backports for 2024-09 (#10845)
  • Fix hosts.toml header var (#10874)
  • Update to v1.28.14-k3s1 and Go 1.22.6 (#10884)
  • Update Kubernetes to v1.28.14-k3s2 (#10907)

Embedded Component Versions

Component Version
Kubernetes v1.28.14
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.21-k3s2.28
Runc v1.1.14
Flannel v0.25.6
Metrics-server v0.7.2
Traefik v2.11.8
CoreDNS v1.11.3
Helm-controller v0.15.13
Local-path-provisioner v0.0.28

Helpful Links

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

v1.28.14-rc2+k3s1

18 Sep 00:28
3ef2bdb
Compare
Choose a tag to compare
v1.28.14-rc2+k3s1 Pre-release
Pre-release
[release-1.28] Update Kubernetes to v1.28.14-k3s2 (#10907)

Signed-off-by: Brooks Newberry <[email protected]>
Co-authored-by: Derek Nola <[email protected]>
Co-authored-by: Brad Davidson <[email protected]>

v1.31.1-rc1+k3s1

16 Sep 15:41
9ae2c39
Compare
Choose a tag to compare
v1.31.1-rc1+k3s1 Pre-release
Pre-release
Update Kubernetes to v1.31.1 (#10895)

* update Kubernetes to v1.31.1 and Go to 1.22.6

Signed-off-by: Brooks Newberry <[email protected]>

v1.30.5-rc1+k3s1

13 Sep 19:50
dbbb73e
Compare
Choose a tag to compare
v1.30.5-rc1+k3s1 Pre-release
Pre-release
Update to v1.30.5 (#10888)

v1.29.9-rc1+k3s1

13 Sep 19:50
f8d4f6c
Compare
Choose a tag to compare
v1.29.9-rc1+k3s1 Pre-release
Pre-release
Update to v1.29.9 (#10885)

v1.28.14-rc1+k3s1

13 Sep 19:49
433c03b
Compare
Choose a tag to compare
v1.28.14-rc1+k3s1 Pre-release
Pre-release
Update to v1.28.14 (#10884)

v1.31.0+k3s1

02 Sep 21:09
34be6d9
Compare
Choose a tag to compare

This release is K3S's first in the v1.31 line. This release updates Kubernetes to v1.31.0.

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

Changes since v1.30.4+k3s1:

  • Move test-compat docker test to GHA (#10414)
  • Check for bad token permissions when install via PR (#10387)
  • Bump k3s-root to v0.14.0 (#10466)
    • The k3s bundled userspace has been bumped to a release based on buildroot 2024.02.3, addressing several CVEs in busybox and coreutils.
  • Fix INSTALL_K3S_PR support (#10472)
  • Add data-dir to uninstall and killall scripts (#10473)
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#10400)
  • Bump golang:alpine image version (#10359)
  • Bump Local Path Provisioner version (#10394)
  • Ensure remotedialer kubelet connections use kubelet bind address (#10480)
    • Fixed an issue where setting the --bind-address flag to a non-loopback or wildcard address would prevent kubectl logs from working properly.
  • Bump Trivy version (#10339)
  • Add etcd s3 config secret implementation (#10340)
    • A proxy can now be configured for use when uploading etcd snapshots to a s3-compatible storage service. This overrides any proxy settings passed via environment variables.
    • Credentials and endpoint configuration for storing etcd snapshots on a s3-compatible storage service can now be read from a Secret, instead of passing them via the CLI or config file. See https://github.com/k3s-io/k3s/blob/master/docs/adrs/etcd-s3-secret.md for more information.
  • For E2E upgrade test, automatically determine the channel to use (#10461)
  • Bump kine to v0.11.11 (#10494)
  • Fix loadbalancer reentrant rlock (#10511)
    • Fixed an issue that could cause the agent loadbalancer to deadlock when the currently in-use server goes down.
  • Don't use server value from config file for etcd-snapshot commands (#10514)
    • The --server and --token flags for the k3s etcd-snapshot command have been renamed to --etcd-server and --etcd-token, to avoid unintentionally running snapshot management commands against a remote node when the cluster join address or token are present in a config file.
  • Use pagination when listing large numbers of resources (#10527)
  • Fix multiple issues with servicelb (#10552)
    • Fixed issue that caused ServiceLB to fail to create a daemonset for services with long names
    • Fixed issue that caused ServiceLB pods to crashloop on nodes with ipv6 disabled at the kernel level
  • Enhance E2E Hardened option (#10558)
  • Allow Pprof and Superisor metrics in standalone mode (#10576)
  • Use higher QPS for secrets reencryption (#10571)
  • Fix issues loading data-dir value from env vars or dropin config files (#10591)
  • Remove deprecated use of wait. functions (#10546)
  • Wire lasso metrics up to metrics endpoint (#10528)
  • Update stable channel to v1.30.3+k3s1 (#10647)
  • Bump docker/docker to v25.0.6 (#10642)
  • Add a change for killall to not unmount server and agent directory (#10403)
  • Allow edge case OS rpm installs (#10680)
  • Bump containerd to v1.7.20 (#10659)
  • Update to newer OS images for install testing (#10681)
  • Bump helm-controller to v0.16.3 to drop Helm v2 support (#10628)
  • Add toleration support to ServiceLB DaemonSet (#10687)
      • New Feature: Users can now define Kubernetes tolerations for ServiceLB DaemonSet directly in the svccontroller.k3s.cattle.io/tolerations annotation on services.
  • Fix: Add $SUDO prefix to transactional-update commands in install script (#10531)
  • Update to v1.30.3-k3s1 and Go 1.22.5 (#10707)
  • Fix caching name for e2e vagrant box (#10695)
  • Fix k3s-killall.sh support for custom data dir (#10709)
  • Adding MariaDB to README.md (#10717)
  • Bump Trivy version (#10670)
  • V1.31.0-k3s1 (#10715)
  • Update kubernetes to v1.31.0-k3s3 (#10780)

Embedded Component Versions

Component Version
Kubernetes v1.31.0
Kine v0.12.0
SQLite 3.44.0
Etcd v3.5.13-k3s1
Containerd v1.7.20-k3s1
Runc v1.1.12
Flannel v0.25.4
Metrics-server v0.7.0
Traefik v2.10.7
CoreDNS v1.10.1
Helm-controller v0.16.3
Local-path-provisioner v0.0.28

Helpful Links

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

v1.31.0-rc2+k3s1

29 Aug 22:47
34be6d9
Compare
Choose a tag to compare
v1.31.0-rc2+k3s1 Pre-release
Pre-release
Update kubernetes to v1.31.0-k3s3 (#10780)

Signed-off-by: galal-hussein <[email protected]>

v1.31.0-rc1+k3s1

26 Aug 16:48
Compare
Choose a tag to compare
v1.31.0-rc1+k3s1 Pre-release
Pre-release
Bump go dependencies to match upstream 1.31

Signed-off-by: Derek Nola <[email protected]>