Skip to content

Commit

Permalink
port mongo changes to master (#18357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale authored Aug 16, 2024
1 parent 5edda98 commit 844315c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.8.2 / 2024-08-16

***Fixed***:

* Fixed a bug where optional MongoDB collection stats metrics were always collected, regardless of configuration. ([#18342](https://github.com/DataDog/integrations-core/pull/18342))

## 6.8.1 / 2024-08-13

***Fixed***:
Expand Down
2 changes: 0 additions & 2 deletions mongo/changelog.d/18342.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.8.1'
__version__ = '6.8.2'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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.8.1
datadog-mongo==6.8.2
datadog-mysql==12.7.0
datadog-nagios==1.13.0
datadog-network==3.3.0
Expand Down

0 comments on commit 844315c

Please sign in to comment.