Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes for 1.7.6 release #672

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading