Skip to content

Commit a6315d6

Browse files
authored
update changelog and reformat code (#919)
1 parent 39d22ec commit a6315d6

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 1.66.0 (March 22, 2022)
2+
3+
FEATURES:
4+
5+
* new datasource `tencentcloud_eks_cluster_credential`
6+
7+
ENHANCEMENTS:
8+
9+
* resource `tencentcloud_eks_cluster` support public and internal load balancer config
10+
11+
BUGFIXES:
12+
13+
* resource `tencentcloud_instance` charge type update then polling status mismatch
14+
15+
## 1.65.2 (March 18, 2022)
16+
17+
ENHANCEMENTS:
18+
* resource `tencentcloud_route_entry` extend next type
19+
* resource `tencentcloud_clb_instance` create with tag params
20+
* resource `tencentcloud_emr_cluster` support need_master_wan param
21+
* resource `tencentcloud_cos_bucket` support lifecycle rule id and delete marker
22+
* resource `tencentcloud_mysql_readonly_instance` support zone param
23+
24+
BUGFIXES:
25+
* testcases: cvm, cynosdb, eks, mysql, vpn
26+
* resource `tencentcloud_emr_cluster` destroy
27+
* resource `tencentcloud_mysql_instance` init
28+
* resource `tencentcloud_redis_instance` reset pwd retry and comment
29+
130
## 1.65.1 (March 14, 2022)
231

332
ENHANCEMENTS:

tencentcloud/resource_tc_kubernetes_cluster.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,17 +1072,17 @@ func resourceTencentCloudTkeCluster() *schema.Resource {
10721072
Description: "Indicates whether to ignore the cluster cidr conflict error. Default is false.",
10731073
},
10741074
"cluster_max_pod_num": {
1075-
Type: schema.TypeInt,
1076-
ForceNew: true,
1077-
Optional: true,
1078-
Default: 256,
1075+
Type: schema.TypeInt,
1076+
ForceNew: true,
1077+
Optional: true,
1078+
Default: 256,
10791079
Description: "The maximum number of Pods per node in the cluster. Default is 256. The minimum value is 4. When its power unequal to 2, it will round upward to the closest power of 2.",
10801080
},
10811081
"cluster_max_service_num": {
1082-
Type: schema.TypeInt,
1083-
ForceNew: true,
1084-
Optional: true,
1085-
Default: 256,
1082+
Type: schema.TypeInt,
1083+
ForceNew: true,
1084+
Optional: true,
1085+
Default: 256,
10861086
Description: "The maximum number of services in the cluster. Default is 256. The range is from 32 to 32768. When its power unequal to 2, it will round upward to the closest power of 2.",
10871087
},
10881088
"service_cidr": {

0 commit comments

Comments
 (0)