cloudscale-go-sdk v3.0.0
What's new:
- Add support for cloudscale.ch Load Balancers.
- Add
FloatingIP
toLoadBalancer
and related types. - Switch to go 1.18.
- Add
INTEGRATION_TEST_ZONE
for injecting test zone. - Bump golang.org/x/net from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0.
Breaking Change:
ServerRequest.Volumes
is now*[]ServerVolumeRequest
instead of*[]Volume
. You will see compile errors after upgrading which should be easily resolvable by replacingVolume
withServerVolumeRequest
.
Full Changelog: v2.1.0...v3.0.0