|
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)) |
2 | 12 |
|
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] |
10 | 13 |
|
11 | 14 | ENHANCEMENTS:
|
12 | 15 |
|
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)) |
19 | 23 |
|
20 | 24 | BUG FIXES:
|
21 | 25 |
|
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)) |
23 | 27 |
|
24 | 28 | ## 1.257.0 (August 8, 2025)
|
25 | 29 |
|
|
0 commit comments