Releases: k3d-io/k3d
Releases · k3d-io/k3d
v4.4.8-rc.3
fix: trim 'v' prefix when getting helper image tag version due to the…
v4.4.8-rc.2
manifests: strip v prefix from semver
[DEVELOPMENT RELEASE] v4.4.8-rc.1
ci/drone: drop k3d image builds for arm as base image doesn't exist f…
[DEVELOPMENT RELEASE] v5.0.0-dev.2
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
[Enhancement] Docs: update for v5 (first iteration) (#682)
v5.0.0-dev.0
cleanup completion functions
v4.4.8-rc.0
v4.4.7
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)
- normalize image names internally, e.g. strip prefixes that docker adds, but that break the process
- see https://k3d.io/usage/commands/k3d_image_import/ for more info
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
v4.4.6
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
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
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