Skip to content

Releases: cloudamqp/terraform-provider-cloudamqp

v1.32.0

04 Sep 13:57
Compare
Choose a tag to compare

FEATURES:

  • Added support to upgrade LavinMQ instances (#296)

New Contributors

Full Changelog: v1.31.0...v1.32.0

v1.31.0

19 Aug 06:01
35bdec1
Compare
Choose a tag to compare

FEATURES:

  • Added support to specify RabbitMQ version when upgrading (#295)
  • Added support to use data source when upgrading RabbitMQ version (#295)

Full Changelog: v1.30.1...v1.31.0

v1.30.1

30 Jul 13:46
05841da
Compare
Choose a tag to compare

1.30.1 (Jul 30, 2024)

IMPROVEMENTS:

  • Docs: Added notification example for Slack (#287)
  • Added internal hostname information to nodes data source (#289)
  • Added availability zone information to nodes data source (#290)

Full Changelog: v1.30.0...v1.30.1

v1.30.0

10 Jun 12:38
8fc9082
Compare
Choose a tag to compare

NOTES:

  • Github CI workflow with Go VCR basic resource testing
  • Go-API client library imported into provider and removed external dependency
  • Terraform Plugin SDK v2

Features:

  • Added Go VCR basic resource testing that extends acceptance test with stored fixtures (#257)
  • Updated Terraform Plugin SDK to V2 by @tete17 in (#261)

IMRPOVEMENTS:

  • Added support for updating webhook resource (#268)
  • Added configurable retries for webhook resource (#268)
  • Updated integration resource docs for Datadog tags by @neurogoblin in (#277)
  • Imported Go-API client library with history (#282)
  • Posted Go-API import modifications (#284)

New Contributors

  • @tete17 made their first contribution in #261
  • @neurogoblin made their first contribution in #277

Full Changelog: v1.29.5...v1.30.0

v1.29.5

04 Apr 15:47
3f47826
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Documentation: Fix link to instance regions guide from the instances guide by @Alex-Wauters in #263
  • Documentation: Information on how to use Message Broker HTTP API #264
  • Added handling of "creating/deleting" notice alarm by @arthmoeros in #265

New Contributors

Full Changelog: v1.29.4...v1.29.5

v1.29.4

15 Feb 13:36
5c15fb1
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added optional responders argument for OpsGenie recipient #258

Full Changelog: v1.29.3...v1.29.4

v1.29.3

26 Jan 13:49
f1ebed6
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for Azure monitor log integration #254
  • Add support for signl4 alarms recipient #255

Full Changelog: v1.29.2...v1.29.3

v1.29.2

17 Jan 08:52
bea27a5
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added support for the Coralogix log integration #253

Full Changelog: v1.29.1...v1.29.2

v1.29.1

21 Dec 10:46
e896c44
Compare
Choose a tag to compare

BUG FIXES:

  • Fix PrivateLink/Private Service Connect import #250

Full Changelog: v1.29.0...v1.29.1

v1.29.0

18 Dec 10:19
dd5511a
Compare
Choose a tag to compare

NOTES:

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

FEATURES:

  • Add resource that invoke account actions. #231
  • Add new generic resource for VPC Connect #240
    • Enables GCP Private Service Connect
    • Handles AWS PrivateLink
    • Handles Azure PrivateLink
  • Add configurable retries for plugin resources #241
  • Add configurable retry when reading PrivateLink information #246
  • Add configurable retry for GCP VPC peering #247

IMPROVEMENTS:

  • Update and clean up samples #235
  • Remove default RMQ version request when version left out #237
  • Handle gone VPC resource #238