Skip to content

Commit d3d076d

Browse files
MrWolongChenHanZhang
authored andcommitted
CHANGELOG
1 parent c443fa1 commit d3d076d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
## 1.258.0 (Unreleased)
2+
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+
11+
ENHANCEMENTS:
12+
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]
19+
20+
BUG FIXES:
21+
22+
- data-source/alicloud_ram_policy_document: Fixed the panic error caused by action, resource, values; Improved the common function getOneStringOrAllStringSlice. [GH-8905]
23+
224
## 1.257.0 (August 8, 2025)
325

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

alicloud/connectivity/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var loadSdkfromRemoteMutex = sync.Mutex{}
184184
var loadSdkEndpointMutex = sync.Mutex{}
185185

186186
// The main version number that is being run at the moment.
187-
var providerVersion = "1.257.0"
187+
var providerVersion = "1.258.0"
188188

189189
// Temporarily maintain map for old ecs client methods and store special endpoint information
190190
var EndpointMap = map[string]string{

0 commit comments

Comments
 (0)