This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
0.2.0
Pre-release
Pre-release
NEW FEATURES
- Now supports Consul ACL tokens
IMPROVEMENTS
- Now uses the service name
rabbitmq.autocluster
for better DNS support - Cluster name tags are now prepended with
auto cluster:
to ensure they do not conflict with other possible tags in Consul - Configuration variables renamed for clarity:
client_host
andclient_port
are nowconsul_host
andconsul_port
- Refactored the code, extracting consul client functionality into a stand alone module
- Added unit tests to cover the consul functionality
- Removed debug writing to STDOUT
- Automated testing, release building, and deployment via travis-ci which took far more time than I care to admit.
BUG FIXES
- The plugin will no longer try and re-join a node that already exists in the cluster (GH-4)