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

[Release] Bumped mongo version to 6.7.1 #18061

Merged
merged 1 commit into from
Jul 17, 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
6 changes: 6 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.7.1 / 2024-07-17

***Fixed***:

* Fix coll or index stats metrics failure when the agent user is not authorized to perform $collStats or $indexStats aggregation on a collection. This fix prevents check to fail when an OperationFailure is raised to run $collStats or $indexStats on system collections such as system.replset on local database. ([#18044](https://github.com/DataDog/integrations-core/pull/18044))

## 6.7.0 / 2024-07-05

***Deprecated***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/18044.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '6.7.0'
__version__ = '6.7.1'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ datadog-marklogic==4.2.1
datadog-mcache==4.1.0; sys_platform != 'win32'
datadog-mesos-master==3.3.1; sys_platform != 'win32'
datadog-mesos-slave==3.3.1; sys_platform != 'win32'
datadog-mongo==6.7.0
datadog-mongo==6.7.1
datadog-mysql==12.6.0
datadog-nagios==1.13.0
datadog-network==3.3.0
Expand Down
Loading