Skip to content

Commit

Permalink
Cleanup after release v1.239.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Dec 20, 2024
1 parent dc4a63d commit d70ad23
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 35 deletions.
51 changes: 26 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
## 1.239.0 (Unreleased)

- **New Resource:** `alicloud_express_connect_router_grant_association` [GH-8000]

ENHANCEMENTS:

- resource/alicloud_polardb_cluster: added support strict_consistency. [GH-7966]
- resource/alicloud_ecs_snapshot: Refactored the resource alicloud_ecs_snapshot; Added the field create_time, region_id; Removed the ForceNew for field resource_group_id. [GH-7973]
- resource/alicloud_kvstore_backup_policy: Added retry strategy for error code IncorrectDBInstanceState, LockTimeout. [GH-7983]
- resource/alicloud_security_group: Refactored the resource alicloud_security_group; Added the field security_group_name, create_time; Deprecated the field name. [GH-7987]
- resource/alicloud_network_acl: Added retry strategy for error code. [GH-7988]
- resource/alicloud_instance: Added retry strategy for error code. [GH-7989]
- resource/alicloud_cen_inter_region_traffic_qos_queue: add retry for Operation.Blocking and IncorrectStatus.TrafficQosPolicy. [GH-7990]
- resource/alicloud_oos_execution: Ensure the resource status is success after creating it. [GH-7991]
- resource/alicloud_vpc_network_acl_attachment: add retry code while UnassociateNetworkAcl. [GH-7993]
- resource/alicloud_privatelink_vpc_endpoint_service: add new attribue address_ip_version. [GH-7994]
- resource/alicloud_alb_load_balancer: Improved the state refresh function AlbJobStateRefreshFunc; resource/alicloud_alb_listener: Fixed the update error caused by state refresh. [GH-7995]
- resource/alicloud_privatelink_vpc_endpoint_service_resource: support gwlb type. [GH-7998]
- resource/alicloud_redis_tair_instance: add new attribute param_no_loose_sentinel_password_free_commands. [GH-7999]
- resource/alicloud_privatelink_vpc_endpoint: add new attribute address_ip_version. [GH-8001]
- resource/alicloud_express_connect_router_grant_association: change ID fields. [GH-8002]
- data-source/alicloud_instance_types: Supports more attributes for eni. [GH-7996]
- testcase: testcase: add sweeper for vpcpeer. [GH-7986]
- testcase: Fixed alicloud_rocketmq_instance testcase. [GH-7992]
- testcase: Deprecated alicloud_ecd_ram_directory testcase. [GH-7997]
## 1.240.0 (Unreleased)
## 1.239.0 (December 20, 2024)

