Skip to content

v1.2.2-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 22 May 07:54
3947baf

Code

  • [DEPRECATION] we deprecated the --timeout flag for k3d create and merged the functionality into the --wait flag.
    • new usage: k3d create --wait <seconds>, where --wait 0 means wait indefinitely
  • [ENHANCEMENT] Each possible failure during the cluster creation process will result in a full rollback
  • [FEATURE] new flag --auto-restart for the k3d create command, instructing docker to restart the cluster in case of non-manually induced stops (= unless-stopped)

Non-Code

  • [DOCS] we refactored the README and separated sections for documentation in the docs/ directory
  • [PROJECT] we introduced issue templates for bug reports and feature requests to enable us to act faster on them without having to request more information first

As usual, feedback is very welcome :)