Skip to content

Commit 33a9714

Browse files
Port changelog to master (DataDog#21545)
* Port changelog to master * Update mysql/CHANGELOG.md Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com> --------- Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
1 parent c5446e9 commit 33a9714

11 files changed

Lines changed: 25 additions & 10 deletions

File tree

mysql/CHANGELOG.md

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

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

5+
## 15.9.1 / 2025-10-03
6+
7+
***Fixed***:
8+
9+
* Remove ddagenthostname from metrics for Postgres, MySQL, and SQLServer ([#21523](https://github.com/DataDog/integrations-core/pull/21523))
10+
* Only query `performance_schema.prepared_statements_instances` on MySQL v5.7.4+ and MariaDB v10.5.2+ ([#21532](https://github.com/DataDog/integrations-core/pull/21532))
11+
512
## 15.9.0 / 2025-10-02
613

714
***Added***:

mysql/changelog.d/21523.fixed

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

mysql/changelog.d/21532.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.9.0"
5+
__version__ = "15.9.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.1.1 / 2025-10-03
6+
7+
***Fixed***:
8+
9+
* Remove ddagenthostname from metrics for Postgres, MySQL, and SQLServer ([#21523](https://github.com/DataDog/integrations-core/pull/21523))
10+
511
## 23.1.0 / 2025-10-02
612

713
***Added***:

postgres/changelog.d/21523.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.1.0"
5+
__version__ = "23.1.1"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ datadog-microsoft-dns==1.1.0; sys_platform == 'win32'
149149
datadog-microsoft-sysmon==1.1.0; sys_platform == 'win32'
150150
datadog-milvus==2.1.0
151151
datadog-mongo==10.5.0
152-
datadog-mysql==15.9.0
152+
datadog-mysql==15.9.1
153153
datadog-nagios==3.1.0
154154
datadog-network==5.4.0
155155
datadog-nfsstat==3.2.0; sys_platform == 'linux2'
@@ -172,7 +172,7 @@ datadog-pgbouncer==8.6.0; sys_platform != 'win32'
172172
datadog-php-fpm==6.1.0
173173
datadog-ping-federate==2.1.0
174174
datadog-postfix==3.1.0; sys_platform != 'win32'
175-
datadog-postgres==23.1.0
175+
datadog-postgres==23.1.1
176176
datadog-powerdns-recursor==5.1.0
177177
datadog-presto==3.2.0
178178
datadog-process==5.2.0
@@ -201,7 +201,7 @@ datadog-sonarqube==5.4.0
201201
datadog-sonatype-nexus==2.1.0; sys_platform != 'darwin'
202202
datadog-sonicwall-firewall==1.1.0
203203
datadog-spark==7.2.0
204-
datadog-sqlserver==22.10.0
204+
datadog-sqlserver==22.10.1
205205
datadog-squid==5.1.0
206206
datadog-ssh-check==4.4.0
207207
datadog-statsd==3.1.0

sqlserver/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.10.1 / 2025-10-03
6+
7+
***Fixed***:
8+
9+
* Remove ddagenthostname from metrics for Postgres, MySQL, and SQLServer ([#21523](https://github.com/DataDog/integrations-core/pull/21523))
10+
511
## 22.10.0 / 2025-10-02
612

713
***Added***:

sqlserver/changelog.d/21523.fixed

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

0 commit comments

Comments
 (0)