Skip to content

Commit 5d74a46

Browse files
authored
Port postgres and mongo bugfixes (#20595) to master (#20610)
1 parent 75d0b02 commit 5d74a46

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

mongo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 10.1.1 / 2025-06-26
6+
7+
***Fixed***:
8+
9+
* Add `maxTimeMS` to limit agent resource consumption and prevent operations from running indefinitely on the server side. ([#20515](https://github.com/DataDog/integrations-core/pull/20515))
10+
511
## 10.1.0 / 2025-06-12
612

713
***Added***:

mongo/changelog.d/20515.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

mongo/datadog_checks/mongo/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = '10.1.0'
5+
__version__ = '10.1.1'

postgres/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 22.14.1 / 2025-06-26
6+
7+
***Fixed***:
8+
9+
* checking wal_level and if is aurora before querying for control checkpoint metrics ([#20500](https://github.com/DataDog/integrations-core/pull/20500))
10+
511
## 22.14.0 / 2025-06-12
612

713
***Added***:

postgres/changelog.d/20500.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

postgres/datadog_checks/postgres/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "22.14.0"
5+
__version__ = "22.14.1"

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ datadog-mesos-slave==5.1.0; sys_platform != 'win32'
139139
datadog-microsoft-dns==1.0.0; sys_platform == 'win32'
140140
datadog-microsoft-sysmon==1.0.0; sys_platform == 'win32'
141141
datadog-milvus==1.2.0
142-
datadog-mongo==10.1.0
142+
datadog-mongo==10.1.1
143143
datadog-mysql==15.6.0
144144
datadog-nagios==3.0.0
145145
datadog-network==5.2.0
@@ -163,7 +163,7 @@ datadog-pgbouncer==8.1.2; sys_platform != 'win32'
163163
datadog-php-fpm==5.1.0
164164
datadog-ping-federate==2.0.0
165165
datadog-postfix==3.0.0; sys_platform != 'win32'
166-
datadog-postgres==22.14.0
166+
datadog-postgres==22.14.1
167167
datadog-powerdns-recursor==4.1.0
168168
datadog-presto==3.1.0
169169
datadog-process==5.0.0

0 commit comments

Comments
 (0)