File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.78.12 (November 17, 2022)
2
+
3
+ FEATURES:
4
+
5
+ * ** New Data Source:** ` tencentcloud_dnspod_records ` ([ #1398 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1398 ) )
6
+ * ** New Data Source:** ` tencentcloud_tat_command ` ([ #1393 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1393 ) )
7
+ * ** New Data Source:** ` tencentcloud_tat_invoker ` ([ #1393 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1393 ) )
8
+ * ** New Resource:** ` tencentcloud_css_live_transcode_rule_attachment ` ([ #1401 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1401 ) )
9
+ * ** New Resource:** ` tencentcloud_css_live_transcode_template ` ([ #1401 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1401 ) )
10
+ * ** New Resource:** ` tencentcloud_css_pull_stream_task ` ([ #1401 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1401 ) )
11
+ * ** New Resource:** ` tencentcloud_css_watermark ` ([ #1401 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1401 ) )
12
+ * ** New Resource:** ` tencentcloud_tat_command ` ([ #1393 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1393 ) )
13
+ * ** New Resource:** ` tencentcloud_tat_invoker ` ([ #1393 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1393 ) )
14
+
15
+ BUG FIXES:
16
+
17
+ * resource/tencentcloud_gaap_proxy: fix gaap proxy retry error ` DuplicatedRequest ` ([ #1402 ] ( https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1402 ) )
18
+
1
19
## 1.78.11 (November 15, 2022)
2
20
3
21
FEATURES:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ CHANGELOG=$($(go env GOPATH)/bin/changelog-build -this-release $TARGET_SHA \
32
32
-entries-dir .changelog \
33
33
-changelog-template $__dir /changelog.tmpl \
34
34
-note-template $__dir /release-note.tmpl \
35
- -storage-mode filesystem )
35
+ )
36
36
if [ -z " $CHANGELOG " ]
37
37
then
38
38
echo " No changelog generated."
You can’t perform that action at this time.
0 commit comments