File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 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
+
2
29
## 1.94.0 (August 24, 2020)
3
30
4
31
- ** New Resource:** ` alicloud_dcdn_domain ` ([ #2744 ] ( https://github.com/aliyun/terraform-provider-alicloud/issues/2744 ) )
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const Module = "Terraform-Module"
181
181
182
182
var goSdkMutex = sync.RWMutex {} // The Go SDK is not thread-safe
183
183
// The main version number that is being run at the moment.
184
- var providerVersion = "1.94 .0"
184
+ var providerVersion = "1.95 .0"
185
185
var terraformVersion = strings .TrimSuffix (schema.Provider {}.TerraformVersion , "-dev" )
186
186
187
187
// Client for AliyunClient
You can’t perform that action at this time.
0 commit comments