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

Latest commit

 

History

History
79 lines (48 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

79 lines (48 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log follow the convention proposed by Kepp a CHANGELOG.

Added

  • New option to configure permission for users

Changed

  • Travis now uses the last Ansible

Fixed

  • URL of the signing key for Debian updated
  • Fixed the JSON generation for rabbitmq_parameter. It seems that #237 did not fix it after all...

1.4.0 - 2014-11-20

Added

  • Simple Travis-CI support
  • Test to ensure the default configuration listen to the good port

Changed

  • Update the tasks directory layout to be more idiomatic

Fixed

  • item.vhost silently changed to item.name breaking the API involuntary.

1.3.0 - 2014-11-16

Added

  • Add support for Redhat

Changed

  • Allow the test to run with TLS by adding dummy certificates
  • Allow a more flexible naming for the X.509 certificates

1.2.0 - 2014-11-06

Added

  • Add the possibility to define the VM to use for testing from the command line

Changed

  • Switch the default VM used for test to one from Vagrant cloud
  • Support the default Debian package instead of the one distributed by RabbitMQ
  • Reorganise and clean the code for to help future change (new OS/distrib, clustering)

1.1.0 - 2014-10-30

Added

  • Add the possibility to use non default node name. See the new field node in the rabbitmq_vhost_definitions and rabbitmq_users_definitions variables. This field is optional.
  • Add the possibility to generate a rabbitmq-env.conf file in the RabbitMQ configuration folder. See the rabbitmq_conf_env hash.

1.0.0 - 2014-10-26

Initial version number