Skip to content

Commit

Permalink
[Release] Bumped mongo version to 8.1.0 (#18851)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD authored Oct 16, 2024
1 parent 75ec85e commit 4a63bae
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 -->

## 8.1.0 / 2024-10-16

***Added***:

* Apply `timeoutMS` to integration connection to ensure client-side operation timeouts terminate the server processes. ([#18843](https://github.com/DataDog/integrations-core/pull/18843))

## 8.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/18843.added

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__ = '8.0.0'
__version__ = '8.1.0'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ datadog-marklogic==6.0.0
datadog-mcache==6.0.0; sys_platform != 'win32'
datadog-mesos-master==5.0.0; sys_platform != 'win32'
datadog-mesos-slave==5.0.0; sys_platform != 'win32'
datadog-mongo==8.0.0
datadog-mongo==8.1.0
datadog-mysql==14.0.0
datadog-nagios==3.0.0
datadog-network==5.0.0
Expand Down

0 comments on commit 4a63bae

Please sign in to comment.