v3.0.0-rc.1
Pre-release
Pre-release
π Second Release Candidate of v3.0.0
π π Changes since v3.0.0-rc.0
Features
- new flag
--token
fork3d get clusters
: show the cluster token (#257, thanks @RouxAntoine) k3d load images
can take more than one argument, which can be either image name (e.g.nginx:local
) or filename (e.g.nginx_local.tar
) to load images from the container runtime or from the local filesystem (e.g. tarballs created withdocker save
) (#266
Fixes
- ...
Maintenance
- β Update docker dependencies
README/Docs
- add missing pieces on new features
- add section about
dqlite
known issues to FAQ
Miscellaneous
- Breaking Change: renamed all occurrences of
secret
as incluster-secret
totoken
(#257, thanks @RouxAntoine)- e.g. the container label
k3d.cluster.secret
is nowk3d.cluster.token
- all related functions and variables have been renamed in the code
- e.g. the container label