Skip to content

Commit a2867e2

Browse files
chushenmeshilexiaozhu36
authored andcommitted
UPDATE CHANGELOG
1 parent 5225c75 commit a2867e2

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
## 1.97.0 (Unreleased)
2+
3+
- **New Resource:** `alicloud_cen_instance_attachment` [GH-2822]
4+
- **New Resource:** `alicloud_ons_instance` [GH-2820]
5+
- **New Resource:** `alicloud_cs_node_pool` [GH-2787]
6+
- **Data Source:** `alicloud_cen_instance_attachments` [GH-2822]
7+
- **Data Source:** `alicloud_ons_instances` [GH-2820]
8+
- **Data Source:** `alicloud_nas_services` [GH-2813]
9+
- **Data Source:** `alicloud_oss_services` [GH-2812]
10+
- **Data Source:** `alicloud_ots_services` [GH-2807]
11+
12+
IMPROVEMENTS:
13+
14+
- Compatible domain_group_name for alidns_domain_group [GH-2830]
15+
- Add errorcode for DeleteDomain api [GH-2829]
16+
- remove datasource alicloud_edas_application useless output [GH-2826]
17+
- add missing pull request [GH-2825]
18+
- improve resource ons_topic and its datasource [GH-2823]
19+
- update sdk v1.61.497 [GH-2818]
20+
- resource alicloud_cen_instance_attachment docs and testcase support child_instance_type [GH-2817]
21+
- Adjust the document for Alidns [GH-2808]
22+
- Add waiting method for update scope [GH-2802]
23+
- UPDATE CHANGELOG [GH-2800]
24+
- improve(slb) update slb docs rules server_groups slbs [GH-2728]
25+
- Rewrote resource page to correct name [GH-2580]
26+
- datasource snapshots supports outputting tags [GH-2545]
27+
28+
BUG FIXES:
29+
30+
- fix resource alicloud_api_gateway_api ConcurrencyLockTimeout error [GH-2827]
31+
- fix elasticsearch_instance return redundant tags issue [GH-2821]
32+
- fix cms testcase [GH-2819]
33+
- fix adb cluster testcase [GH-2816]
34+
- fix log.Fatal bug when using tea client [GH-2814]
35+
- fix getting oss endpoint bug [GH-2811]
36+
- fix elasticsearch_instance return redundant tags issue [GH-2810]
37+
- fix: db instance delay set is 30s [GH-2780]
38+
- fix_auto_provisioning_group [GH-2552]
39+
240
## 1.96.0 (September 13, 2020)
341

442
- **Data Source:** `alicloud_log_service` ([#2804](https://github.com/aliyun/terraform-provider-alicloud/issues/2804))

alicloud/connectivity/client.go

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

184184
var goSdkMutex = sync.RWMutex{} // The Go SDK is not thread-safe
185185
// The main version number that is being run at the moment.
186-
var providerVersion = "1.95.1"
186+
var providerVersion = "1.97.0"
187187
var terraformVersion = strings.TrimSuffix(schema.Provider{}.TerraformVersion, "-dev")
188188

189189
// Client for AliyunClient

0 commit comments

Comments
 (0)