Skip to content

Commit f34553f

Browse files
committed
Cleanup after release v1.253.0
1 parent 2119340 commit f34553f

6 files changed

Lines changed: 57 additions & 25 deletions

CHANGELOG.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
1-
## 1.253.0 (Unreleased)
2-
3-
- **New Resource:** `alicloud_threat_detection_cycle_task` [GH-8792]
4-
- **New Resource:** `alicloud_cloud_firewall_policy_advanced_config` [GH-8797]
5-
- **New Resource:** `alicloud_esa_version` [GH-8812]
6-
- **New Data Source:** `alicloud_hbr_udm_snapshots` [GH-8796]
7-
8-
ENHANCEMENTS:
9-
10-
- resource/alicloud_alikafka_instance: Added the field instance_type, password, serverless_config, confluent_config; Changed the field disk_type, disk_size, vswitch_id from Required to Optional. [GH-8787]
11-
- resource/alicloud_mongodb_instance: Added the field db_instance_release_protection; Removed the ForceNew for field secondary_zone_id, hidden_zone_id. [GH-8788]
12-
- resource/alicloud_mongodb_sharding_instance: Added the field secondary_zone_id, hidden_zone_id, snapshot_backup_type, backup_interval, db_instance_release_protection. [GH-8789]
13-
- resource/alicloud_emrv2_cluster: Added the node_groups field private_pool_options. [GH-8794]
14-
- resource/alicloud_esa_cache_rule: Added retry strategy for error code LockFailed. [GH-8800]
15-
- resource/alicloud_esa_record: Added retry strategy for error code Site.ServiceBusy. [GH-8801]
16-
- resource/alicloud_instance: Added the field private_pool_options_match_criteria, private_pool_options_id; Added retry strategy for error code InvalidOperation.Conflict. [GH-8805]
17-
- resource/alicloud_maxcompute_project: Added the field three_tier_model, properties.enable_dr. [GH-8806]
18-
- resource/alicloud_kms_secret: Supported secret_type set to Redis, PolarDB; Fixed the create error caused by setting secret_type to RAMCredentials. [GH-8807]
19-
- data-source/alicloud_ecs_key_pairs: Refactored the data source alicloud_ecs_key_pairs; Improved alicloud_ecs_key_pairs testcase and document. [GH-8811]
20-
- docs: Improved the document kms_secret. [GH-8795]
21-
- docs: Imporves description for esa_certificate. [GH-8810]
22-
- docs: Improved the document ecs_launch_templates. [GH-8813]
23-
- testcase: Improves test for convertListToCommaSeparate. [GH-8799]
1+
## 1.254.0 (Unreleased)
2+
## 1.253.0 (July 4, 2025)
3+
4+
- **New Resource:** `alicloud_threat_detection_cycle_task` ([#8792](https://github.com/aliyun/terraform-provider-alicloud/issues/8792))
5+
- **New Resource:** `alicloud_cloud_firewall_policy_advanced_config` ([#8797](https://github.com/aliyun/terraform-provider-alicloud/issues/8797))
6+
- **New Resource:** `alicloud_esa_version` ([#8812](https://github.com/aliyun/terraform-provider-alicloud/issues/8812))
7+
- **New Resource:** `alicloud_esa_custom_scene_policy` ([#8815](https://github.com/aliyun/terraform-provider-alicloud/issues/8815))
8+
- **New Data Source:** `alicloud_hbr_udm_snapshots` ([#8796](https://github.com/aliyun/terraform-provider-alicloud/issues/8796))
9+
10+
ENHANCEMENTS:
11+
12+
- resource/alicloud_alikafka_instance: Added the field instance_type, password, serverless_config, confluent_config; Changed the field disk_type, disk_size, vswitch_id from Required to Optional. ([#8787](https://github.com/aliyun/terraform-provider-alicloud/issues/8787))
13+
- resource/alicloud_mongodb_instance: Added the field db_instance_release_protection; Removed the ForceNew for field secondary_zone_id, hidden_zone_id. ([#8788](https://github.com/aliyun/terraform-provider-alicloud/issues/8788))
14+
- resource/alicloud_mongodb_sharding_instance: Added the field secondary_zone_id, hidden_zone_id, snapshot_backup_type, backup_interval, db_instance_release_protection. ([#8789](https://github.com/aliyun/terraform-provider-alicloud/issues/8789))
15+
- resource/alicloud_emrv2_cluster: Added the node_groups field private_pool_options. ([#8794](https://github.com/aliyun/terraform-provider-alicloud/issues/8794))
16+
- resource/alicloud_esa_cache_rule: Added retry strategy for error code LockFailed. ([#8800](https://github.com/aliyun/terraform-provider-alicloud/issues/8800))
17+
- resource/alicloud_esa_record: Added retry strategy for error code Site.ServiceBusy. ([#8801](https://github.com/aliyun/terraform-provider-alicloud/issues/8801))
18+
- resource/alicloud_instance: Added the field private_pool_options_match_criteria, private_pool_options_id; Added retry strategy for error code InvalidOperation.Conflict. ([#8805](https://github.com/aliyun/terraform-provider-alicloud/issues/8805))
19+
- resource/alicloud_maxcompute_project: Added the field three_tier_model, properties.enable_dr. ([#8806](https://github.com/aliyun/terraform-provider-alicloud/issues/8806))
20+
- resource/alicloud_kms_secret: Supported secret_type set to Redis, PolarDB; Fixed the create error caused by setting secret_type to RAMCredentials. ([#8807](https://github.com/aliyun/terraform-provider-alicloud/issues/8807))
21+
- data-source/alicloud_ecs_key_pairs: Refactored the data source alicloud_ecs_key_pairs; Improved alicloud_ecs_key_pairs testcase and document. ([#8811](https://github.com/aliyun/terraform-provider-alicloud/issues/8811))
22+
- docs: Improved the document kms_secret. ([#8795](https://github.com/aliyun/terraform-provider-alicloud/issues/8795))
23+
- docs: Imporves description for esa_certificate. ([#8810](https://github.com/aliyun/terraform-provider-alicloud/issues/8810))
24+
- docs: Improved the document ecs_launch_templates. ([#8813](https://github.com/aliyun/terraform-provider-alicloud/issues/8813))
25+
- testcase: Improves test for convertListToCommaSeparate. ([#8799](https://github.com/aliyun/terraform-provider-alicloud/issues/8799))
2426

2527
BUG FIXES:
2628

27-
- client: Fixed log endpoint invalid error. [GH-8791]
28-
- resource/alicloud_gpdb_instance: Fixed the read error in field instance_spec. [GH-8790]
29+
- client: Fixed log endpoint invalid error. ([#8791](https://github.com/aliyun/terraform-provider-alicloud/issues/8791))
30+
- resource/alicloud_gpdb_instance: Fixed the read error in field instance_spec. ([#8790](https://github.com/aliyun/terraform-provider-alicloud/issues/8790))
2931

3032
## 1.252.0 (June 19, 2025)
3133

website/docs/r/cloud_firewall_policy_advanced_config.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cloud Firewall Policy Advanced Config and how to use it, s
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cloud_firewall_policy_advanced_config&exampleId=5626a991-d801-bd3d-fccc-b1a69349aecfd3710761&activeTab=example&spm=docs.r.cloud_firewall_policy_advanced_config.0.5626a991d8&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"

website/docs/r/esa_certificate.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about ESA Certificate and how to use it, see [What is Certificat
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_esa_certificate&exampleId=854a5788-03f5-0064-32c8-713a80e71dcbc607a971&activeTab=example&spm=docs.r.esa_certificate.0.854a578803&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
2531
data "alicloud_esa_sites" "default" {

website/docs/r/esa_custom_scene_policy.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about ESA Custom Scene Policy and how to use it, see [What is Cu
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_esa_custom_scene_policy&exampleId=bc06bf91-0806-9ef8-3906-7dc392cd42ad365d85dc&activeTab=example&spm=docs.r.esa_custom_scene_policy.0.bc06bf9108&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "bcd58610.com"

website/docs/r/esa_version.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about ESA Site Version and how to use it, see [What is Site Vers
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_esa_version&exampleId=4ffb01a7-5a0d-65a8-0b71-88c6361414a8c8d770d5&activeTab=example&spm=docs.r.esa_version.0.4ffb01a75a&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "bcd72239.com"

website/docs/r/threat_detection_cycle_task.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Threat Detection Cycle Task and how to use it, see [What i
2020

2121
Basic Usage
2222

23+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_threat_detection_cycle_task&exampleId=ecd10f99-2187-ab0c-7cf9-b5a0567f5ff1bfe7f989&activeTab=example&spm=docs.r.threat_detection_cycle_task.0.ecd10f9921&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"

0 commit comments

Comments
 (0)