Releases: cloudscale-ch/docker-machine-driver-cloudscale
v1.2.1
v1.2.0-SNAPSHOT-029381c
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
What's new:
- New options
--cloudscale-volume-ssdand--cloudscale-volume-bulkto 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
What's new:
- Support for regions and zones through the new
--cloudscale-zoneoption. - New option
--cloudscale-no-public-networkto disable the public network interface. - Use latest
cloudscale-go-sdk
Release v1.0.1
What's new:
-
New options for user data (cloud-config for cloud-init):
--cloudscale-userdataand--cloudscale-userdatafileNote: The old
--cloudscale-userdatais now--cloudscale-userdatafile.
v1.0.1-alpha2
Remove unused import.
Release v1.0.0
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
Bump version numbers in README.md.
v1.0.0-rc1
Update links in README.md.