Skip to content

Releases: gridscale/terraform-provider-gridscale

v1.8.1

21 Jan 11:23
Compare
Choose a tag to compare

IMPROVEMENTS:

  • We fixed the User-Agent header that is sent with Terraform requests to something useful (#108).

BUG FIXES:

  • PaaS services are not destroyed and re-created anymore when a service template changes (#109).
  • SSH Public key can be added via funtion file() without any problems with whitespace (#112).

v1.8.0

05 Jan 15:51
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update docs.
  • Update gsclient-go package to v3.3.1.

BUG FIXES:

  • Fix storage_type is not set when cloning a storage See #105

FEATURES:

  • Add storage import (from storage backups) feature.

v1.7.4

03 Nov 18:42
f7a7ecc
Compare
Choose a tag to compare

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

02 Nov 16:28
Compare
Choose a tag to compare

BUG FIXES:

  • The ordering of networks in a server's relation now can be set. See #95.

v1.7.2

29 Oct 12:26
Compare
Choose a tag to compare

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

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.