Releases: gridscale/terraform-provider-gridscale
Releases · gridscale/terraform-provider-gridscale
v1.8.3
v1.8.2
v1.8.1
IMPROVEMENTS:
- We fixed the User-Agent header that is sent with Terraform requests to something useful (#108).
BUG FIXES:
v1.8.0
v1.7.4
IMPROVEMENTS:
- Reword docs.
- Add an example (and explanation) about firewall rules in server-network relation.
- Explain how ordering of network interfaces works.
BUG FIXES:
- Fix ordering of network interfaces on the host is NOT the same as defined in the Terraform definition (top-down order). See #99.
- Enable firewall only when at least one firewall rule is set. In previous version, when no firewall rules are set, the default firewall rules are added. This makes all ports blocked. See #100
v1.7.3
v1.7.2
CHANGES:
- Update gsclient-go package to v3.2.2.
- Allow to omit user UUID and API token in requests when they are empty.
- Update release checklist. No need to do GPG signing and building manually. All done by the pipeline now.
v1.7.1
v1.7.0
FEATURES:
- Support marketplace application features.
- Support storage backup functionalities and schedule storage backup.
IMPROVEMENTS:
- Update gsclient-go package to v3.2.1.
- Replace travis with github actions.
BUG FIXES:
- Fix bug causing
next_runtime
fields of snapshot schedule and backup schedule to be changed by gs server unexpectedly.