Skip to content

v3.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 04 Jun 14:07
85132c1

πŸŽ‰ Second Release Candidate of v3.0.0

πŸ†• πŸ†™ Changes since v3.0.0-rc.0

Features

  • new flag --token for k3d 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 with docker 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 in cluster-secret to token (#257, thanks @RouxAntoine)
    • e.g. the container label k3d.cluster.secret is now k3d.cluster.token
    • all related functions and variables have been renamed in the code