Skip to content

Releases: k3d-io/k3d

v0.2.0

10 Apr 07:20
45eb460
Compare
Choose a tag to compare

What changed?

  • Feature: --wait flag to wait until cluster was successfully created. Combination with --timeout <sec> flag to specify wait timeout
  • Feature: --all/-a flag to handle all clusters at once with delete, start, stop commands
  • Improvement: code refactoring, error handling, logs

Easy installation

  • use the install script to grab the latest release:
    • wget: wget -q -O - https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash
    • curl: curl -s https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash

v0.1.1

05 Apr 12:58
Compare
Choose a tag to compare
  • install script (needs proper version string in executable)
  • l and ls aliases for list command

v0.1.0

04 Apr 09:31
Compare
Choose a tag to compare
  • enhancement: more information on k3d list by leveraging container info
  • feature: --all, -a flag for k3d list to toggle seeing all clusters instead of only running clusters
  • code: cleanup by @ibuildthecloud

v0.0.2 - Default k3s version v0.3.0

03 Apr 09:03
Compare
Choose a tag to compare

You might need to make the downloaded binary executable via chmod +x <path_to_binary>

v0.0.1 - First Release

03 Apr 08:32
Compare
Choose a tag to compare

First Release!