Skip to content

Releases: thecodeteam/docker-machine-rackhd

v0.2.0

24 Aug 22:23
Compare
Choose a tag to compare

Linux and Mac OS X Installation

curl -L https://github.com/codedellemc/docker-machine-rackhd/releases/download/v0.2.0/docker-machine-driver-rackhd.`uname -s`-`uname -m` > /usr/local/bin/docker-machine-driver-rackhd && chmod +x /usr/local/bin/docker-machine-driver-rackhd

Changelog

New

  • Support for RackHD SKUs
    • Passing a SKU will make the driver look for and choose a node from the given SKU
  • Support for RackHD Workflows
    • Passing a workflow will invoke the workflow on the node
  • Support for pre-existing SSH Keys
    • When a node already has an SSH public key installed, you can point the driver to the private half of the key pair instead of providing a password and having a new key added.

Fixes

  • Fixes an error seen when rming a node. #17

v0.1.0

25 Apr 20:39
Compare
Choose a tag to compare

Linux & Mac OSX Installation:

curl -L https://github.com/codedellemc/docker-machine-rackhd/releases/download/v0.1.0/docker-machine-driver-rackhd.`uname -s`-`uname -m` > /usr/local/bin/docker-machine-driver-rackhd && chmod +x /usr/local/bin/docker-machine-driver-rackhd

v0.0.1

11 Mar 22:14
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Linux & Mac OSX Installation:

curl -L https://github.com/codedellemc/docker-machine-rackhd/releases/download/v0.0.1/docker-machine-driver-rackhd.`uname -s`-`uname -m` > /usr/local/bin/docker-machine-driver-rackhd && chmod +x /usr/local/bin/docker-machine-driver-rackhd