Skip to content

Commit cf2ffdf

Browse files
chushenmeshilexiaozhu36
authored andcommitted
UPDATE CHANGELOG
1 parent 2fe8ffd commit cf2ffdf

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
## 1.94.0 (Unreleased)
2+
3+
- **New Resource:** `alicloud_dcdn_domain` [GH-2744]
4+
- **New Resource:** `alicloud_mse_cluster` [GH-2733]
5+
- **New Resource:** `alicloud_resource_manager_policy_attachment` [GH-2696]
6+
- **Data Source:** `alicloud_dcdn_domains` [GH-2744]
7+
- **Data Source:** `alicloud_mse_clusters` [GH-2733]
8+
- **Data Source:** `alicloud_resource_manager_policy_attachments` [GH-2696]
9+
10+
IMPROVEMENTS:
11+
12+
- Support allocate and release public connection for redis [GH-2748]
13+
- Support to set warn and info level alarm [GH-2743]
14+
- waf domain support setting resource_group_id and more attributes [GH-2740]
15+
- resource dnat supports "import" feature [GH-2735]
16+
- Add func sweep and Change testcase frequency [GH-2726]
17+
- Correct provider docs order [GH-2723]
18+
- Remove github.com/hashicorp/terraform import and use terraform-plugin-sdk instead [GH-2722]
19+
- Add test sweep for eci_image_cache [GH-2720]
20+
- modify alicloud_cen_instance_attachment [GH-2714]
21+
22+
BUG FIXES:
23+
24+
- fix the bug of create emr kafka cluster error [GH-2754]
25+
- fix common bandwidth package idempotent issue when Adding and Removeing instance [GH-2750]
26+
- fix website document error using `terraform` tag [GH-2749]
27+
- Fix registry rendering of page [GH-2747]
28+
- fix ci test website-test error [GH-2742]
29+
- fix datasource for ResourceManager for Policy Attachment [GH-2730]
30+
- fix_ecs_snapshot [GH-2709]
31+
232
## 1.93.0 (August 12, 2020)
333

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

alicloud/connectivity/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const Module = "Terraform-Module"
181181

182182
var goSdkMutex = sync.RWMutex{} // The Go SDK is not thread-safe
183183
// The main version number that is being run at the moment.
184-
var providerVersion = "1.93.0"
184+
var providerVersion = "1.94.0"
185185
var terraformVersion = strings.TrimSuffix(schema.Provider{}.TerraformVersion, "-dev")
186186

187187
// Client for AliyunClient

0 commit comments

Comments
 (0)