diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2e991dda..fa59b54b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,28 @@ Community.MongoDB Release Notes .. contents:: Topics +v 1.7.7: +========= + +Release Summary +---------------- + +This release is a maintenance release. + +Bug Fixes +---------- + +- 678 - mongodb_shell - This module did not implement the standard connection_options + feature since it is not a pymongo module. This has now been implemented in this module. + The connection_options parameter will be parsed, in a similar way to pymongo based modules, + and those options will be appended to the mongodb connection url. + e.g. mongodb://localhost:3001/test?replicaSet=myReplSet + +Minor Changes +-------------- + +- 675 & 673 - Minor documentation updates. + v 1.7.6: ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cfb04293d..463b67acd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -355,4 +355,15 @@ releases: - 666 - mongodb_linux - Fix check for Transparent Huge Pages. - 669 - mongodb_common - Replaces readfp function with read_file to support Python 3.12. minor_changes: - - 667 - Several modules - Minor documentation update. \ No newline at end of file + - 667 - Several modules - Minor documentation update. + 1.7.7: + release_summary: | + This release is a maintenance release. + bugfixes: + - 678 - mongodb_shell - This module did not implement the standard connection_options + feature since it is not a pymongo module. This has now been implemented in this module. + The connection_options parameter will be parsed, in a similar way to pymongo based modules, + and those options will be appended to the mongodb connection url. + e.g. mongodb://localhost:3001/test?replicaSet=myReplSet + minor_changed: + - 675 & 673 - Minor documentation updates. \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 045401de5..10f9ffad9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mongodb -version: 1.7.6 +version: 1.7.7 readme: README.md authors: - Ansible (https://github.com/ansible)