What's Changed
BUG FIXES:
-
selectel_mks_cluster_v1: do not force cluster replacement whencni_typeis missing from the state after a provider upgrade. (by @agrrh in #424) -
selectel_dedicated_server_v1: fixuser_datapermanent drift caused by HTML entity encoding in API responses. The provider now decodes HTML entities on read so the state always contains the human-readable form. (by @Vatson76 in #419) -
selectel_dedicated_server_v1: fixdisk_namenot persisted to state for non-RAID partition configs. When the API response lacks intermediate partition items, the provider now falls back to preservingdisk_namefrom the existing Terraform state. (by @Vatson76 in #419) -
selectel_dedicated_public_subnet_v1: fix IPv6 subnets causingjson: cannot unmarshal number into Go struct field Subnet.result.free of type intby updatingdedicated-goto v2.1.3. (by @Vatson76 in #423) -
selectel_dedicated_public_subnet_v1: fixbroadcastandgatewayattributes being set to the literal<nil>string for subnets without abroadcastorgatewayaddress (e.g. IPv6). (by @Vatson76 in #423)
DEPRECATIONS:
-
selectel_domains_domain_v1(data source): deprecated and will be removed in a future version. Useselectel_domains_zone_v2instead . (by @Koodt in #425) -
selectel_domains_domain_v1(resource): deprecated and will be removed in a future version. Useselectel_domains_zone_v2instead. (by @Koodt in #425) -
selectel_domains_record_v1(resource): deprecated and will be removed in a future version. Useselectel_domains_rrset_v2instead. (by @Koodt in #425)
New Contributors
Full Changelog: v8.3.1...v8.4.0