Skip to content

Releases: k3d-io/k3d

v4.4.8-rc.3

24 Aug 06:21
6a58a9f
Compare
Choose a tag to compare
v4.4.8-rc.3 Pre-release
Pre-release
fix: trim 'v' prefix when getting helper image tag version due to the…

v4.4.8-rc.2

18 Aug 17:44
af82c13
Compare
Choose a tag to compare
v4.4.8-rc.2 Pre-release
Pre-release
manifests: strip v prefix from semver

[DEVELOPMENT RELEASE] v4.4.8-rc.1

18 Aug 16:10
093b4e5
Compare
Choose a tag to compare
Pre-release
ci/drone: drop k3d image builds for arm as base image doesn't exist f…

[DEVELOPMENT RELEASE] v5.0.0-dev.2

23 Jul 08:38
ed7db5d
Compare
Choose a tag to compare
Pre-release

Changes since previous v5 dev release

  • fix: log level lost between cmd (cli) and pkg (package) level -> --trace and --verbose didn't have any effect
  • fix: cluster delete not working, if cluster creation was aborted/crashed early -> loadbalancer config was required to fetch a cluster, but didn't exist yet
  • refactor: rootCmd now uses the same initialization function as all other commands

v5.0.0-dev.1

21 Jul 08:54
a5c1d3b
Compare
Choose a tag to compare
v5.0.0-dev.1 Pre-release
Pre-release
[Enhancement] Docs: update for v5 (first iteration) (#682)

v5.0.0-dev.0

20 Jul 20:28
b94a057
Compare
Choose a tag to compare
v5.0.0-dev.0 Pre-release
Pre-release
cleanup completion functions

v4.4.8-rc.0

20 Jul 11:40
7754d4e
Compare
Choose a tag to compare
v4.4.8-rc.0 Pre-release
Pre-release

Testing #679 to fix #675

v4.4.7

09 Jul 06:48
a464bcd
Compare
Choose a tag to compare

v4.4.7

Features / Enhancements

  • new flag: k3d image import --keep-tools to not delete the tools node container after importing the image(s) (#672)
  • improve image name handling when importing images (#653, @cimnine)

Fixes

  • Use default gateway, when bridge network doesn't have it (#666, @kuritka)
  • Start an existing, but not running tools node to re-use it when importing an image (#672)

Misc

  • deps: switching back to upstream viper including the StringArray fix
  • docs: reference to "nolar/setup-k3d-k3s" step for GitHub Actions (#668, @nolar)
  • docs: updated and simplified CUDA guide (#662, @vainkop) (#669)

v4.4.6

16 Jun 13:34
ef33d36
Compare
Choose a tag to compare

v4.4.6

Fixes

  • fix an issue where the cluster creation would stall waiting for the starting worker processes log message from the loadbalancer/serverlb
    • this was likely caused by a rounding issue when asking docker to get the container logs starting at a specific timestamp
    • we now drop subsecond precision for this to avoid the rounding issue, which was confirmed to work
    • see issues #592 & #621

Misc

  • to debug the issue mentioned above, we introduced a new environment variable K3D_LOG_NODE_WAIT_LOGS, which can be set to a list of node roles (e.g. K3D_LOG_NODE_WAIT_LOGS=loadbalancer,agent) to output the container logs that k3d inspects

v4.4.5

13 Jun 14:03
e3d735b
Compare
Choose a tag to compare

v4.4.5

Fixes

  • overall: use the getDockerClient helper function everywhere to e.g. support docker via ssh everywhere
  • nodeCreate: do not copy meminfo/edac volume mounts from existing nodes, to avoid conflicts with generated mounts
  • kubeconfig: fix file handling on windows (#626 + #628, @dragonflylee)

Misc

  • docs: add FAQ entry on nf_conntrack_max: permission denied issue from kube-proxy (#607)
  • docs: cleanup, fix formatting, etc.
  • license: update to include 2021 in time range
  • docs: link to AutoK3s (#614, @JacieChao)
  • tests/e2e: update the list of tested k3s versions