v3.1.5
Features
- feat: bring back the
--label
/-l
flag to add docker container labels to k3d node containers (@lionelnicolas, #378)
Bugfixes
- fix:
k3d cluster delete
errored out (non-zero exit code), when no cluster with given name exists- now emits an info log and exits with
0
- now emits an info log and exits with
Misc
- CI/CD: build and push two more docker images (
latest
and$GIT_TAG
, linux-amd64 only):rancher/k3d:latest
: only contains the k3d binary (FROM: scratch
)rancher/k3d:latest-dind
: k3d binary and some tools (incl. kubectl) in adind
container