diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd331b376..a2e991dda 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,25 @@ Community.MongoDB Release Notes .. contents:: Topics +v 1.7.6: +========= + +Release Summary +---------------- + +This release is a maintenance release. + +Bug Fixes +---------- + +- 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. + v1.7.5: ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0eb393853..cfb04293d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -348,3 +348,11 @@ releases: - 653 - mongodb_auth - Use mongod_host variable instead of hardcoded localhost. - 657 - mongodb_common (all modules) - Handle arbiters in test for auth. This was done for the mongodb_status module but affects all modules using this shared code. - 660 - runtime.yml - Adds atlas, mongodb and all action_groups to collection. + 1.7.6: + release_summary: | + This release is a maintenance release. + bugfixes: + - 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 diff --git a/galaxy.yml b/galaxy.yml index 827506412..045401de5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mongodb -version: 1.7.5 +version: 1.7.6 readme: README.md authors: - Ansible (https://github.com/ansible)