Skip to content

Commit 5e87656

Browse files
authored
Release postgres, mysql, and sqlserver (#20102)
* [Release] Bumped mysql version to 15.1.0 * [Release] Bumped postgres version to 22.10.0 * [Release] Bumped sqlserver version to 22.2.0 * [Release] Update metadata
1 parent 37d623d commit 5e87656

File tree

11 files changed

+28
-13
lines changed

11 files changed

+28
-13
lines changed

.in-toto/tag.60ed9a6b.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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.1.0 / 2025-04-18
6+
7+
***Added***:
8+
9+
* Added a new configuration option `database_identifier.template`. Use this template to specify the unique identifier for a database instance, separate from the underlying host.
10+
The `empty_default_hostname` configuration option is now respected and will omit the `host` tag from database instances when enabled. ([#19341](https://github.com/DataDog/integrations-core/pull/19341))
11+
512
## 15.0.0 / 2025-04-17
613

714
***Changed***:

mysql/changelog.d/19341.added

Lines changed: 0 additions & 2 deletions
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.0.0"
5+
__version__ = "15.1.0"

postgres/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+
## 22.10.0 / 2025-04-18
6+
7+
***Added***:
8+
9+
* Added a new configuration option `database_identifier.template`. Use this template to specify the unique identifier for a database instance, separate from the underlying host.
10+
The `empty_default_hostname` configuration option is now respected and will omit the `host` tag from database instances when enabled. ([#19341](https://github.com/DataDog/integrations-core/pull/19341))
11+
512
## 22.9.0 / 2025-04-17
613

714
***Added***:

postgres/changelog.d/19341.added

Lines changed: 0 additions & 2 deletions
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.9.0"
5+
__version__ = "22.10.0"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
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.0.0
133+
datadog-mysql==15.1.0
134134
datadog-nagios==3.0.0
135135
datadog-network==5.2.0
136136
datadog-nfsstat==3.0.0; sys_platform == 'linux2'
@@ -152,7 +152,7 @@ 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.9.0
155+
datadog-postgres==22.10.0
156156
datadog-powerdns-recursor==4.1.0
157157
datadog-presto==3.1.0
158158
datadog-process==5.0.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.1.0
183+
datadog-sqlserver==22.2.0
184184
datadog-squid==4.1.0
185185
datadog-ssh-check==4.2.1
186186
datadog-statsd==3.0.0

sqlserver/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+
## 22.2.0 / 2025-04-18
6+
7+
***Added***:
8+
9+
* Added a new configuration option `database_identifier.template`. Use this template to specify the unique identifier for a database instance, separate from the underlying host.
10+
The `empty_default_hostname` configuration option is now respected and will omit the `host` tag from database instances when enabled. ([#19341](https://github.com/DataDog/integrations-core/pull/19341))
11+
512
## 22.1.0 / 2025-04-17
613

714
***Added***:

sqlserver/changelog.d/19341.added

Lines changed: 0 additions & 2 deletions
This file was deleted.

sqlserver/datadog_checks/sqlserver/__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.1.0'
5+
__version__ = '22.2.0'

0 commit comments

Comments
 (0)