Skip to content

Releases: tencentcloudstack/terraform-provider-tencentcloud

v1.56.14

07 Jul 09:40
47855e6
Compare
Choose a tag to compare
fix the bug of replacement, and add enhancements features (#642)

* create cvm, node pool and cluster add bandwidth_package_id; create cvm add instance_count, allow to modify internet_max_bandwidth_out; create es add web_node_info_type, clb listener fix the bug of plan replacement

* add timestamp with version

Co-authored-by: ivan <[email protected]>

v1.56.13

02 Jul 12:06
dee2cf0
Compare
Choose a tag to compare
Merge pull request #640 from rostachen/master

TkeCvmCreateInfo.data_disk.disk_type support CLOUD_HSSD and CLOUD_TSSD

v1.56.12

02 Jul 10:25
923a94b
Compare
Choose a tag to compare
Merge pull request #639 from rostachen/master

fix:TkeCvmCreateInfo.data_disk.disk_type support CLOUD_HSSD

v1.56.11

28 Jun 10:57
ff5f2b5
Compare
Choose a tag to compare
fix crash and update force replace (#635)

* fix the bug of create cluster crash and cluster_os force replacement when upgrade

* fix enable_customized_pod_cidr force replace when edit tf

* change CHANGELOG.md

* fix spell error

Co-authored-by: ivan <[email protected]>

v1.56.10

17 Jun 08:53
4d05eb7
Compare
Choose a tag to compare
Merge branch 'master' into master

v1.56.9

09 Jun 11:48
b83afa7
Compare
Choose a tag to compare
PR (#630)

* 修改拼写错误 favorate -> favorite, 解决 https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/instance 中的错误

* 添加支持 clb 创建目标工作组的逻辑,添加相应函数的参数

* 修复新添加的命令行参数错误,Elem字段使用 schema.Resource指针

* 添加安全组对内网clb的支持(注释掉对当前网络是否为内网的判断)

* 添加支持开启和关闭CLB安全组默认放通的配置

* 添加terraform支持external CLB创建AZ实例

* 添加clb创建目标工作组中,调用create后的update操作中的 port 字段

* 添加create中调用update操作时,设置load_balancer_pass_to_target

* 修改在 resourceTencentCloudClbInstanceUpdate 中对 LoadBalancerPassToTarget 取值的处理,修复 tf 文件该值有变化时,没有触发更改的问题

* 修改支持internal CLB的security group 中description注释部分

* 添加调用 CreateClusterInstances时,传入imageId参数来指定镜像,以及对镜像的验证,满足 img-xxx 的格式

* 回退版本(添加镜像),该文件不再维护

* 修改命令行参数的key, os -> img_id

* 修改tke资源is_non_static_ip_mode描述不当的错误, static -> non-static

* 添加Update操作对Port的支持

* 需求 支持external CLB创建多AZ实例 Description添加master_zone及查询结果相应的字段

* 添加测试用命,及 hcl 测试说明文档注释

* 添加测试用命,及 hcl 测试说明文档注释

* 添加创建多实例,开启和关闭CLB安全组默认放通测试用例

* 完善测试文件

* 添加AS的参数 MultiZoneSubnetPolicy ,支持多可用区(子网)打散

* gendoc

* change changelog.md

* # This is a combination of 2 commits.
# This is the 1st commit message:

修改拼写错误 favorate -> favorite, 解决 https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/instance 中的错误

添加支持 clb 创建目标工作组的逻辑,添加相应函数的参数

修复新添加的命令行参数错误,Elem字段使用 schema.Resource指针

添加安全组对内网clb的支持(注释掉对当前网络是否为内网的判断)

添加支持开启和关闭CLB安全组默认放通的配置

添加terraform支持external CLB创建AZ实例

添加clb创建目标工作组中,调用create后的update操作中的 port 字段

添加create中调用update操作时,设置load_balancer_pass_to_target

修改在 resourceTencentCloudClbInstanceUpdate 中对 LoadBalancerPassToTarget 取值的处理,修复 tf 文件该值有变化时,没有触发更改的问题

修改支持internal CLB的security group 中description注释部分

添加调用 CreateClusterInstances时,传入imageId参数来指定镜像,以及对镜像的验证,满足 img-xxx 的格式

# This is the commit message #2:

回退版本(添加镜像),该文件不再维护

* 修改拼写错误 favorate -> favorite, 解决 https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/instance 中的错误

添加支持 clb 创建目标工作组的逻辑,添加相应函数的参数

修复新添加的命令行参数错误,Elem字段使用 schema.Resource指针

添加安全组对内网clb的支持(注释掉对当前网络是否为内网的判断)

添加支持开启和关闭CLB安全组默认放通的配置

添加terraform支持external CLB创建AZ实例

添加clb创建目标工作组中,调用create后的update操作中的 port 字段

添加create中调用update操作时,设置load_balancer_pass_to_target

修改在 resourceTencentCloudClbInstanceUpdate 中对 LoadBalancerPassToTarget 取值的处理,修复 tf 文件该值有变化时,没有触发更改的问题

修改支持internal CLB的security group 中description注释部分

添加调用 CreateClusterInstances时,传入imageId参数来指定镜像,以及对镜像的验证,满足 img-xxx 的格式

回退版本(添加镜像),该文件不再维护

修改命令行参数的key, os -> img_id

修改tke资源is_non_static_ip_mode描述不当的错误, static -> non-static

添加Update操作对Port的支持

需求 支持external CLB创建多AZ实例 Description添加master_zone及查询结果相应的字段

添加测试用命,及 hcl 测试说明文档注释

添加测试用命,及 hcl 测试说明文档注释

添加创建多实例,开启和关闭CLB安全组默认放通测试用例

完善测试文件

添加AS的参数 MultiZoneSubnetPolicy ,支持多可用区(子网)打散

gendoc

change changelog.md

* change changelog.md: tencentcloud_container_cluster_instance -> tencentcloud_kubernetes_clusters

* change CHANGELOG.md version info

Co-authored-by: ivan <[email protected]>

v1.56.8

26 May 09:23
bd00ea6
Compare
Choose a tag to compare
Merge pull request #627 from rostachen/master

tke add desired_pod_num and update cluster_os; as update heartbeat_timeout

v1.56.6

12 May 03:53
4dd9e4e
Compare
Choose a tag to compare
Merge pull request #622 from rostachen/master

filed `cls_logset_id` and `cls_logset_id` change to Computed

v1.56.5

26 Apr 11:09
ca4fd55
Compare
Choose a tag to compare
Merge pull request #619 from rostachen/master

tencentcloud_kubernetes_cluster change upgrade cluster timeout

v1.56.4

26 Apr 06:07
4f087ac
Compare
Choose a tag to compare
Merge pull request #618 from rostachen/master

tke upgrade instances timeout depend on instance number