Releases: cloudamqp/terraform-provider-cloudamqp
Releases · cloudamqp/terraform-provider-cloudamqp
v1.19.2
NOTE:
- Updated the API wrapper (go-api) dependecy with newer version (1.9.1).
- Now support asynchronous request for plugin/community actions. Solve issues when enable multiple plugins.
IMPROVEMENTS:
Full Changelog: v1.19.1...v1.19.2
v1.19.1
IMPROVEMENTS:
- Added support to disable consumer_timeout for RabbitMQ configuration.
- Excluded nodes argument when using shared instance plan.
Full Changelog: v1.19.0...v1.19.1
v1.19.0
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
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:
IMPROVEMENTS:
- Updated wrong information in documentation for VPC peering.
Full Changelog: v1.17.2...v1.18.0
v1.17.2
IMPROVEMENTS:
Full Changelog: v1.17.1...v1.17.2
v1.17.1
v1.17.0
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:
- Added support to upgrade to latest possible versions for RabbitMQ and Erlang by @tbroden84 , @nordlundj #151
IMPROVEMENTS:
- Added configurable timeout/sleep for accept/remove VPC peering. #153
Full Changelog: v1.16.0...v1.17.0
v1.16.0
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
v1.15.2
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