From 74facfb0f7a2383f3f220de9f03488518bc72fd0 Mon Sep 17 00:00:00 2001 From: Rhys Date: Wed, 10 Jul 2024 06:42:37 +0200 Subject: [PATCH] Stuff for 1.7.5 release (#661) --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 8 ++++++++ galaxy.yml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6bb98a0a9..cd331b376 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ Community.MongoDB Release Notes .. contents:: Topics +v1.7.5: +========= + +Release Summary +---------------- + +This release is a maintenance release. + +Minor Changes +------------- + +- 648 - mongodb_auth - make create_for_localhost_exception configurable. +- 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. + v1.7.4: ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 26cac23f0..0eb393853 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -340,3 +340,11 @@ releases: This release is a maintenance release. minor_changes: - 644 - mongodb_shell - Add ssl/tls options. + 1.7.5: + release_summary: | + This release is a maintenance release. + minor_changes: + - 648 - mongodb_auth - make create_for_localhost_exception configurable. + - 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. diff --git a/galaxy.yml b/galaxy.yml index a58572dd5..827506412 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mongodb -version: 1.7.4 +version: 1.7.5 readme: README.md authors: - Ansible (https://github.com/ansible)