Skip to content

Commit 2aa0867

Browse files
committed
add changelog
1 parent ec99af5 commit 2aa0867

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.73.3 (June 16, 2022)
2+
3+
FEATURES:
4+
5+
* datasourcce `tencentcloud_user_info` support get userinfo
6+
7+
BUGFIXES:
8+
9+
* resource `resource_tc_cls_index` fix crash error
10+
* resource `resource_tc_clb_instance` fix tag error
11+
* resource `resource_tc_kubernetes_cluster` fix cluster_level error
12+
13+
COMMON:
14+
* fix cls, cfs testcases
15+
116
## 1.73.2 (June 13, 2022)
217

318
BUGFIXES:

tencentcloud/resource_tc_cdn_domain_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package tencentcloud
33
import (
44
"context"
55
"fmt"
6-
sdkErrors "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
76
"testing"
87

8+
sdkErrors "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
9+
910
dnspod "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod/v20210323"
1011
domain "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/domain/v20180808"
1112

0 commit comments

Comments
 (0)