Releases: gridscale/terraform-provider-gridscale
Releases · gridscale/terraform-provider-gridscale
v1.17.0
v1.16.2
IMPROVEMENTS:
- Add retry when API backend returns error code 409 via gsclient-go v3.10.1.
- Improve documentation.
v1.16.1
v1.16.0
FEATURES:
- Allow to set
gsk_version
in k8s resource. - Allow switching between
release
andgsk_version
in k8s resource. - Add surge node feature to k8s resource.
- Add
gridscale_object_storage_bucket
resource allowing manage object storage bucket in gridscale.
IMPROVEMENTS: - Add retry when API backend returns error code 424, 500 via gsclient-go v3.10.0.
v1.15.0
FEATURES:
- Add private network support for PaaS resources PR #99
IMPROVEMENTS:
- K8S parameter validation is now dynamic issue #205
- Correct names of some resources/datasources in the sidemenu issue #200 & issue #207.
v1.14.3
BUG FIXES:
- (Hot fix) Fix updating a network's
name
,labels
andl2security
locks a server which is attached to that network until the update is finished. The issue is fixed in gsclient-go v3.9.1.
v1.14.2
v1.14.1
v1.14.0
FEATURES:
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.