Skip to content

Releases: cloudamqp/terraform-provider-cloudamqp

v1.19.0

01 Jul 10:53
3073907
Compare
Choose a tag to compare

NOTE:

  • Update the API wrapper (go-api) dependecy with newer version (1.9.0)
  • Update goutils dependecy with newer version (1.1.1)

FEATURES:

  • Added support for resize disk #162

IMPROVEMENTS:

  • Updated nodes data source with original and additional disk sizes #162

Full Changelog: v1.18.0...v1.19.0

v1.18.0

08 Jun 14:10
dce29b4
Compare
Choose a tag to compare

NOTE:

  • Updated the API wrapper (go-api) dependency with newer version (1.8.1)
  • Updated go-getter dependency with newer version (1.6.1)

FEATURES:

  • Added support for updating RabbitMQ config #150
  • Added support for invoking node actions #150

IMPROVEMENTS:

  • Updated wrong information in documentation for VPC peering.

Full Changelog: v1.17.2...v1.18.0

v1.17.2

27 May 11:31
v1.17.2
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for "Connection flow" alarm by @dentarg in #156

Full Changelog: v1.17.1...v1.17.2

v1.17.1

24 May 14:51
31baa3e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added reminder_interval schema argument for alarms.

Full Changelog: v1.17.0...v1.17.1

v1.17.0

24 May 11:43
5397e73
Compare
Choose a tag to compare

NOTE:

  • Updated the API wrapper (go-api) dependency with newer version (1.8.0).
  • Configurable timeout/sleep for VPC peering, avoids firewall configuration blocking VPC peering.

FEATURES:

IMPROVEMENTS:

  • Added configurable timeout/sleep for accept/remove VPC peering. #153

Full Changelog: v1.16.0...v1.17.0

v1.16.0

09 May 08:21
b8438dc
Compare
Choose a tag to compare

NOTE:

  • Updated the API wrapper (go-api) dependency with newer version (1.6.0).
  • Introducing managed VPC resource to decouple VPC from instance. #148
  • To avoid breaking changes
    • It's still possible to create VPC from instance with vpc_subnet, but is discouraged.
    • Default behaviour for instance is still to delete associated VPC.
    • To keep managed VPC, set attribute keep_associated_vpc = true on each instance resource. This will override the default behaviour when deleting an instance.

FEATURES:

  • Added support for managed VPC resource.
  • Added list on all available standalone VPC for an account.
  • Added multiple attribute (vpc_id and instance_id) to fetch VPC information.
  • Added multiple attribute (vpc_id and instance_id) to handle VPC peering.
  • Added documentations and guide for managed VPC resource.

IMPROVEMENTS:

  • Added keep_associated_vpc attribute for instance resource.

DEPRECATED:

  • data_source/vpc_gcp_info, intance_id use vpc_id instead
  • data_source/vpc_info, instance_id use vpc_id instead
  • resource/instance, vpc_subnet create managed VPC instead
  • resource/vpc_gcp_peering, intance_id use vpc_id instead
  • resource/vpc_peering, intance_id use vpc_id instead

Full Changelog: v1.15.3...v1.16.0

v1.15.3

06 Apr 12:28
86ebe8c
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for Scalyr log integrations #147

Full Changelog: v1.15.2...v1.15.3

v1.15.2

29 Mar 12:47
056aec6
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add new attribute, value_calculation, to alarms #138
  • Add support for CLOUDAMQP_BASEURL in provider, make testing easier #143

BUG FIXES:

  • Correct validation for firewall rule attributes #141

Full Changelog: v1.15.1...v1.15.2

v1.15.1

21 Dec 16:47
ef17897
Compare
Choose a tag to compare

Note:

  • Updated the API wrapper (go-api) dependency with newer version (1.5.4)

IMPROVEMENTS:

  • Removed peer_subnet as schema attribute from VPC GCP peering
  • Removed formatting response data for firewall rules
  • Indirect multiple retry functionality to create and update firewall rules
  • Updated VPC GCP peering documentation

v1.15.0

20 Dec 13:03
87fb961
Compare
Choose a tag to compare

Note:

  • Updated the API wrapper (go-api) dependency with newer version (1.5.3)
  • Fix typo in index.md by @orlandothoeny in #132

FEATURES:

  • Add VPC peer configuration and info for Google Cloud Platform #134

New Contributors

Full Changelog: v1.14.0...v1.15.0