Skip to content

Commit 56f9af5

Browse files
committed
Cleanup after release v1.258.0
1 parent d3d076d commit 56f9af5

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
## 1.258.0 (Unreleased)
1+
## 1.259.0 (Unreleased)
2+
## 1.258.0 (August 15, 2025)
3+
4+
- **New Resource:** `alicloud_eflo_er` ([#8906](https://github.com/aliyun/terraform-provider-alicloud/issues/8906))
5+
- **New Data Source:** `alicloud_arms_environments` ([#8900](https://github.com/aliyun/terraform-provider-alicloud/issues/8900))
6+
- **New Data Source:** `alicloud_arms_env_pod_monitors` ([#8904](https://github.com/aliyun/terraform-provider-alicloud/issues/8904))
7+
- **New Data Source:** `alicloud_arms_env_service_monitors` ([#8908](https://github.com/aliyun/terraform-provider-alicloud/issues/8908))
8+
- **New Data Source:** `alicloud_arms_env_custom_jobs` ([#8909](https://github.com/aliyun/terraform-provider-alicloud/issues/8909))
9+
- **New Data Source:** `alicloud_arms_env_features` ([#8910](https://github.com/aliyun/terraform-provider-alicloud/issues/8910))
10+
- **New Data Source:** `alicloud_arms_addon_releases` ([#8911](https://github.com/aliyun/terraform-provider-alicloud/issues/8911))
11+
- **New Data Source:** `alicloud_sls_etls` ([#8913](https://github.com/aliyun/terraform-provider-alicloud/issues/8913))
212

3-
- **New Resource:** `alicloud_eflo_er` [GH-8906]
4-
- **New Data Source:** `alicloud_arms_environments` [GH-8900]
5-
- **New Data Source:** `alicloud_arms_env_pod_monitors` [GH-8904]
6-
- **New Data Source:** `alicloud_arms_env_service_monitors` [GH-8908]
7-
- **New Data Source:** `alicloud_arms_env_custom_jobs` [GH-8909]
8-
- **New Data Source:** `alicloud_arms_env_features` [GH-8910]
9-
- **New Data Source:** `alicloud_arms_addon_releases` [GH-8911]
1013

1114
ENHANCEMENTS:
1215

13-
- resource/alicloud_db_instance: optimize_optimized_writes. [GH-8868]
14-
- resource/alicloud_mongodb_sharding_instance: Added the field global_security_group_list. [GH-8886]
15-
- resource/alicloud_rds_clone_db_instance: db_instance_storage_type insert general_essd. [GH-8898]
16-
- resource/alicloud_eflo_node_group_attachment: Optimize the page turning logic of the DescribeEfloNodeGroupAttachment; testcase: Improves test for eflo_node_group_attachment. [GH-8903]
17-
- data-source/alicloud_db_instance_classes: insert general_essd to db_instance_storage_type. [GH-8899]
18-
- testcase: remove time.Sleep for db_instance. [GH-8902]
16+
- resource/alicloud_db_instance: optimize_optimized_writes. ([#8868](https://github.com/aliyun/terraform-provider-alicloud/issues/8868))
17+
- resource/alicloud_mongodb_sharding_instance: Added the field global_security_group_list. ([#8886](https://github.com/aliyun/terraform-provider-alicloud/issues/8886))
18+
- resource/alicloud_rds_clone_db_instance: db_instance_storage_type insert general_essd. ([#8898](https://github.com/aliyun/terraform-provider-alicloud/issues/8898))
19+
- resource/alicloud_eflo_node_group_attachment: Optimize the page turning logic of the DescribeEfloNodeGroupAttachment; testcase: Improves test for eflo_node_group_attachment. ([#8903](https://github.com/aliyun/terraform-provider-alicloud/issues/8903))
20+
- resource/alicloud_common_bandwidth_package: improve code implementation and document. ([#8914](https://github.com/aliyun/terraform-provider-alicloud/issues/8914))
21+
- data-source/alicloud_db_instance_classes: insert general_essd to db_instance_storage_type. ([#8899](https://github.com/aliyun/terraform-provider-alicloud/issues/8899))
22+
- testcase: remove time.Sleep for db_instance. ([#8902](https://github.com/aliyun/terraform-provider-alicloud/issues/8902))
1923

2024
BUG FIXES:
2125

22-
- data-source/alicloud_ram_policy_document: Fixed the panic error caused by action, resource, values; Improved the common function getOneStringOrAllStringSlice. [GH-8905]
26+
- data-source/alicloud_ram_policy_document: Fixed the panic error caused by action, resource, values; Improved the common function getOneStringOrAllStringSlice. ([#8905](https://github.com/aliyun/terraform-provider-alicloud/issues/8905))
2327

2428
## 1.257.0 (August 8, 2025)
2529

website/docs/r/common_bandwidth_package.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ For information about EIP Bandwidth Plan (CBWP) Common Bandwidth Package and how
2222

2323
Basic Usage
2424

25+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26+
<a href="https://api.aliyun.com/terraform?resource=alicloud_common_bandwidth_package&exampleId=0717d382-6add-c02a-ca9f-711341f89416202c748f&activeTab=example&spm=docs.r.common_bandwidth_package.0.0717d3826a&intl_lang=EN_US" target="_blank">
27+
<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%;">
28+
</a>
29+
</div></div>
30+
2531
```terraform
2632
variable "name" {
2733
default = "terraform-example"

website/docs/r/eflo_er.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Eflo Er and how to use it, see [What is Er](https://next.a
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_eflo_er&exampleId=94843f9f-5e11-4c5f-3240-d11c2ac3acd23cb9cffe&activeTab=example&spm=docs.r.eflo_er.0.94843f9f5e&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)