Releases: aliyun/terraform-provider-alicloud
Releases · aliyun/terraform-provider-alicloud
v1.119.1
ENHANCEMENTS:
- resource/alicloud_route_table: Adds retry code to avoid concurrency issues when deleting (#3377)
- resource/alicloud_cs_managed_kubernetes: Supports setting essd disk performance and automatic disk snapshot policies for cluster and node pool nodes. (#3371)
- resource/alicloud_forward_entry: Renames the name to forward_entry_name; Supports new attribute protocol; Upgrades the resource SDK (#3368)
- resource/alicloud_eip_association: Enlarges the deletion timeout to avoid deleting it failed (#3366)
- resource/alicloud_eip_assocition: Enlarges the client connection timeout to avoid connecting failed (#3365)
- resource/alicloud_mongodb_instance: Removes the field tde_status forceNew and supports modifying it online (#3360)
- resource/alicloud_ga_listener: Supports protocol HTTP and HTTPS (#3358)
- resource/alicloud_snat_entry: Adds new attribute status and supports self-define timeout; Upgrades the resource dependent sdk (#3357)
- resource/alicloud_vswitch: Leverages the specified error code to add retry strategy when creating or deleting vswitch (#3356)
- testcase: Modify the image name_regex to ^ubuntu to avoid the needless test failed (#3367)
BUG FIXES:
v1.119.0
- New Resource:
alicloud_rds_parameter_group
(#3343) - Data Source:
alicloud_rds_parameter_groups
[#3343]
ENHANCEMENTS:
- resource/alicloud_cs_kubernetes_node_pool: Supports new feature including subscription charge type, installing cloud momitor, setting node unschedulable (#3351)
- resource/alicloud_ga_bandwidth_package: Supports updating attributebandwidth (#3346)
- resource/alicloud_alikafka_topic: Supports setting self-define create timeout (#3345)
- resource/alicloud_vswitch: Upgrades vswitch including deprecating name and availability_zone, adding vswitch_name and zone_id, using new sdk (#3342)
- resource/alicloud_alicloud_tsdb_instance: Improves codes by modifying its conversion function name (#3337)
- resource/alicloud_vpc: Adds new features including renaming name to vpc_name, enabling ipv6, setting user_cidrs and upgrading sdk (#3328)
- datasource/alicloud_cms_monitor_group_instances: Rename instanceses to instances (#3349)
- testcase: Improves the fc sweeper test with adding deleting fc-eni (#3354)
- testcase: Adds supported regions for vpc testcase (#3353)
- testcase: Upgrades alicloud_vpc and alicloud_vswitch testcases including change field name to vpc_name and vswitch_name (#3344)
- testcase: Improves the mns and nas filesystem testcase by skipping needless cases (#3339)
BUG FIXES:
- resource/alicloud_keypair_attachment: Fix DescribeKeyPairAttachment bug(#3338) when the key pair name contains colon (#3341)
- resource/alicloud_cs_kubernetes: Fixes GetClusterConfig failed error when the cluster state is failed (#3340)
- datasource/alicloud_fc_service: Fixes enable fc service twice error and supports idempotent (#3348)
v1.118.0
FEATURES:
ENHANCEMENTS:
- resource/alicloud_cms_group_metric_rule: Adds NotFount error code to avoid needless error after deleting the resource (#3317)
- testcase: Improves the ResourceManager sweep testcase (#3320)
- testcase: Improves ess test case (#3321)
- resource/alicloud_cdn_domain_new: Removes the maxitems limit for it attributes
sources
and can support setting multiple values (#3323) - testcase: Adds regionId for ecs auto snap policy sweeper testcase. (#3326)
- docs: Corrects the resource alicloud_alidns_instance website sidebar names (#3329)
- testcase: Improve the resource fc_domain ci test case (#3331)
- resource/alicloud_actiontrail_trail: Upgrades the api version of actiontrail to deprecate the attribute
mns_topic_arn
androle_name
and add new attributeoss_write_role_arn
(#3334) - resource/alicloud_ram_policy: Deletes all of policy versions when deleting one ram policy (#3332)
BUG FIXES: