Skip to content

Releases: DimensionDataResearch/docker-machine-driver-ddcloud

docker-machine-driver-ddcloud v0.9.6

17 May 21:30
Compare
Choose a tag to compare

Enhancements

  • Restore ability to use image defaults for CPU / RAM configuration (#14).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9.5

17 May 03:01
d88fb40
Compare
Choose a tag to compare

Enhancements

  • Ability to customise target machine's CPU / RAM configuration (#13).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9.4

17 Jul 06:11
Compare
Choose a tag to compare

Enhancements

  • Custom images are now supported.

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9.3

11 Apr 06:48
Compare
Choose a tag to compare

Enhancements

    • The driver now creates a firewall rule to permit Docker API access if --ddcloud-create-docker-firewall-rule is specified.

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9.2

11 Apr 02:47
Compare
Choose a tag to compare

Enhancements

  • Can now deploy a server using a specific private IPv4 address using --ddcloud-private-ipv4.

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9.1

11 Apr 00:01
Compare
Choose a tag to compare

Bug fixes

  • Specify placement when creating SSH firewall rules.

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.9

13 Feb 21:15
Compare
Choose a tag to compare

New features

  • More useful help / documentation for auto-generated SSH keys.
  • The driver can now use the new --ddcloud-mcp-endpoint command-line argument (environment: MCP_ENDPOINT) to designate a custom end-point URI for the CloudControl API.
  • The driver will now generate a new SSH keypair if one was not already configured via command-line arguments.

Breaking changes

  • The following command-line arguments have changed to be consistent with their corresponding environment variables:
    • --ddcloud-user is now --ddcloud-mcp-user
    • --ddcloud-password is now --ddcloud-mcp-password
    • --ddcloud-region is now --ddcloud-mcp-region

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.8

16 Nov 05:28
Compare
Choose a tag to compare

New features

  • The driver can now use the new --ddcloud-mcp-endpoint command-line argument (environment: MCP_ENDPOINT) to designate a custom end-point URI for the CloudControl API.
  • The driver will now generate a new SSH keypair if one was not already configured via command-line arguments.

Breaking changes

  • The following command-line arguments have changed to be consistent with their corresponding environment variables:
    • --ddcloud-user is now --ddcloud-mcp-user
    • --ddcloud-password is now --ddcloud-mcp-password
    • --ddcloud-region is now --ddcloud-mcp-region

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.7

09 Nov 11:28
Compare
Choose a tag to compare

New features

  • Enable explicitly specifying the client's public IP address via --ddcloud-client-public-ip (#7).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.

docker-machine-driver-ddcloud v0.6

09 Nov 02:06
Compare
Choose a tag to compare

New features

  • Add support for using private IP addresses instead of public ones (#6)

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as docker-machine (or somewhere on your PATH).

See the documentation and change log for more information.