Skip to content

Releases: aliyun/terraform-provider-alicloud

v1.97.0

18 Sep 02:48
Compare
Choose a tag to compare
UPDATE CHANGELOG

v1.96.0

13 Sep 07:48
Compare
Choose a tag to compare
Cleanup after v1.96.0 release

v1.95.0

03 Sep 11:33
Compare
Choose a tag to compare
UPDATE CHANGELOG

v1.94.0

24 Aug 05:47
Compare
Choose a tag to compare
UPDATE CHANGELOG

v1.93.0

12 Aug 13:44
Compare
Choose a tag to compare
Add sweep func for adb cluster test

V1.7.2

09 Feb 09:37
0f8c725
Compare
Choose a tag to compare

IMPROVEMENTS:

  • New DataSource: alicloud_eips (#110)
  • New DataSource: alicloud_vswitches (#109)
  • Support inner network segregation in one security group (#112)

BUG FIXES:

  • Fix creating Classic instance failed result in role_name (#111)
  • Fix eip is not exist in nat gateway when creating snat (#108)

V1.7.1

02 Feb 05:48
4f6577d
Compare
Choose a tag to compare

1.7.1 (February 2, 2018)

IMPROVEMENTS:

  • Support setting instance_name for ESS scaling configuration (#107)
  • Support multiple vswitches for ESS scaling group and output slbIds and dbIds (#105)
  • Support to set internet_max_bandwidth_out is 0 for ESS configuration (#103)
  • Modify EIP default to PayByTraffic for international account (#101)
  • Deprecate nat gateway fileds 'spec' and 'bandwidth_packages' (#100)
  • Support to associate EIP with SLB and Nat Gateway (#99)

BUG FIXES:

  • fix a bug that can't create multiple VPC, vswitch and nat gateway at one time (#102)
  • fix a bug that can't import instance 'role_name' (#104)
  • fix a bug that creating ESS scaling group and configuration results from 'Throttling' (#106)

V1.7.0

25 Jan 07:02
a21d692
Compare
Choose a tag to compare

IMPROVEMENTS:

New Resource: alicloud_kms_key (#91)
New DataSource: alicloud_kms_keys (#93)
New DataSource: alicloud_instances (#94)
Add a new output field "arn" for alicloud_kms_key (#92)
Add a new field "specification" for alicloud_slb (#95)
Improve security group rule's port range for "-1/-1" (#96)

BUG FIXES:

fix slb invalid status error when launching ESS scaling group (#97)

V1.6.2

22 Jan 18:05
451814e
Compare
Choose a tag to compare

IMPROVEMENTS:

Modify db_connection prefix default value to "instance_id + 'tf'"(#90)
Modify db_connection ID to make it more simple while importing it(#90)
Add wait method to avoid useless status error while creating/modifying account or privilege or connection or database(#90)
Support to set instnace name for RDS (#88)
Avoid container cluster cidr block conflicts with vswitch's (#88)
Output resource import information (#87)
BUG FIXES:

fix instance id not found and instane status not supported bug(#90)
fix deleting slb_attachment resource failed bug (#86)

V1.6.1

18 Jan 06:26
05032ab
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support to modify instance type and network spec (#84)
  • Avoid needless error when creating security group rule (#83)

BUG FIXES:

  • fix creating cluster container failed bug (#85)