Skip to content

Releases: gridscale/terraform-provider-gridscale

v1.7.1

15 Oct 17:22
Compare
Choose a tag to compare

BUG FIXES:

  • The provider is now applying default inbound firewall rules. See #89.
  • Fix turning off a server even when it is already shutdown.

v1.7.0

11 Sep 15:28
Compare
Choose a tag to compare

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.

v1.6.3

18 Aug 20:45
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Remove redundant types in data sources.
  • Size and type of a storage can be modified.

BUG FIXES:

  • Update of storage type won't force to create new storage.

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: