Skip to content

Commit

Permalink
Add changes for 1.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Aug 8, 2024
1 parent 97d9ef2 commit 595fbe4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
=========

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.5
version: 1.7.6
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 595fbe4

Please sign in to comment.