diff --git a/mongo/CHANGELOG.md b/mongo/CHANGELOG.md index 04368be5bc6e5..54153405bfd29 100644 --- a/mongo/CHANGELOG.md +++ b/mongo/CHANGELOG.md @@ -2,6 +2,12 @@ +## 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***: diff --git a/mongo/changelog.d/18044.fixed b/mongo/changelog.d/18044.fixed deleted file mode 100644 index 2fd210c9fbf3d..0000000000000 --- a/mongo/changelog.d/18044.fixed +++ /dev/null @@ -1 +0,0 @@ -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. diff --git a/mongo/datadog_checks/mongo/__about__.py b/mongo/datadog_checks/mongo/__about__.py index 3e43c3096f4d4..aa1e4b7cf1b41 100644 --- a/mongo/datadog_checks/mongo/__about__.py +++ b/mongo/datadog_checks/mongo/__about__.py @@ -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' diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index ffa4fe2c5b1a5..65b2ba37c25c3 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -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