Releases: ionos-cloud/terraform-provider-ionoscloud
Releases · ionos-cloud/terraform-provider-ionoscloud
v5.2.8
Fix issue #77 and roll-backed fix of issue #71 (#79) * rollback to the node pool behaviour before the fix of issue #71 * fix #77 - fix import for k8s nodepool * modified tests with ip_blocks instead of env virables
v6.0.0-beta.5
fix: fixes #77 import for k8s node pool and rollback of #71 fix * fix: fixes #77 import for k8s node pool fixed with nil check * rollback to the node pool behavior before the fix of issue #71
v6.0.0-beta.4
fix: fixes #71 recreate nodepool on change of specifications (#76)
v5.2.7
fix: fixes #71 recreate nodepool on change of specifications
v6.0.0-beta.3
feat: kubernetes config properties exposed as attributes The following `kube_config` related properties were exposed as attributes of the `ionoscloud_k8s_cluster` datasource: - config - a detailed mapping of `kube_config` - user_tokens - a map of authentication tokens by user - server - cluster server - ca_crt - server ca certificate Fixes #66
v5.2.6
feat: kubernetes config properties exposed as attributes The following `kube_config` related properties were exposed as attributes of the `ionoscloud_k8s_cluster` datasource: - config - a detailed mapping of `kube_config` - user_tokens - a map of authentication tokens by user - server - cluster server - ca_crt - server ca certificate
v6.0.0-beta.2
Fix/build (#63) * fix: updated dependencies * fix: added missing arguments for server, volume and nic + removed deprecated GetOkExists from nic resource
v6.0.0-beta.1
Fix/tests v6 (#61) changed k8s_version from tests to 1.20.8
v5.2.5
fixed tests (including a rollback of server's read) (#59)
v6.0.0-alpha.4
Fixed tests + docs update + merged fixes (#49) * fixed server and group tests * replaced apiResponse.Status.StatusCode with apiResponse.StatusCode * merged nic fix to accept multiple ips * modified image_name in test with a more generic one and created documentantion for natgateway * updated documentation + changelog + fix test * correctly setting the active property of the s3 key upon creation and fix of NetworkLoadBalancerForwardingRule resource at setting health_check