summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/rabbitmq/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/rabbitmq/changelogs')
-rw-r--r--ansible_collections/community/rabbitmq/changelogs/changelog.yaml24
1 files changed, 18 insertions, 6 deletions
diff --git a/ansible_collections/community/rabbitmq/changelogs/changelog.yaml b/ansible_collections/community/rabbitmq/changelogs/changelog.yaml
index ee3c424ba..db72d33e0 100644
--- a/ansible_collections/community/rabbitmq/changelogs/changelog.yaml
+++ b/ansible_collections/community/rabbitmq/changelogs/changelog.yaml
@@ -95,22 +95,21 @@ releases:
1.2.3:
changes:
bugfixes:
+ - Various CI fixes (https://github.com/ansible-collections/community.rabbitmq/pull/139
+ & https://github.com/ansible-collections/community.rabbitmq/pull/141).
- rabbitmq_queue - fixing an issue where a special character in the queue name
would result in an API error (https://github.com/ansible-collections/community.rabbitmq/issues/114).
minor_changes:
- rabbitmq_exchange - adding ability to specify exchange types that are enabled
- via plugins. I(x-random), I(x-consistent-hash) and I(x-recent-history)
- (https://github.com/ansible-collections/community.rabbitmq/pull/142).
+ via plugins. I(x-random), I(x-consistent-hash) and I(x-recent-history) (https://github.com/ansible-collections/community.rabbitmq/pull/142).
- rabbitmq_publish - fixing issue with publishing to exchanges and adding exchange
documentation examples. Publishing to an exchange or queue is now mutually
- exclusive (https://github.com/ansible-collections/community.rabbitmq/pull/140).
- - Various CI fixes (https://github.com/ansible-collections/community.rabbitmq/pull/139 &
- https://github.com/ansible-collections/community.rabbitmq/pull/141).
+ exclusive (https://github.com/ansible-collections/community.rabbitmq/pull/140).
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 the 1.2.1 release.'
+ that have been made after the 1.2.2 release.'
fragments:
- 1.2.3.yml
- 114-queue-name-escape.yml
@@ -118,3 +117,16 @@ releases:
- 140-fixing-publishing-to-exchanges.yaml
- 142-new-plugin-exchanges.yml
release_date: '2022-11-04'
+ 1.3.0:
+ changes:
+ minor_changes:
+ - rabbitmq_user - add support to user manipulation through RabbitMQ API (https://github.com/ansible-collections/community.rabbitmq/issues/76)
+ 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 the 1.2.3 release.'
+ fragments:
+ - 1.3.0.yml
+ - 120-api-managed-users.yaml
+ release_date: '2024-03-31'