Skip to content

Commit 7d1d03e

Browse files
authored
doc: changelog update (#998)
* doc: changelog update * style: reformat code
1 parent 3c84b61 commit 7d1d03e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
## 1.70.3 (April 22, 2022)
1+
## 1.71.0 (April 24, 2022)
22

33
FEATURES:
44

5+
* New datasource `tencentcloud_postgresql_xlogs`
6+
7+
ENHANCEMENTS:
8+
9+
* resource `tencentcloud_postgresql_instance` support backup plan
10+
* resource `tencentcloud_redis_instance` support `replica_zone_ids` modify
11+
12+
BUGFIXES:
13+
14+
* resource `tencentcloud_eks_cluster` fix LB modified errors
15+
16+
## 1.70.3 (April 22, 2022)
17+
18+
ENHANCEMENTS:
19+
520
* resource `tencentcloud_ckafka_instance` remove validate check
621
* resource `tencentcloud_tcr_vpc_attachment` modify doc
722

tencentcloud/basic_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ const (
5555
defaultVpcCidr = "172.16.0.0/16"
5656
defaultVpcCidrLess = "172.16.0.0/18"
5757

58-
defaultCvmAZone = "ap-guangzhou-7"
59-
defaultCvmVpcId = "vpc-l0dw94uh"
60-
defaultCvmSubnetId = "subnet-ccj2qg0m"
58+
defaultCvmAZone = "ap-guangzhou-7"
59+
defaultCvmVpcId = "vpc-l0dw94uh"
60+
defaultCvmSubnetId = "subnet-ccj2qg0m"
6161

6262
defaultAZone = "ap-guangzhou-3"
6363
defaultSubnetId = "subnet-enm92y0m"

0 commit comments

Comments
 (0)