Skip to content

Commit

Permalink
[Release] Bumped mongo version to 6.7.1 (#18061)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Jul 17, 2024
1 parent 5026632 commit d40699c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit d40699c

Please sign in to comment.