Skip to content

Releases: gridscale/terraform-provider-gridscale

v1.14.0

20 Jan 13:23
Compare
Choose a tag to compare

FEATURES:

  • Add filesystem resource #189.
  • Allow assigning DHCP IP to a server #190.

IMPROVEMENTS:

  • Update network's docs.
  • Update server's docs.

BUG FIXES:

  • Fix network ordering of a server issue #142. NOTE: The network ordering of the server now corresponds to the order of the networks in the server resource block. The field ordering is deprecated.
  • Fix the field dhcp_range is not set automatically by the backend, when it is not set manually in terraform #190.
  • Updating server-storage relations and server-network relations' properties (except the order) will no longer require the server to be shutdown #190.

v1.13.0

09 Sep 15:12
Compare
Choose a tag to compare

FEATURES:

  • Add DHCP properties/options to the network resource/data source #180.

IMPROVEMENTS:

  • Update the network's docs.

v1.12.0

12 Aug 10:13
Compare
Choose a tag to compare

FEATURES:

  • Allow setting storage variant #171.

v1.11.0

24 Jun 09:28
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add more upfront validations #170.
  • Add field backup_retention to MS SQL server backup #170.
  • Add field host to PaaS resource and PaaS-type resources (e.g. postgres, MySQL, etc.) #169.

FEATURES:

  • Add MySQL resource #166.
  • Add Memcached resource #167.
  • Add Redis store/cache resources #168.

BUG FIXES:

  • Fix MS SQL server backup's params cannot be updated #170.

v1.10.0

01 Jun 10:26
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add more upfront validations #162.
  • Allow customizing request delay interval and maximum number of retries #157.

FEATURES:

  • Add TLS/SSL certificate resource and data source #156.
  • Add MS SQL server resource #161.
  • Add MariaDB resource #164.

BUG FIXES:

  • Fix Loadbalancer rs/ds docs (add missing descriptions, fix typo, etc.) #156.

v1.9.1

21 Apr 10:31
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update gsclient-go package to v3.6.2 (which fixes the PROTOCOL_ERROR when running terraform in moderate amount of concurrency #199).

v1.9.0

15 Apr 09:40
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update gsclient-go package to v3.6.1.

FEATURES:

  • Add gridscale k8s resource (#120).
  • Add gridscale postgreSQL resource (#133).

v1.8.4

16 Mar 09:51
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Runtime is reduced due to new version of gsclient-go.
  • Update go version to v1.16.
  • Update gsclient-go package to v3.5.0 (#130).
  • Use go v1.16 in GH action & enable macOS arm64 build (#129).

v1.8.3

18 Feb 16:13
Compare
Choose a tag to compare

BUG FIXES:

  • Fix inconsistency issue of PaaS service resource, when the paas_service_template_uuid is updated outside of terraform (#123).
  • Fix gridscale_backupschedule and gridscale_snapshotschedule resources force to update next_runtime when updating other fields (#126)

v1.8.2

26 Jan 15:35
Compare
Choose a tag to compare

BUG FIXES:

  • Reading SSH public key from file via file() function will not cause key to be set in every apply (#116).