- **New Resource:** `alicloud_express_connect_router_grant_association` ([#8000](https://github.com/aliyun/terraform-provider-alicloud/issues/8000))

ENHANCEMENTS:

- resource/alicloud_polardb_cluster: added support strict_consistency. ([#7966](https://github.com/aliyun/terraform-provider-alicloud/issues/7966))
- resource/alicloud_ecs_snapshot: Refactored the resource alicloud_ecs_snapshot; Added the field create_time, region_id; Removed the ForceNew for field resource_group_id. ([#7973](https://github.com/aliyun/terraform-provider-alicloud/issues/7973))
- resource/alicloud_kvstore_backup_policy: Added retry strategy for error code IncorrectDBInstanceState, LockTimeout. ([#7983](https://github.com/aliyun/terraform-provider-alicloud/issues/7983))
- resource/alicloud_security_group: Refactored the resource alicloud_security_group; Added the field security_group_name, create_time; Deprecated the field name. ([#7987](https://github.com/aliyun/terraform-provider-alicloud/issues/7987))
- resource/alicloud_network_acl: Added retry strategy for error code. ([#7988](https://github.com/aliyun/terraform-provider-alicloud/issues/7988))
- resource/alicloud_instance: Added retry strategy for error code. ([#7989](https://github.com/aliyun/terraform-provider-alicloud/issues/7989))
- resource/alicloud_cen_inter_region_traffic_qos_queue: add retry for Operation.Blocking and IncorrectStatus.TrafficQosPolicy. ([#7990](https://github.com/aliyun/terraform-provider-alicloud/issues/7990))
- resource/alicloud_oos_execution: Ensure the resource status is success after creating it. ([#7991](https://github.com/aliyun/terraform-provider-alicloud/issues/7991))
- resource/alicloud_vpc_network_acl_attachment: add retry code while UnassociateNetworkAcl. ([#7993](https://github.com/aliyun/terraform-provider-alicloud/issues/7993))
- resource/alicloud_privatelink_vpc_endpoint_service: add new attribue address_ip_version. ([#7994](https://github.com/aliyun/terraform-provider-alicloud/issues/7994))
- resource/alicloud_alb_load_balancer: Improved the state refresh function AlbJobStateRefreshFunc; resource/alicloud_alb_listener: Fixed the update error caused by state refresh. ([#7995](https://github.com/aliyun/terraform-provider-alicloud/issues/7995))
- resource/alicloud_privatelink_vpc_endpoint_service_resource: support gwlb type. ([#7998](https://github.com/aliyun/terraform-provider-alicloud/issues/7998))
- resource/alicloud_redis_tair_instance: add new attribute param_no_loose_sentinel_password_free_commands. ([#7999](https://github.com/aliyun/terraform-provider-alicloud/issues/7999))
- resource/alicloud_privatelink_vpc_endpoint: add new attribute address_ip_version. ([#8001](https://github.com/aliyun/terraform-provider-alicloud/issues/8001))
- resource/alicloud_express_connect_router_grant_association: change ID fields. ([#8002](https://github.com/aliyun/terraform-provider-alicloud/issues/8002))
- data-source/alicloud_instance_types: Supports more attributes for eni. ([#7996](https://github.com/aliyun/terraform-provider-alicloud/issues/7996))
- testcase: testcase: add sweeper for vpcpeer. ([#7986](https://github.com/aliyun/terraform-provider-alicloud/issues/7986))
- testcase: Fixed alicloud_rocketmq_instance testcase. ([#7992](https://github.com/aliyun/terraform-provider-alicloud/issues/7992))
- testcase: Deprecated alicloud_ecd_ram_directory testcase. ([#7997](https://github.com/aliyun/terraform-provider-alicloud/issues/7997))

## 1.238.0 (December 16, 2024)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/alb_listener.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about Application Load Balancer (ALB) Listener and how to use it
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_alb_listener&exampleId=520fcb03-7402-42c2-3a88-7e64f6577970ee50cee7&activeTab=example&spm=docs.r.alb_listener.0.520fcb0374&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_alb_listener&exampleId=8706f674-b4b3-77a0-e21d-b58bd44d6bbcc06351e4&activeTab=example&spm=docs.r.alb_listener.0.8706f674b4&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
6 changes: 0 additions & 6 deletions website/docs/r/ecd_ram_directory.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ For information about ECD Ram Directory and how to use it, see [What is Ram Dire

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecd_ram_directory&exampleId=aa4b8c7e-dd35-d836-9ce1-ac0300c8c71d91310cf5&activeTab=example&spm=docs.r.ecd_ram_directory.0.aa4b8c7edd&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
provider "alicloud" {
region = "cn-hangzhou"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ecs_snapshot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about ECS Snapshot and how to use it, see [What is Snapshot](htt
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_snapshot&exampleId=c8187f39-855a-ad0a-9350-c2fa86ce6c1727d829cb&activeTab=example&spm=docs.r.ecs_snapshot.0.c8187f3985&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_snapshot&exampleId=c82d2dc4-2b3d-fdf4-0d61-629fc1ecfb4c664174cd&activeTab=example&spm=docs.r.ecs_snapshot.0.c82d2dc42b&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Express Connect Router Grant Association and how to use it

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_express_connect_router_grant_association&exampleId=01146f3e-354e-96fe-2c6b-8a96e414707c67175384&activeTab=example&spm=docs.r.express_connect_router_grant_association.0.01146f3e35&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/privatelink_vpc_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Private Link Vpc Endpoint and how to use it, see [What is

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_privatelink_vpc_endpoint&exampleId=5272b15f-709e-789e-0a7b-61727e7a83a1e65c68d6&activeTab=example&spm=docs.r.privatelink_vpc_endpoint.0.5272b15f70&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/privatelink_vpc_endpoint_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Private Link Vpc Endpoint Service and how to use it, see [

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_privatelink_vpc_endpoint_service&exampleId=3a7ae46a-09f6-78a6-a810-69e7b0912f50c5749917&activeTab=example&spm=docs.r.privatelink_vpc_endpoint_service.0.3a7ae46a09&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "tf_example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Private Link Vpc Endpoint Service Resource and how to use

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_privatelink_vpc_endpoint_service_resource&exampleId=23cc3b5a-f6fc-adf3-dbfa-17aab8657574c6be7cac&activeTab=example&spm=docs.r.privatelink_vpc_endpoint_service_resource.0.23cc3b5af6&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
variable "name" {
default = "tf_example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/redis_tair_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair In

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_redis_tair_instance&exampleId=620b10c9-7933-f986-971f-30e49bed804e188829d7&activeTab=example&spm=docs.r.redis_tair_instance.0.620b10c979&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>

```terraform
provider "alicloud" {
region = "cn-hangzhou"
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/security_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For information about ECS Security Group and how to use it, see [What is Securit
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_security_group&exampleId=208de1a8-f807-d3c8-4eec-fd8ed6675dde443e059c&activeTab=example&spm=docs.r.security_group.0.208de1a8f8&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_security_group&exampleId=a779d5f6-6a79-09ec-6f53-24a3c18ea4b1edff5bfe&activeTab=example&spm=docs.r.security_group.0.a779d5f66a&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand All @@ -39,7 +39,7 @@ resource "alicloud_security_group" "default" {
Basic Usage for VPC

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_security_group&exampleId=8240bef5-f041-f81e-90db-3fff1120ceeec8a42079&activeTab=example&spm=docs.r.security_group.1.8240bef5f0&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_security_group&exampleId=99236f01-ecf3-77e3-3c27-670b6276d29fcf85b305&activeTab=example&spm=docs.r.security_group.1.99236f01ec&intl_lang=EN_US" target="_blank">
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
</a>
</div></div>
Expand Down

0 comments on commit d70ad23

Please sign in to comment.