Skip to content

Commit

Permalink
Stuff for 1.7.5 release (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister authored Jul 10, 2024
1 parent e39ce2c commit 74facfb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
=========

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 74facfb

Please sign in to comment.