Releases: gridscale/terraform-provider-gridscale
Releases · gridscale/terraform-provider-gridscale
v1.20.0
v1.19.0
BUG FIXES:
- Fix server's
auto_recovery
cannot be updated PR #230. - Correct name of
gridscale_object_storage_bucket
in document menu PR #232.
FEATURES:
- Allow
user_data_base64
to be set in server resource PR #231. - Allow
comment
anduser_uuid
to be set in object storage access key resource PR #232.
IMPROVEMENTS:
- Renew
kubeconfig
in k8s resource when it expires PR #229.
v1.18.1
BUG FIXES:
- Fix missing
darwin/arm64 build
andwindows/arm64 build
.
v1.18.0
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.