Skip to content

Releases: k3d-io/k3d

Rewrite-Release Beta

23 Apr 09:36
Compare
Choose a tag to compare
Rewrite-Release Beta Pre-release
Pre-release

This is a beta release of the new version which is not relying on the docker and docker-compose executables anymore but leverages the docker client SDK to call the docker API directly.

First release in Rancher space! Renaming and Features

12 Apr 06:12
38dd375
Compare
Choose a tag to compare

What changed?

  • Migration from iwilltry42/k3d to rancher/k3d
  • Re-ordered the arguments for the docker command in CreateCluster function
  • New Flags for create command:
    • --env, -e for passing additional environment variables to docker
    • --server-arg, -x for passing additional arguments to the k3s server command
  • Shorthand notation for delete command: -del

Easy installation

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

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!