Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Releases: cloudscale-ch/docker-machine-driver-cloudscale

v1.2.1

04 Jul 10:22
4c19210

Choose a tag to compare

What's new:

  • The default flavor is now flex-8-4.

v1.2.0-SNAPSHOT-029381c

12 Oct 06:40
029381c

Choose a tag to compare

Pre-release

Changelog

029381c Change the Travis badge to a GitHub CI badge
8346f3a Merge pull request #17 from alakae/master
98832c4 Automatically mark prereleases.
7617848 Run test on pull_request.
744b6e1 Add check-integration step.
67182f7 Adjust to new MemTotal value.
059ee64 Ping does not work in Github Actions environment. SSH and access to meta_data service is enough.
d5a2780 Adapt integration test to Github Actions environment.
541700f Use nicer title for test.
9ce2fef Add sudo to install ping.
a49d264 Run tests from GitHub actions.
b6ba4db Simplify README.md.
d9b4fb9 Start commiting vendored packages.
aca1c4f Update to go 1.16.
dffce5a Add goreleaser.
8b51ea5 Merge pull request #16 from cloudscale-ch/engine_url
8241451 Latest docker release (20.10.0) doesn't work with docker-machine.
6907947 Test only with latest version, as there are no (frequent) new releases.
719a88a Fix expected memory size.
c89dce6 Fix expected memory size.
54ea795 Adjust expected MemTotal to value visible in new Ubuntu image.
e9d6abb Merge pull request #15 from cloudscale-ch/config_drive
02e0cb6 One more place to ignore the config drive.
1f533ce Relax assert such that we don't fail due to the config drive.
0b430fa Fix tr call.
e6c5905 Resolve shell check warnings.
54fad58 Update version number in README.md.

Release v1.2.0

16 Jan 17:35
2b35eb7

Choose a tag to compare

What's new:

  • New options --cloudscale-volume-ssd and --cloudscale-volume-bulk to allow creating new volumes together with the server.
  • Delete all attached volumes when deleting a server❗️. If you are using Rancher and CSI, please read this information very carefully.
  • Use latest cloudscale-go-sdk

Release v1.1.0

12 Nov 10:41
41db68e

Choose a tag to compare

What's new:

  • Support for regions and zones through the new --cloudscale-zone option.
  • New option --cloudscale-no-public-network to disable the public network interface.
  • Use latest cloudscale-go-sdk

Release v1.0.1

10 Sep 08:19

Choose a tag to compare

What's new:

  • New options for user data (cloud-config for cloud-init):
    --cloudscale-userdata and --cloudscale-userdatafile

    Note: The old --cloudscale-userdata is now --cloudscale-userdatafile.

v1.0.1-alpha2

02 Sep 16:00

Choose a tag to compare

v1.0.1-alpha2 Pre-release
Pre-release
Remove unused import.

Release v1.0.0

05 Jun 12:25
88635bf

Choose a tag to compare

Merge pull request #2 from cloudscale-ch/release_preparation

Prepare for Release 1.0: Update Documentation, Switch to Go Modules, Integration Tests

v1.0.0-rc2

31 May 14:54

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release
Bump version numbers in README.md.

v1.0.0-rc1

27 May 13:32

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release
Update links in README.md.

v0.0.2

05 Feb 10:55
3dfd844

Choose a tag to compare

Fix