From 3ea18e3633d896d82925ac86fd1b41c3919d594c Mon Sep 17 00:00:00 2001 From: oliverpei Date: Thu, 5 Nov 2020 16:46:22 +0800 Subject: [PATCH] release v1.46.2 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688d721425..32dbd74dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 1.46.2 (Unreleased) +## 1.46.3 (Unreleased) +## 1.46.2 (November 5, 2020) ENHANCEMENTS: -* update Resource and Datasource description. * Resource: `tencentcloud_kubernetes_cluster` add new argument `kube_config`. * Resource: `tencentcloud_kubernetes_cluster` add value `tlinux2.4x86_64` with argument `cluster_os` to support linux OS system. * Resource: `tencentcloud_kubernetes_cluster` add new argument `mount_target` to support set disk mount path. @@ -11,10 +11,11 @@ ENHANCEMENTS: * Resource: `tencentcloud_kubernetes_scale_worker` add new argument `labels` to support scale worker labels. * Data Source: `tencentcloud_kubernetes_clusters` add new argument `kube_config`. * Data Source: `tencentcloud_availability_regions` support getting local region info by setting argument `name` with value `default`. +* Docs: update argument description. BUG FIXES: -* Resource: `tencentcloud_clb_redirection` fix inconsistent bugs when creating more than one auto redirection. +* Resource: `tencentcloud_clb_redirection` fix inconsistent bug when creating more than one auto redirection. * Resource: `tencentcloud_redis_instance` fix updating issue when redis `type_id` is set `5`. ## 1.46.1 (October 29, 2020)