Skip to content

Releases: gridscale/terraform-provider-gridscale

v1.6.2

07 Jul 16:45
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Custom HTTP headers are supported.

v1.6.1

30 Jun 14:43
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update gsclient-go package to v3.1.0
  • Update and tidy the vendor directory.

v1.6.0

03 Jun 10:27
Compare
Choose a tag to compare

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

07 Apr 07:29
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Fix documentation (wrong navigation, reorder the side menu).
  • Add a link to multi-project example.
  • Add configurable timeout.

v1.5.0

30 Jan 11:44
Compare
Choose a tag to compare

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

30 Jan 11:44
Compare
Choose a tag to compare

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

24 Oct 12:22
10e3e87
Compare
Choose a tag to compare

FEATURES:

  • Add datasource for all available resources

IMPROVEMENTS: