Skip to content

Releases: verdigris-cookbooks/opsworks-rabbitmq

v0.3.1

16 Jan 02:23
Compare
Choose a tag to compare

Release Notes

  • Revert rabbitmq cookbook version down to ~2.4 due to incompatibility issues with Chef 11.10 on AWS OpsWorks

v0.3

16 Jan 01:28
Compare
Choose a tag to compare
  • Added opsworks_rabbitmq::user_management for user management
  • Added opsworks_rabbitmq::virtualhost_management for vhost management
  • ChefSpec unit tests for the above recipes

v0.2.1

15 Jan 01:00
Compare
Choose a tag to compare

Release Notes

  • Added opsworks_rabbitmq::policy_management needed for setting up High
    Availability queues on a cluster
  • Locked erlang cookbook version
    to 1.5.4
  • ChefSpec unit tests added
  • Travis CI support

v0.2

14 Jan 03:36
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Release Notes

  • Removed opsworks_rabbitmq::dns recipe (functionality now provided by
    opsworks_route53
    cookbook)
  • Fixed service cannot be found error in opsworks_rabbitmq::configure
    recipe

v0.1.1

13 Jan 07:53
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Release Notes

  • Fixed a minor bug with AWS Route53 zone ID attribute not being resolved correctly

v0.1.0

13 Jan 06:43
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Release Notes

  • Initial release based on original RabbitMQ cookbook