summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst
parentInitial commit. (diff)
downloadansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz
ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst')
-rw-r--r--collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst b/collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst
new file mode 100644
index 00000000..7952c588
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/mongodb/CHANGELOG.rst
@@ -0,0 +1,33 @@
+===============================
+Community.Mongodb Release Notes
+===============================
+
+.. contents:: Topics
+
+
+v1.1.0
+======
+
+New Modules
+-----------
+
+- community.mongodb.mongodb_shell - Run commands via the MongoDB shell.
+
+v1.0.0
+======
+
+New Modules
+-----------
+
+- community.mongodb.mongodb_balancer - Manages the MongoDB Sharded Cluster Balancer.
+- community.mongodb.mongodb_index - Creates or drops indexes on MongoDB collections.
+- community.mongodb.mongodb_info - Gather information about MongoDB instance.
+- community.mongodb.mongodb_maintenance - Enables or disables maintenance mode for a secondary member.
+- community.mongodb.mongodb_oplog - Resizes the MongoDB oplog.
+- community.mongodb.mongodb_parameter - Change an administrative parameter on a MongoDB server
+- community.mongodb.mongodb_replicaset - Initialises a MongoDB replicaset.
+- community.mongodb.mongodb_shard - Add or remove shards from a MongoDB Cluster
+- community.mongodb.mongodb_shutdown - Cleans up all database resources and then terminates the mongod/mongos process.
+- community.mongodb.mongodb_status - Validates the status of the cluster.
+- community.mongodb.mongodb_stepdown - Step down the MongoDB node from a PRIMARY state.
+- community.mongodb.mongodb_user - Adds or removes a user from a MongoDB database