From c85aa365386bd0df64bf3ad59b9f8ba83f30b53f Mon Sep 17 00:00:00 2001 From: andrewjiang Date: Fri, 1 Dec 2023 21:52:39 +0800 Subject: [PATCH] docs: add changelog of version 1.81.53 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f560299a1..7e7ed0ef7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.81.53 (December 1, 2023) + +ENHANCEMENTS: + +* datasource/tencentcloud_scf_function: add container_image_accelerate, image_port, dns_cache and intranet_config parameters ([#2308](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2308)) +* resource/tencentcloud_dayu_ddos_policy_v2: Support param water_print_config ([#2367](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2367)) +* resource/tencentcloud_kubernetes_cluster: set up the cluster and import it into Terraform ([#2339](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2339)) +* resource/tencentcloud_scf_function: add container_image_accelerate, image_port, dns_cache and intranet_config parameters ([#2308](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2308)) +* tencentcloud_kubernetes_cluster: Support `eni_subnet_ids` updates. ([#2346](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2346)) + +BUG FIXES: + +* resource/tencentcloud_organization_org_member: Fix parameter types and update logic ([#2366](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2366)) +* resource/tencentcloud_organization_org_member_email: Fix parameter types ([#2366](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2366)) +* resource/tencentcloud_scf_function: fix the issue where only one of multiple tag key updates takes effect ([#2308](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2308)) + ## 1.81.52 (November 29, 2023) FEATURES: