This is the minor release of the community.rabbitmq
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after release 1.0.3.
- rabbitmq_policy - The
_policy_check
piece of the policy module (policy_data
) is typically list based on a split of the variablepolicy
. Howeverpolicy
in some cases does not contain data. The fix allowstags
to attempt to load as json first but in the case of failure, assigntags
without using the json loader (ansible-collections#28).
- community.rabbitmq.rabbitmq_feature_flag - Enables feature flag
- community.rabbitmq.rabbitmq_upgrade - Execute rabbitmq-upgrade commands
- community.rabbitmq.rabbitmq_user_limits - Manage RabbitMQ user limits
- rabbitmq_publish - Support for connecting with SSL certificates.
- Refactor RabbitMQ user module to first check the version of the daemon and then, when possible add flags to rabbitmqctl so that a machine readable output is returned. Also, depending on the version, parse the output in correctly. Expands tests accordingly. (ansible/ansible#48890)
- rabbitmq lookup plugin - Fix for rabbitmq lookups failing when using pika v1.0.0 and newer.
- rabbitmq_publish - Fix to ensure the module works correctly for pika v1.0.0 and later. (ansible/ansible#61960)