Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Releases: yadutaf/docker-machine-driver-ovh

v1.1.0

11 Oct 21:18
Compare
Choose a tag to compare

Features

  • Add custom image and ssh user support via --ovh-image and --ovh-ssh-user (#16)
  • Add monthly billing support via --ovh-billing-period this should enable discount for long running instances
  • Add a list of available cloud projects when multiple exists

Fixes

  • Fix configuration of consumer key via OVH_CONSUMER_KEY (#15)
  • Fix docker-machine restart (#17)
  • Fix broken machines cleanup

Packaging

  • Add Windows dependencies to go ./vendor
  • Create a tar.gz archive for better compatibility wit 3rd party tools like Rancher
  • Upgrade to go 1.7

v1.0.0

14 Jun 20:37
Compare
Choose a tag to compare

Features

  • Upgrade base image to Ubuntu 16.04 (#12)
  • Migrate to official go-ovh (#9)
  • Add --ovh-ssh-key flag (#5)
  • Vendor libs

Fixes

  • Fix upgrade all 'log.WithField' instances. Fixes #7
  • Improve error messages / help

Initial release

28 Nov 18:24
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Due to Docker machine ABI refactoring, this driver requires docker-machine >= 0.5.1 which was not yet released at the time of building.

Although this driver is considered feature complete, it is still experimental and may break in the future.