Files
offline_kubespray/collection/community/rabbitmq/changelogs/changelog.yaml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

49 lines
2.1 KiB
YAML

ancestor: null
releases:
1.0.0:
changes:
bugfixes:
- 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. (https://github.com/ansible/ansible/issues/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. (https://github.com/ansible/ansible/pull/61960)
minor_changes:
- rabbitmq_publish - Support for connecting with SSL certificates.
fragments:
- 55919-rabbitmq_publish-fix-for-recent-pika-versions.yml
- 66876-parse_post_rabbitmq_3.7_output_as_json.yaml
- lookup_rabbitmq-is_closing-bug.yml
- rabbitmq_publish-certificate-checks.yml
release_date: '2020-08-18'
1.1.0:
changes:
bugfixes:
- rabbitmq_policy - The ``_policy_check`` piece of the policy module (``policy_data``)
is typically list based on a split of the variable ``policy``. However ``policy``
in some cases does not contain data. The fix allows ``tags`` to attempt to
load as json first but in the case of failure, assign ``tags`` without using
the json loader (https://github.com/ansible-collections/community.rabbitmq/pull/28).
release_summary: '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.'
fragments:
- 1.1.0.yml
- 86-fix-tags-json-in-rmq-policy.yml
modules:
- description: Enables feature flag
name: rabbitmq_feature_flag
namespace: ''
- description: Execute rabbitmq-upgrade commands
name: rabbitmq_upgrade
namespace: ''
- description: Manage RabbitMQ user limits
name: rabbitmq_user_limits
namespace: ''
release_date: '2021-07-29'