Skip to content

Releases: gridscale/terraform-provider-gridscale

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).

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.