Skip to content

Latest commit

 

History

History
431 lines (275 loc) · 25.1 KB

CHANGELOG.md

File metadata and controls

431 lines (275 loc) · 25.1 KB

1.30.0 (Unreleased)

1.29.0 (2021-06-22)

FEATURES:

  • New Resource: ucloud_uk8s_cluster. (#103)
  • New Resource: ucloud_uk8s_node. (#103)

1.28.0 (2021-06-03)

ENHANCEMENTS:

  • resource/ucloud_cube_pod: add security_group to argument.(#102)

BUG FIXES:

  • resource/ucloud_cube_pod: fix the issue .(#102)

1.27.0 (2021-05-18)

FEATURES:

  • New Datasource: ucloud_ufs_volumes. (#95)
  • New Datasource: ucloud_us3_buckets. (#95)
  • New Resource: ucloud_ufs_volume. (#95)
  • New Resource: ucloud_us3_bucket. (#95)
  • New Resource: ucloud_cube_pod. (#95)

ENHANCEMENTS:

  • datasource/ucloud_db_parameter_groups: add class_type to argument. (#95)
  • resource/ucloud_db_instance: add postgresql enum value to engine. (#95)
  • resource/ucloud_instance: add Ampere/Altra enum value to min_cpu_platform. (#95)
  • resource/ucloud_nat_gateway: support update security_group. (#95)
  • resource/ucloud_redis_instance: support arguments about backup Redis instance and standby_zone only for Active-Standby Redis. (#95)

1.26.0 (2021-04-28)

ENHANCEMENTS:

  • Update for go Version 1.16. (#92)
  • the release support darwin_arm64. (#92)
  • resource/ucloud_redis_instance: add the version 6.0 of the engine_version supported. (#93)
  • resource/ucloud_disk: open the usage restrictions of rssd_data_disk. (#93)

1.25.1 (2021-04-08)

BUG FIXES:

  • resource/ucloud_lb: Fix the validation about internal and subnet_id. (#90)
  • resource/ucloud_redis_instance: Fix the validation about engine_version.(#90)

1.25.0 (2020-12-11)

ENHANCEMENTS:

  • resource/ucloud_lb: add listen_type to the argument. (#88)
  • datasource/ucloud_subnets: add vpc_id to the attributes. (#88)

1.24.1 (2020-11-06)

BUG FIXES:

  • resource/ucloud_db_instance: Fix the error about updating only one of instance_storage and instance_type. (#86)

1.24.0 (2020-10-23)

ENHANCEMENTS:

  • resource/ucloud_instance: add network_interface to the argument in order to create and associate eip with the instance.(#85)

1.23.0 (2020-09-07)

ENHANCEMENTS:

  • resource/ucloud_vpc_peering_connection: add peer_region to argument in order to support vpc intercommunication in different regions((#83))

1.22.0 (2020-08-27)

ENHANCEMENTS:

  • resource/ucloud_db_instance: update instance_type about NVMe SSD DB #69
  • resource/ucloud_instance: update instance_type about OS instance #69

1.21.0 (July 27, 2020)

ENHANCEMENTS:

1.20.0 (June 08, 2020)

ENHANCEMENTS:

  • resource/ucloud_instance: add min_cpu_platform to argument(#68)
  • resource/ucloud_instance: add cpu_platform to attributes(#68)

1.19.0 (April 15, 2020)

FEATURES:

  • New Datasource: ucloud_db_parameter_groups (#66)

ENHANCEMENTS:

  • resource/ucloud_db_instance: add parameter_group to argument (#66)
  • resource/ucloud_db_instance: add timeouts to argument (#66)
  • resource/ucloud_instance: add timeouts to argument (#66)

1.18.0 (April 10, 2020)

ENHANCEMENTS:

  • resource/ucloud_instance: add data_disks to argument (#65)

1.17.0 (March 31, 2020)

ENHANCEMENTS:

  • resource/ucloud_instance: add user_data to argument(#64)
  • resource/ucloud_lb: add security_group to argument(#64)
  • resource/ucloud_redis_instance: add 5.0 enums of engine_version and refresh the instance_type(#64)

1.16.0 (March 06, 2020)

ENHANCEMENTS:

  • resource/ucloud_instance: add high frequency(c) instance type (#61)
  • datasource/ucloud_images: add argument ids(#61)
  • datasource support ids as attributes (#61)

1.15.1 (January 13, 2020)

BUG FIXES:

  • resource/ucloud_instance: Fix the validate of instance_type(#58)

1.15.0 (December 27, 2019)

NOTES:

  • provider: The underlying Terraform codebase dependency for the provider SDK and acceptance testing framework has been migrated from github.com/hashicorp/terraform to github.com/hashicorp/terraform-plugin-sdk. They are functionality equivalent and this should only impact codebase development to switch imports. For more information see the Terraform Plugin SDK page in the Extending Terraform documentation(#54)

ENHANCEMENTS:

  • resource/ucloud_instance: add private_ip to argument(#56)

1.14.1 (October 18, 2019)

BUG FIXES:

  • provider: Fix the provider about insecure didn't take effect(#53)

1.14.0 (October 13, 2019)

FEATURES:

  • New Datasource: ucloud_nat_gateways(#51)
  • New Datasource: ucloud_vpn_gateways(#51)
  • New Datasource: ucloud_vpn_customer_gateways(#51)
  • New Datasource: ucloud_vpn_connections(#51)

ENHANCEMENTS:

  • resource/ucloud_nat_gateway: enable to import(#51)
  • resource/ucloud_vpn_gateway: enable to import(#51)
  • resource/ucloud_vpn_customer_gateway: enable to import(#51)
  • resource/ucloud_vpn_connection: enable to import(#51)

BUG FIXES:

  • resource/ucloud_subnet: Fix the validate of cidr_block(#50)
  • resource/ucloud_vpc: Fix the validate of cidr_blocks(#50)
  • resource/ucloud_vpn_connection: Fix the validate of remote_subnets(#50)

1.13.0 (September 30, 2019)

FEATURES:

  • New Resource: ucloud_nat_gateway(#48)
  • New Resource: ucloud_nat_gateway_rule(#48)
  • New Resource: ucloud_vpn_gateway[#48]
  • New Resource: ucloud_vpn_customer_gateway(#48)
  • New Resource: ucloud_vpn_connection(#48)
  • New Resource: ucloud_vip(#48)

ENHANCEMENTS:

  • resource/ucloud_instance: Add argument allow_stopping_for_update(#48)
  • resource/ucloud_db_instance: Update the range of instance_type and instance_storage(#48)

BUG FIXES:

  • resource/ucloud_subnet: Fix the problem about the subnet can not be deleted while associated resources of it have been deleted.(#48)

1.12.1 (August 26, 2019)

BUG FIXES:

  • Fix the duration about it can specify zero-value distinguish from null-value(#45)
  • resource/ucloud_db_instance: Fix the backup_begin_time about it can specify zero-value distinguish from null-value(#45)
  • resource/ucloud_instance: Fix the content of return err about cloud_normal of boot_disk_type is not supported currently(#45)
  • resource/ucloud_lb_listener: Fix the idle_timeout about it can specify zero-value distinguish from null-value(#45)
  • resource/ucloud_lb_ssl_attachment: Fix the inaccurate plan about creating lb ssl attachment(#46)
  • resource/ucloud_lb_ssl_attachment: Fix the api err about deleting lb ssl attachment(#46)
  • resource/ucloud_disk_attachment: Fix the api err about delete disk attachment(#47)

1.12.0 (August 23, 2019)

ENHANCEMENTS:

  • datasource/ucloud_images: Add argument most_recent(#43)
  • resource/ucloud_disk: Update customdiff precheck about disk_size(#43)

BUG FIXES:

  • Fix the validate function of duration about allow the value 0 when pay by month(#43)
  • resource/ucloud_disk: Fix the problem about resize the disk_size when the disk have attached to the instance(#43)

1.11.1 (July 19, 2019)

BUG FIXES:

  • Fix the problem of WaitForState function about keep waiting until the timeout occurs in some situation [#41]

1.11.0 (July 09, 2019)

FEATURES:

  • New Resource: ucloud_isolation_group (#38)

ENHANCEMENTS:

  • update terraform SDK to 0.12.2 (#37)

1.10.1 (June 17, 2019)

BUG FIXES:

  • resource/ucloud_instance: Fix the problem that the instance updates some specific attributes (instance_type, root_password, boot_disk_size, data_disk_size) without automatically starting up (#36)

1.10.0 (June 10, 2019)

FEATURES:

  • Terraform 0.12 update terraform SDK to 0.12 (#34)

1.9.0 (May 21, 2019)

FEATURES:

  • New Resource: ucloud_redis_instance (#33)
  • New Resource: ucloud_memcache_instance (#33)

ENHANCEMENTS:

  • datasource/ucloud_db_instances: Add attribute private_ip(#33)
  • resource/ucloud_db_instance: Add attribute private_ip(#33)

BUG FIXES:

  • resource/ucloud_lb_listener: Fix port to ForceNew and fix default value about it (#32)
  • resource/ucloud_lb: Fix vpc_id subnet_id to ForceNew (#32)
  • resource/ucloud_db_instance: Fix tag to ForceNew (#32)
  • resource/ucloud_subnet: Fix remark to ForceNew (#32)
  • resource/ucloud_vpc_peering_connection: Fix peer_project_id to ForceNew (#32)
  • resource/ucloud_udpn_connection: Fix charge_type durationto ForceNew (#32)

1.8.0 (May 14, 2019)

ENHANCEMENTS:

  • datasource/ucloud_disks: Add attribute availability_zone(#30)
  • datasource/ucloud_disks: Add possible value rssd_data_disk of disk_type (#30)
  • resource/ucloud_disk: Add possible value rssd_data_disk of disk_type (#30)
  • resource/ucloud_instance: Optimization of validate about instance_type (#30)
  • resource/ucloud_instance: Add Outstanding instance_type (#30)

1.7.0 (May 10, 2019)

ENHANCEMENTS:

  • datasource/ucloud_instances: Add attribute vpc_id , subnet_id, private_ip (#27)
  • resource/ucloud_instance: Add attribute private_ip (#27)
  • resource/ucloud_lb_listener: Update customdiff precheck about protocol and listen_type (#27)

BUG FIXES:

  • resource/ucloud_vpc: Fix cidr_blocks validate func (#28)
  • resource/ucloud_subnet: Fix cidr_block validate func (#28)
  • resource/ucloud_instance: Fix image_id read (#28)

1.6.0 (April 12, 2019)

FEATURES:

  • New Datasource: ucloud_db_instances(#24)
  • New Datasource: ucloud_lb_ssls(#24)
  • New Datasource: ucloud_security_groups(#24)
  • New Datasource: ucloud_vpcs(#24)
  • New Datasource: ucloud_subnets(#24)

ENHANCEMENTS:

  • datasource/ucloud_lbs: Add attribute internal (#24)
  • datasource/ucloud_instances: Add argument name_regex (#24)
  • datasource/ucloud_eips: Add argument name_regex (#24)
  • datasource/ucloud_projects: Add argument name_regex (#24)
  • datasource/ucloud_zones: Add attribute total_count (#24)

1.5.0 (April 01, 2019)

FEATURES:

  • New Datasource: ucloud_disks(#23)
  • New Datasource: ucloud_lbs(#23)
  • New Datasource: ucloud_lb_listeners(#23)
  • New Datasource: ucloud_lb_rules(#23)
  • New Datasource: ucloud_lb_attachments(#23)

ENHANCEMENTS:

  • resource/ucloud_lb: Deprecated attribute expire_time for optimizing outputs (#23)

1.4.0 (March 18, 2019)

ENHANCEMENTS:

  • resource/ucloud_db_instance: Shorten the waiting time (#22)
  • resource/ucloud_disk: Shorten the waiting time and update states (#22)
  • resource/ucloud_disk_attachment: Shorten the waiting time (#22)
  • resource/ucloud_eip: Shorten the waiting time and update states (#22)
  • resource/ucloud_lb_listener: Shorten the waiting time and update states (#22)
  • resource/ucloud_lb_attachment: Shorten the waiting time and update states (#22)

1.3.1 (March 15, 2019)

BUG FIXES:

  • resource/ucloud_lb_listener: Fix lb listener import (#21)
  • resource/ucloud_lb_attachment: Fix lb attachment import (#21)
  • resource/ucloud_lb_rule: Fix lb rule import (#21)

1.3.0 (March 12, 2019)

ENHANCEMENTS:

  • resource/ucloud_db_instance: Add default password (#18)
  • resource/ucloud_lb: Deprecated charge_type (#18)

BUG FIXES:

  • resource/ucloud_lb: Fix lb import about charge_type and internal (#18)

1.2.1 (March 06, 2019)

ENHANCEMENTS:

  • resource/ucloud_instance: Add default root password (#15)

BUG FIXES:

  • resource/ucloud_instance: Fix validate cloud disk import (#15)

1.2.0 (March 05, 2019)

FEATURES:

  • New Resource: ucloud_db_instance (#12)
  • New Resource: ucloud_lb_ssl (#12)
  • New Resource: ucloud_lb_ssl_attachment (#12)
  • New Datasource: ucloud_instances (#12)
  • New Resource: ucloud_udpn_connection (#7)

ENHANCEMENTS:

  • resource/ucloud_disk_attachment: Update schema version for disk attachment ID (#12)
  • resource/ucloud_vpc: Add update logic to cidr_blocks (#9)
  • provider: Support shared credential file and named profile (#11)
  • provider: Support customize endpoint url (#11)

BUG FIXES:

  • resource/ucloud_instance: Fix read of image_id and instance_type (#12)
  • resource/ucloud_instance: Check and create default firewall for new account (#9)
  • resource/ucloud_vpc: Fix cannot add multi value to cidr_blocks (#9)

1.1.0 (January 09, 2019)

ENHANCEMENTS:

  • resource/ucloud_eip_association: Update schema version for eip association ID (#2)
  • resource/ucloud_eip_association: Deprecated resource_type (#2)
  • resource/ucloud_lb_attachment: Deprecated resource_type (#2)
  • resource/ucloud_eip: Add public_ip attribute (#2)
  • resource/ucloud_instance: Update instance_type about customized (#2)
  • provider: Add UserAgent to external API (#2)

BUG FIXES:

  • resource/ucloud_disk: Fix default of name argument (#2)
  • resource/ucloud_eip: Fix default of name argument (#2)
  • resource/ucloud_instance: Fix default of name argument (#2)
  • resource/ucloud_lb_listener: Fix default of name argument (#2)
  • resource/ucloud_lb: Fix default of name argument (#2)
  • resource/ucloud_security_group: Fix default of name argument (#2)
  • resource/ucloud_subnet: Fix default of name argument (#2)
  • resource/ucloud_vpc: Fix default of name argument (#2)

1.0.0 (December 19, 2018)

FEATURES:

  • New Resource: ucloud_instance
  • New Resource: ucloud_disk
  • New Resource: ucloud_disk_attachment
  • New Resource: ucloud_eip
  • New Resource: ucloud_eip_association
  • New Resource: ucloud_security_group
  • New Resource: ucloud_vpc
  • New Resource: ucloud_subnet
  • New Resource: ucloud_vpc_peering_connection
  • New Resource: ucloud_lb
  • New Resource: ucloud_lb_listener
  • New Resource: ucloud_lb_attachment
  • New Resource: ucloud_lb_rule
  • New Datasource: ucloud_eips
  • New Datasource: ucloud_images
  • New Datasource: ucloud_projects
  • New Datasource: ucloud_zones