Skip to content

Releases: k3s-io/k3s

v1.0.0-rc2

14 Nov 02:06
80f81d5
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
Merge pull request #1043 from davidnuzik/building

Add new BUILDING.md with "Building from Source" content from k3s docs

v1.0.0-rc1

13 Nov 17:48
670d4b4
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

This is the first RC for our v1.0.0 release. It does not diverge drastically from v0.10.x. The primary area that has been affected is around HA deployments. The documentation (https://rancher.com/docs/k3s/latest/en/) will be updated to reflect the changes to HA.

v0.11.0-alpha4: Merge pull request #1034 from ibuildthecloud/dqlite2

12 Nov 14:03
c736888
Compare
Choose a tag to compare

v0.11.0-alpha3: Merge pull request #1045 from ibuildthecloud/dqlite4

12 Nov 02:46
e6f8418
Compare
Choose a tag to compare
Add DQLite support but disabled by the build

v0.11.0-alpha2: Merge pull request #1026 from ibuildthecloud/master

09 Nov 00:19
405f85a
Compare
Choose a tag to compare
Add kubelet dir as volume in docker

v0.11.0-alpha1: Merge pull request #1020 from erikwilson/metrics-server-manifest-subdir

07 Nov 21:19
dc0e596
Compare
Choose a tag to compare
Move metrics-server manifests to sub-directory

Release v0.10.2

01 Nov 22:57
8833bfd
Compare
Choose a tag to compare

Release v0.10.2

k3s v0.10.2 is a quick release to address a couple bugs. Thanks again to the community for reporting issues and submitting improvements!

Bugfixes

  • Fix an issue where the containerd version is improperly reported [#1000]
  • Fix an issue where https may be used instead of http when pulling images from localhost [#980]

Release v0.10.1

28 Oct 23:39
7d650d3
Compare
Choose a tag to compare

Release v0.10.1

k3s v0.10.1 provides several import bugfixes. Many thanks to the community for reporting issues and submitting improvements!

Bugfixes

  • Fix an issue where containerd may not start if the --no-flannel flag is used [#941]
  • Fix an issue where arm installs may segfault [#939]
  • Fix issues with rootless mode [#924] [#784]
  • Fix an issue where the RBAC role may be missing for local-path-provisioner [#963]

v0.10.1-rc1: Merge pull request #962 from erikwilson/bump-containerd

25 Oct 20:45
564c1ae
Compare
Choose a tag to compare
Bump containerd to v1.3.0-k3s.4

Release v0.10.0

23 Oct 00:35
f9888ca
Compare
Choose a tag to compare

Release v0.10.0

k3s v0.10.0 provides several big enhancements. A huge thank you to the community for your support and involvement!

The kubelet directory has changed to /var/lib/kubelet/, if using CSI plugins your configuration should be updated to reflect the new kubelet path (CSI plugins are not used in default installs).

You may continue to see old artifacts in /var/lib/rancher/k3s/agent/kubelet/pods/ if upgrading, those files may be safely removed after a node reboot.

Bugfixes

  • Bump containerd/cri version to fix an issue with some images that do not set the PATH [#931]

Features and Enhancements

  • Update to Kubernetes v1.16.2 which resolves CVE-2019-11253 [changelog]
  • Add support for IPSEC and WireGuard [#50] - Provides a --flannel-backend flag for selecting ipsec or wireguard backends, vxlan is currently the default.
  • Add default storage class [#85] - Deploys local-path-provisioner by default, which can be disabled by using the --no-deploy=local-storage flag.
  • Add certificate rotation [#804] - Certificates are automatically rotated on k3s start if they are 90 or less days from expiry.
  • Add support for setting external IP of a node [#534] - Provides an agent --node-external-ip flag to manually set an external ip.
  • Enable Hairpin mode [#582] - Allows a kubernetes service to connect to itself.
  • Process subdirectories for manifests [#892] - Search all files under /var/lib/rancher/k3s/server/manifests/.
  • Allow comma-separated values for the --no-deploy flag [#851] - Allows for multiple no-deploy values, for example: --no-deploy=coredns,traefik
  • Kubelet directory now defaults to /var/lib/kubelet [#840] - Provide a better default for CSI plugins, changing from /var/lib/rancher/k3s/agent/kubelet/.
  • Adds network policy support [#640] - Runs a network policy controller by default, which can be disabled with the server --disable-network-policy flag.