Skip to content

Commit 1115f3c

Browse files
chushenmeshilexiaozhu36
authored andcommitted
UPDATE CHANGELOG
1 parent 37f3c92 commit 1115f3c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
## 1.95.0 (Unreleased)
2+
3+
- **New Resource:** `alicloud_actiontrail_trail` [GH-2758]
4+
- **Data Source:** `alicloud_actiontrail_trails` [GH-2758]
5+
6+
IMPROVEMENTS:
7+
8+
- remove the useless files in archives [GH-2784]
9+
- resource alicloud_disk supports setting performance_level [GH-2783]
10+
- add more ci test flag [GH-2782]
11+
- dns_instance and dns_domain renamed to alidns_instance, alidns_domain [GH-2776]
12+
- add force Unassociate for eip [GH-2772]
13+
- improve(alicloud_images): supports more filters [GH-2771]
14+
- Adjust the datasource testcase name [GH-2762]
15+
- upgrade resource and datasource for NAS MountTarget [GH-2759]
16+
- update resource markdown grammar [GH-2757]
17+
- upgrade datasource for NAS AccessGroup [GH-2746]
18+
- PolarDB support add or remove read-only nodes [GH-2745]
19+
- UPDATE CHANGELOG [GH-2731]
20+
- improve(slb) update docs [GH-2719]
21+
22+
BUG FIXES:
23+
24+
- Fix the managed_kubernetes docs [GH-2785]
25+
- fix document of Hbase and Bastionhost [GH-2777]
26+
- fix dcdn_domain sources parameter for update method [GH-2773]
27+
- Fix cdn test case [GH-2760]
28+
229
## 1.94.0 (August 24, 2020)
330

431
- **New Resource:** `alicloud_dcdn_domain` ([#2744](https://github.com/aliyun/terraform-provider-alicloud/issues/2744))

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.94.0"
184+
var providerVersion = "1.95.0"
185185
var terraformVersion = strings.TrimSuffix(schema.Provider{}.TerraformVersion, "-dev")
186186

187187
// Client for AliyunClient

0 commit comments

Comments
 (0)