Releases: gridscale/terraform-provider-gridscale
Releases · gridscale/terraform-provider-gridscale
v1.14.2
IMPROVEMENTS:
- Suppress server-power-state update's error 400. #196
BUG FIXES:
- Fix incorrect maximum number of networks that can be connected to a server. #197
v1.14.1
IMPROVEMENTS:
- Allow backend to set hardware profile when hardware_profile is not set (q35 at the time of writing) #191
- Allow to set backup location when creating a backup schedule. #193
v1.14.0
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
FEATURES:
- Add DHCP properties/options to the network resource/data source #180.
IMPROVEMENTS:
- Update the network's docs.
v1.12.0
FEATURES:
- Allow setting storage variant #171.
v1.11.0
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
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
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
IMPROVEMENTS:
- Update gsclient-go package to v3.6.1.
FEATURES:
- Add gridscale k8s resource (#120).
- Add gridscale postgreSQL resource (#133).
v1.8.4
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).