Skip to content

Commit

Permalink
Clearup after release v1.211.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Oct 16, 2023
1 parent 1e66ee4 commit 06f1a44
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
## 1.211.1 (Unreleased)
## 1.212.0 (Unreleased)
## 1.211.1 (October 16, 2023)

ENHANCEMENTS:

- resource/alicloud_polardb_cluster: modify support steady state;alicloud/resource_alicloud_polardb_cluster_test: modify support steady state. [GH-6557]
- resource/alicloud_cms_event_rule: Added the field fc_parameters, sls_parameters, mns_parameters, contact_parameters, webhook_parameters, open_api_parameters. [GH-6562]
- resource/alicloud_adb_db_cluster_lake_version: Added the field resource_group_id, source_db_cluster_id, backup_set_id, restore_to_time, restore_type. [GH-6568]
- resource/alicloud_cloud_monitor_service_hybrid_double_write: Updated action DescribeHybridDoubleWriteForOutput to DescribeHybridDoubleWrite to fix read error. [GH-6576]
- resource/alicloud_redis_tair_instance: add new attribute storage_performance_level, storage_size_gb, tags. [GH-6578]
- resource/alicloud_cen_transit_router_vbr_attachment: add retry code. [GH-6579]
- docs: fix page anchor. [GH-6580]
- docs: fixed block link issue in the document. [GH-6581]
- docs: Fixes the invalid url link. [GH-6586]
- docs: Fixed invalid links. [GH-6587]
- docs: fixed block link issue in the document. [GH-6588]
- docs: fix link. [GH-6589]
- update links in document. [GH-6582]
- testcase: modify alicloud_ecs_network_interface_attachmemt, alicloud_ecs_invocation, alicloud_ecs_network_interface, alicloud_ecs_network_interface_permission, alicloud_ecs_key_pair_attachment, alicloud_auto_provisioning_group, alicloud_ecs_snapshot. [GH-6565]
- testcase: skip testcase in scdn. [GH-6569]

BUG FIXES:

- resource/alicloud_cs_kubernetes_addon: Fix addon resource status check bug; data-source/alicloud_cs_kubernetes_addons: Sort results. [GH-6561]
- resource/alicloud_ga_endpoint_group: Fixed the traffic_percentage error caused by modify other field. [GH-6564]
- resource/alicloud_havip_attachment: fix instance_id evaluation; resource/alicloud_route_table_attachment: fix vswitch_id evaluation; resource/alicloud_common_bandwidth_package_attachment: fix instance_id evaluation. [GH-6567]
- resource/alicloud_resource_manager_resource_directory: Fixed the delete error when status is Enabled. [GH-6574]
- service_alicloud_bss_open_api: update the error handle of QueryAvailableInstances. [GH-6575]
- resource/alicloud_polardb_cluster: modify support steady state;alicloud/resource_alicloud_polardb_cluster_test: modify support steady state. ([#6557](https://github.com/aliyun/terraform-provider-alicloud/issues/6557))
- resource/alicloud_cms_event_rule: Added the field fc_parameters, sls_parameters, mns_parameters, contact_parameters, webhook_parameters, open_api_parameters. ([#6562](https://github.com/aliyun/terraform-provider-alicloud/issues/6562))
- resource/alicloud_adb_db_cluster_lake_version: Added the field resource_group_id, source_db_cluster_id, backup_set_id, restore_to_time, restore_type. ([#6568](https://github.com/aliyun/terraform-provider-alicloud/issues/6568))
- resource/alicloud_cloud_monitor_service_hybrid_double_write: Updated action DescribeHybridDoubleWriteForOutput to DescribeHybridDoubleWrite to fix read error. ([#6576](https://github.com/aliyun/terraform-provider-alicloud/issues/6576))
- resource/alicloud_redis_tair_instance: add new attribute storage_performance_level, storage_size_gb, tags. ([#6578](https://github.com/aliyun/terraform-provider-alicloud/issues/6578))
- resource/alicloud_cen_transit_router_vbr_attachment: add retry code. ([#6579](https://github.com/aliyun/terraform-provider-alicloud/issues/6579))
- docs: fix page anchor. ([#6580](https://github.com/aliyun/terraform-provider-alicloud/issues/6580))
- docs: fixed block link issue in the document. ([#6581](https://github.com/aliyun/terraform-provider-alicloud/issues/6581))
- docs: Fixes the invalid url link. ([#6586](https://github.com/aliyun/terraform-provider-alicloud/issues/6586))
- docs: Fixed invalid links. ([#6587](https://github.com/aliyun/terraform-provider-alicloud/issues/6587))
- docs: fixed block link issue in the document. ([#6588](https://github.com/aliyun/terraform-provider-alicloud/issues/6588))
- docs: fix link. ([#6589](https://github.com/aliyun/terraform-provider-alicloud/issues/6589))
- update links in document. ([#6582](https://github.com/aliyun/terraform-provider-alicloud/issues/6582))
- testcase: modify alicloud_ecs_network_interface_attachmemt, alicloud_ecs_invocation, alicloud_ecs_network_interface, alicloud_ecs_network_interface_permission, alicloud_ecs_key_pair_attachment, alicloud_auto_provisioning_group, alicloud_ecs_snapshot. ([#6565](https://github.com/aliyun/terraform-provider-alicloud/issues/6565))
- testcase: skip testcase in scdn. ([#6569](https://github.com/aliyun/terraform-provider-alicloud/issues/6569))

BUG FIXES:

- resource/alicloud_cs_kubernetes_addon: Fix addon resource status check bug; data-source/alicloud_cs_kubernetes_addons: Sort results. ([#6561](https://github.com/aliyun/terraform-provider-alicloud/issues/6561))
- resource/alicloud_ga_endpoint_group: Fixed the traffic_percentage error caused by modify other field. ([#6564](https://github.com/aliyun/terraform-provider-alicloud/issues/6564))
- resource/alicloud_havip_attachment: fix instance_id evaluation; resource/alicloud_route_table_attachment: fix vswitch_id evaluation; resource/alicloud_common_bandwidth_package_attachment: fix instance_id evaluation. ([#6567](https://github.com/aliyun/terraform-provider-alicloud/issues/6567))
- resource/alicloud_resource_manager_resource_directory: Fixed the delete error when status is Enabled. ([#6574](https://github.com/aliyun/terraform-provider-alicloud/issues/6574))
- service_alicloud_bss_open_api: update the error handle of QueryAvailableInstances. ([#6575](https://github.com/aliyun/terraform-provider-alicloud/issues/6575))

## 1.211.0 (September 28, 2023)

Expand Down

0 comments on commit 06f1a44

Please sign in to comment.