You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,21 @@
1
1
## 1.46.2 (Unreleased)
2
+
2
3
ENHANCEMENTS:
3
4
5
+
* Resource: `tencentcloud_kubernetes_cluster` add new argument `kube_config`.
6
+
* Resource: `tencentcloud_kubernetes_cluster` add value `tlinux2.4x86_64` with argument `cluster_os` to support linux OS system.
7
+
* Resource: `tencentcloud_kubernetes_cluster` add new argument `mount_target` to support set disk mount path.
8
+
* Resource: `tencentcloud_kubernetes_cluster` add new argument `docker_graph_path` to support set docker graph path.
9
+
* Resource: `tencentcloud_clb_redirection` add new argument `delete_all_auto_rewirte` to delete all auto-associated redirection when destroying the resource.
10
+
* Data Source: `tencentcloud_kubernetes_clusters` add new argument `kube_config`.
11
+
* Data Source: `tencentcloud_availability_regions` support getting local region info by setting argument `name` with value `default`.
4
12
* Resource: `tencentcloud_kubernetes_scale_worker` add new argument `labels` to support scale worker labels.
5
13
14
+
BUG FIXES:
15
+
16
+
* Resource: `tencentcloud_clb_redirection` fix inconsistent bugs when creating more than one auto redirection.
17
+
* Resource: `tencentcloud_redis_instance` fix updating issue when redis `type_id` is set `5`.
Description: "Indicates whether automatic forwarding is enable, default is false. If enabled, the source listener and location should be empty, the target listener must be https protocol and port is 443.",
100
101
},
102
+
"delete_all_auto_rewrite": {
103
+
Type: schema.TypeBool,
104
+
Default: false,
105
+
Optional: true,
106
+
Description: "Indicates whether delete all auto redirection. Default is false. It will take effect only when this redirection is auto-rewrite and this auto-rewrite auto redirected more than one rules. All the auto-rewrite relations will be deleted when this parameter set true.",
107
+
},
101
108
},
102
109
}
103
110
}
@@ -333,6 +340,13 @@ func resourceTencentCloudClbRedirectionRead(d *schema.ResourceData, meta interfa
0 commit comments