diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/community/mongodb/changelogs/changelog.yaml | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/mongodb/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/community/mongodb/changelogs/changelog.yaml | 70 |
1 files changed, 65 insertions, 5 deletions
diff --git a/ansible_collections/community/mongodb/changelogs/changelog.yaml b/ansible_collections/community/mongodb/changelogs/changelog.yaml index 7ad33ab5c..7f608d606 100644 --- a/ansible_collections/community/mongodb/changelogs/changelog.yaml +++ b/ansible_collections/community/mongodb/changelogs/changelog.yaml @@ -199,8 +199,8 @@ releases: - 440 - Fix incorrect alias ssl_crlfile. - 450 - Fix issues with mongodb_replicaset connecting with the pymongo 4.0.X driver. minor_changes: - - 450 - mongodb_replicaset. Introduce cluster_cmd parameter. Can be set to isMaster or hello. - hello is the default. isMaster is useful for older versions of MongoDB. + - 450 - mongodb_replicaset. Introduce cluster_cmd parameter. Can be set to isMaster or hello. + hello is the default. isMaster is useful for older versions of MongoDB. See [db.hello()](https://www.mongodb.com/docs/manual/reference/method/db.hello/) for more. 1.3.4: release_summary: | @@ -212,7 +212,7 @@ releases: This release is a maintenance release. Pymongo versions 3.12.* or 4.* are now required. MongoDB version 4+ are also required but can be overriden if desired. major_changes: - 470 - Removes depreciated distutils package and require Pymongo 3.12+ and MongoDB 4+ - Adds a new parameter strict_compatibility (default true). + Adds a new parameter strict_compatibility (default true). Set to false to disable Pymongo and MongoDB requirements. 1.4.1: release_summary: | @@ -247,7 +247,7 @@ releases: - 540 mongodb_replicaset - replicaset member priority updates. - 488 mongodb_info - Better handling of json data types. modules: - - description: + - description: - Manage MongoDB User Roles (#530). name: mongodb_role namespace: community @@ -269,4 +269,64 @@ releases: This release is a maintenance release. minor_changes: - 569 - All pymongo modules - Better support for MongoDB Atlas. - - 568 - Minor documentation updates.
\ No newline at end of file + - 568 - Minor documentation updates. + 1.6.1: + release_summary: | + This release is a maintenance release. + minor_changes: + - 578 - mongodb_role - More robust comparison of user roles. + 1.6.2: + release_summary: | + This release is a maintenance release. + minor_changes: + - 583 - mongodb_linux - Add vars for RedHat 9 to role. + - 586 - mongodb_auth - Add ssl vars to role. + - 589 - mongodb_linux - Adds vars to better handle ntp package installation and handling. + - 588 - mongodb_linux - Default ntp system to systemd-timesyncd for Debian12. + - 593 - mongodb_linux - Add vm.max_map_count = 128000 sysctl config. + - 597 - mongodb_monitoring - Module has been deleted as Free Monitoring service has been stopped. + - 595 - mongodb_linux - Improvements to transparent_hugepage handling. + 1.6.3: + release_summary: | + This release is a maintenance release. + minor_changes: + - 600 - Remove delete module from README.md. + - 601 - mongodb_install - Fix issue with specific_mongodb_version on RedHat OS family. + 1.7.0: + release_summary: | + This release is a maintenance release. + minor_changes: + - 622 - mongodb_mongod - Allow systemd configuration override. + - 620 - mongodb_common - Use SSL constants in shared connection code. + - 609 - mongodb_mongod, mongodb_mongos, mongodb_config - support for allowConnectionsWithoutCertificates. + - 605 - mongodb_mongod, mongodb_mongos, mongodb_config - support for security.disabledProtocols. + bugfixes: + - 614 - mongodb_replicaset - Count voting members based on the sum of "votes" and using a comprehension list. + - 611 - mongodb_role - lambda function changed to support non-existing keys. + modules: + - description: + - Manage database clusters in Atlas (#612) + name: mongodb_atlas_cluster + namespace: community + - description: + - Manage LDAP users in Atlas (#612) + name: mongodb_atlas_ldap_user + namespace: community + - description: + - Manage database users in Atlas (#612) + name: mongodb_atlas_user + namespace: community + - description: + - Manage IP whitelists in Atlas (#612) + name: mongodb_atlas_whitelist + namespace: community + 1.7.1: + release_summary: | + This release is a maintenance release. + bugfixes: + - 631 - cache/mongodb.py - Support pymongo 4.0+. This plugin no longer support pymongo 3.12.*. + 1.7.2: + release_summary: | + This release is a maintenance release. + bugfixes: + - 638 - mongodb_replicaset - Allow module to update replicaset horizons. |