Releases: vk-cs/terraform-provider-vkcs
Releases · vk-cs/terraform-provider-vkcs
v0.9.2
v0.9.1
- Fix panic on VKCS Kubernetes API error in vkcs_kubernetes_security_policy
- Update Let's Encrypt certificate issuance process in vkcs_cdn_resource
v0.9.0
- Add vkcs_cloud_monitoring resource
- Add cloud_monitoring argument to vkcs_compute_instance
- Add support for CDN service
- Fix an issue with marking subnet as ready while DHCP service is not configured yet
- Fix panic on empty taint to vkcs_kubernetes_node_group resource
- Fix order-induced changes in the plan for "databases" of the vkcs_db_user resource
- Fix panic on VKCS Kubernetes API error in vkcs_kubernetes_clustertemplates data source
- Fix an error when changing several Kubernetes cluster node groups in parallel
- Fix an error when reading the state of a compute instance with the build status
- Fix unexpected state error when the database cluster was performing backups after creation
- Add the ability to specify the id field instead of <resource>_id in data sources.
- Deprecate <resource>_id field of data sources.
- Deprecate ingress_floating_ip field of vkcs_kubernetes_cluster resource and data source
- Deprecate keypair field of vkcs_kubernetes_cluster resource and data source
v0.8.4
- Add ability to import vkcs_kubernetes_security_policy into the state
- Fix forced re-creation of the vkcs_kubernetes_cluster due to redundant planned changes for availability_zones argument
- Fix order-induced changes in the plan for "availability_zones" of the vkcs_kubernetes_node_group resource
v0.8.3
- Add ability to choose type of kubernetes cluster, standard or regional
- Add cluster_type and availability_zones argument to vkcs_kubernetes_cluster
- Fix unexpected state error when updating volume_type of attached vkcs_blockstorage_volume
- Add a new pending status for the vkcs_blockstorage_volume extending
- Add all_metadata computed field to vkcs_blockstorage_volume resource
- Suppress out-of-scope plan changes in vkcs_blockstorage_volume metadata
- Increased the timeout for create and update operations for vkcs_sharedfilesystem_share
v0.8.2
- Add retry on duplicate IpamAllocation error when creating a networking router
- Stabilize vkcs_kubernetes_nodegroup creation
v0.8.1
- Add "k8s_config" attribute to vkcs_kubernetes_cluster resource
- Fix order-induced changes in the plan for "allowed_cidrs" of the vkcs_lb_listener resource
- Fix an error when filtering by pool name in the vkcs_networking_floatingip data source in SDN Sprut
v0.8.0
- Add vkcs_dc_conntrack_helper resource
- Add vkcs_dc_ip_port_forwarding resource
- Add full_security_groups_control argument to vkcs_networking_port resource.
- Deprecate no_security_groups argument of vkcs_networking_port resource.
- Added waiting for roles to be assigned to instance when creating a db cluster.
v0.7.4
- Add vkcs_networking_sdn data source for getting a list of available SDNs.
- Add traffic_selector_ep_merge argument to vkcs_vpnaas_site_connection resource.
- Add external_fixed_ips computed field to vkcs_networking_router resource and data source.
- Update the Compute API client micro version to 2.42
- Fix searching for a subnet with a filter by "tags" in the vkcs_networking_subnet data source
- Fix unnecessary resource recreation due to shelve/unshelve operations on vkcs_compute_instance
v0.7.3
- Add security_group_ids argument to vkcs_compute_instance resource
- Add ability to filter by extra_specs attribute in vkcs_compute_flavor data source.
- Enhancement searching the closest appropriate flavor by min_ram argument in vkcs_compute_flavor data source.