Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 2.62 KB

1.2.0 (Unreleased)

1.1.0 (June 21, 2019)

FIXES:

  • Fixed issue preventing policies from updating (#18)
  • Policy: rename user variable to name (#19)
  • Fixed arguments_json in the queue resource, unfortunately it never worked and failed silently. A queue that receives arguments outside of terraform, where said arguments are not of type string, and was originally configured via arguments will be saved to arguments_json. This will present the user a diff but avoids a permanent error. (#26)

DEV IMPROVEMENTS:

  • Upgrade to Go 1.11 (#23)
  • Provider has been switched to use go modules and bumps the Terraform SDK to v0.11 (#26)
  • Makefile: add website and website-test targets (#15)
  • Upgrade hashicorp/terraform to v0.12.2 for latest Terraform 0.12 SDK (#34)

1.0.0 (April 27, 2018)

IMPROVEMENTS:

  • Allow vhost names to contain slashes (#11)

FIXES:

  • Allow integer values for policy definitions (#13)

0.2.0 (September 26, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Due to a bug discovered where bindings were not being correctly stored in state, rabbitmq_bindings.properties_key is now a read-only, computed field.

IMPROVEMENTS:

  • Added arguments_json to rabbitmq_queue. This argument can accept a nested JSON string which can contain additional settings for the queue. This is useful for queue settings which have non-string values. (#6)

FIXES:

  • Fix bindings not being saved to state (#8)
  • Fix issue in rabbitmq_user where tags were removed when a password was changed (#7)

0.1.0 (June 21, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout