From 844315c0f0ddebfc41d8be5e861f3c6b560b19fa Mon Sep 17 00:00:00 2001 From: Kyle Neale Date: Fri, 16 Aug 2024 14:58:46 -0400 Subject: [PATCH] port mongo changes to master (#18357) --- mongo/CHANGELOG.md | 6 ++++++ mongo/changelog.d/18342.fixed | 2 -- mongo/datadog_checks/mongo/__about__.py | 2 +- requirements-agent-release.txt | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 mongo/changelog.d/18342.fixed diff --git a/mongo/CHANGELOG.md b/mongo/CHANGELOG.md index 4bbd683b4bbad..95afa12d0e5c1 100644 --- a/mongo/CHANGELOG.md +++ b/mongo/CHANGELOG.md @@ -2,6 +2,12 @@ +## 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***: diff --git a/mongo/changelog.d/18342.fixed b/mongo/changelog.d/18342.fixed deleted file mode 100644 index 396e78ecc5d41..0000000000000 --- a/mongo/changelog.d/18342.fixed +++ /dev/null @@ -1,2 +0,0 @@ -Fixed a bug where optional MongoDB collection stats metrics were always collected, regardless of configuration. - diff --git a/mongo/datadog_checks/mongo/__about__.py b/mongo/datadog_checks/mongo/__about__.py index e24b417bbe680..26616992046fc 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.8.1' +__version__ = '6.8.2' diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index fd14e396fccd7..4dc2017f9d738 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -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