Skip to content

Commit 9e039f7

Browse files
authored
Bump Postgres to 23.3.2 and MySQL to 15.11.1 (#22133)
* [Release] Bumped mysql version to 15.11.1 * [Release] Bumped postgres version to 23.3.2
1 parent c576727 commit 9e039f7

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

mysql/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+
## 15.11.1 / 2025-12-16
6+
7+
***Fixed***:
8+
9+
* Revert "Migrate MySQL to new schema collector" to avoid breaking schema collection on older versions of Mysql/MariaDB ([#22103](https://github.com/DataDog/integrations-core/pull/22103))
10+
511
## 15.11.0 / 2025-11-26
612

713
***Added***:

mysql/changelog.d/22103.fixed

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

mysql/datadog_checks/mysql/__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__ = "15.11.0"
5+
__version__ = "15.11.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+
## 23.3.2 / 2025-12-16
6+
7+
***Fixed***:
8+
9+
* Fixes a regression introduced in ([#21347](https://github.com/DataDog/integrations-core/pull/21347)) that caused us to cache recently seen FQT events for 0.36 seconds instead of 3600 seconds ([#22113](https://github.com/DataDog/integrations-core/pull/22113))
10+
511
## 23.3.1 / 2025-12-15
612

713
***Fixed***:

postgres/changelog.d/22113.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__ = "23.3.1"
5+
__version__ = "23.3.2"

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ datadog-microsoft-dns==1.2.0; sys_platform == 'win32'
153153
datadog-microsoft-sysmon==1.2.0; sys_platform == 'win32'
154154
datadog-milvus==2.3.0
155155
datadog-mongo==10.6.0
156-
datadog-mysql==15.11.0
156+
datadog-mysql==15.11.1
157157
datadog-nagios==3.2.0
158158
datadog-network==5.5.0
159159
datadog-nfsstat==3.3.0; sys_platform == 'linux2'
@@ -176,7 +176,7 @@ datadog-pgbouncer==8.7.0; sys_platform != 'win32'
176176
datadog-php-fpm==6.2.0
177177
datadog-ping-federate==2.2.0
178178
datadog-postfix==3.2.0; sys_platform != 'win32'
179-
datadog-postgres==23.3.1
179+
datadog-postgres==23.3.2
180180
datadog-powerdns-recursor==5.2.0
181181
datadog-presto==3.3.0
182182
datadog-process==5.3.0

0 commit comments

Comments
 (0)