Skip to content

Commit 87ee8ed

Browse files
committed
Release integrations for 7.66.0-rc.2 (#20118)
* [Release] Bumped mysql version to 15.2.0 * [Release] Bumped postgres version to 22.11.0 * [Release] Bumped rabbitmq version to 7.2.0 * [Release] Bumped sqlserver version to 22.3.0 * [Release] Update metadata
1 parent 69012dc commit 87ee8ed

File tree

14 files changed

+33
-13
lines changed

14 files changed

+33
-13
lines changed

mysql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 15.2.0 / 2025-04-22
6+
7+
***Added***:
8+
9+
* Create exclude_hostname option for Postgres, MySQL, and SQLServer ([#20094](https://github.com/DataDog/integrations-core/pull/20094))
10+
511
## 15.1.0 / 2025-04-18
612

713
***Added***:

mysql/changelog.d/20094.added

-1
This file was deleted.

mysql/datadog_checks/mysql/__about__.py

+1-1
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.1.0"
5+
__version__ = "15.2.0"

postgres/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 22.11.0 / 2025-04-22
6+
7+
***Added***:
8+
9+
* Create exclude_hostname option for Postgres, MySQL, and SQLServer ([#20094](https://github.com/DataDog/integrations-core/pull/20094))
10+
* Added query call count `calls` to StatementMetrics execution indicators to filter out false positives from normalized queries being evicted and re-inserted with same call count and slight duration change. ([#20096](https://github.com/DataDog/integrations-core/pull/20096))
11+
512
## 22.10.0 / 2025-04-18
613

714
***Added***:

postgres/changelog.d/20094.added

-1
This file was deleted.

postgres/changelog.d/20096.added

-1
This file was deleted.

postgres/datadog_checks/postgres/__about__.py

+1-1
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.10.0"
5+
__version__ = "22.11.0"

rabbitmq/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 7.2.0 / 2025-04-22
6+
7+
***Added***:
8+
9+
* Add support for queue_delivery_metrics group ([#19963](https://github.com/DataDog/integrations-core/pull/19963))
10+
511
## 7.1.0 / 2025-01-16 / Agent 7.63.0
612

713
***Added***:

rabbitmq/changelog.d/19963.added

-1
This file was deleted.

rabbitmq/datadog_checks/rabbitmq/__about__.py

+1-1
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__ = '7.1.0'
5+
__version__ = '7.2.0'

requirements-agent-release.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ datadog-mesos-master==5.1.0; sys_platform != 'win32'
130130
datadog-mesos-slave==5.1.0; sys_platform != 'win32'
131131
datadog-milvus==1.2.0
132132
datadog-mongo==9.0.1
133-
datadog-mysql==15.1.0
133+
datadog-mysql==15.2.0
134134
datadog-nagios==3.0.0
135135
datadog-network==5.2.0
136136
datadog-nfsstat==3.0.0; sys_platform == 'linux2'
@@ -152,15 +152,15 @@ datadog-pgbouncer==8.1.2; sys_platform != 'win32'
152152
datadog-php-fpm==5.1.0
153153
datadog-ping-federate==2.0.0
154154
datadog-postfix==3.0.0; sys_platform != 'win32'
155-
datadog-postgres==22.10.0
155+
datadog-postgres==22.11.0
156156
datadog-powerdns-recursor==4.1.0
157157
datadog-presto==3.1.0
158158
datadog-process==5.0.0
159159
datadog-prometheus==5.0.0
160160
datadog-proxysql==7.1.0
161161
datadog-pulsar==3.2.0
162162
datadog-quarkus==1.1.0
163-
datadog-rabbitmq==7.1.0
163+
datadog-rabbitmq==7.2.0
164164
datadog-ray==2.2.0
165165
datadog-redisdb==7.2.0
166166
datadog-rethinkdb==5.1.0
@@ -180,7 +180,7 @@ datadog-sonarqube==5.2.1
180180
datadog-sonatype-nexus==1.1.0; sys_platform != 'darwin'
181181
datadog-sonicwall-firewall==1.0.0
182182
datadog-spark==6.3.0
183-
datadog-sqlserver==22.2.0
183+
datadog-sqlserver==22.3.0
184184
datadog-squid==4.1.0
185185
datadog-ssh-check==4.2.1
186186
datadog-statsd==3.0.0

sqlserver/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 22.3.0 / 2025-04-22
6+
7+
***Added***:
8+
9+
* Create exclude_hostname option for Postgres, MySQL, and SQLServer ([#20094](https://github.com/DataDog/integrations-core/pull/20094))
10+
511
## 22.2.0 / 2025-04-18
612

713
***Added***:

sqlserver/changelog.d/20094.added

-1
This file was deleted.

sqlserver/datadog_checks/sqlserver/__about__.py

+1-1
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.2.0'
5+
__version__ = '22.3.0'

0 commit comments

Comments
 (0)