Skip to content

Commit 2630fa3

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f199607 + cf3b1bf commit 2630fa3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## 1.53.1 (Unreleased)
1+
## 1.53.2 (Unreleased)
2+
3+
ENHANCEMENTS:
4+
5+
* Resource `tencentcloud_sbs_storage` add `throughput_performance` to support adding extra performance to the cbs resources.
6+
7+
BUG FIXES:
8+
9+
* Resource: `tencentcloud_cos_bucket` fix bug that error happens when applying unsupported logging region.
10+
* Resource: `tencentcloud_as_scaling_policy` fix bug that missing required parameters error happened when update metric parameters.
11+
12+
13+
## 1.53.1 (January 23, 2021)
214

315
ENHANCEMENTS:
416

tencentcloud/connectivity/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111
)
1212

13-
const ReqClient = "Terraform-v1.53.0"
13+
const ReqClient = "Terraform-v1.53.1"
1414

1515
type LogRoundTripper struct {
1616
}

0 commit comments

Comments
 (0)