Releases: gridscale/terraform-provider-gridscale
Releases · gridscale/terraform-provider-gridscale
v1.6.2
IMPROVEMENTS:
- Custom HTTP headers are supported.
v1.6.1
IMPROVEMENTS:
- Update gsclient-go package to v3.1.0
- Update and tidy the vendor directory.
v1.6.0
FEATURES:
- Support exporting snapshot to object storage.
- Support specific timeouts.
IMPROVEMENTS:
- Update gsclient-go package to v3.0.0
- Update and tidy the vendor directory.
- Remove unnecessary/dummy variables.
- Skip 404 when deleting a resource (and 409 when deleting a server-related resource).
- Recontruct some internal packages (rename/create).
- Increase default timeouts of PaaS operations to 15 minutes.
v1.5.1
v1.5.0
FEATURES:
- Support all available gridscale resources
- Improve documentation
- Server CRUD is faster
IMPROVEMENTS:
- Switch to gsclient-go v2.2.1 from github (better connection error handling)
- Handle all errors when setting values
- Robust error reporting
- Fix bugs caused by:
- Missing properties
- Type mismatch
- Weak error handling
v1.4.0
FEATURES:
- Support firewall configuration
IMPROVEMENTS:
- Turn off server synchronously when removing resource attached to it
- Bootdevice attribute has become
computed
- firewall_template_uuid has become
optional
- Server dependency manager features: Create/Update/Remove server's relations.
v1.3.0
FEATURES:
- Add datasource for all available resources
IMPROVEMENTS:
- Switch to gsclient-go v2.0.0 from github
- Fix issue #13: Terraform destroy raises an error when instances powered up (https://github.com/terraform-providers/terraform-provider-gridscale/issues/13)
- Fix issue #12: Reducing cores/memory does not cause server shutdown (https://github.com/terraform-providers/terraform-provider-gridscale/issues/12)
- Add tests for all available datasource
- Fix all datasources missing
Schema