Skip to content

Commit 2babaf6

Browse files
authored
Port SQLServer bump to master (DataDog#23981)
1 parent b1d8267 commit 2babaf6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ datadog-sonarqube==5.6.1
213213
datadog-sonatype-nexus==2.3.0; sys_platform != 'darwin'
214214
datadog-sonicwall-firewall==1.3.0
215215
datadog-spark==7.7.1
216-
datadog-sqlserver==23.1.0
216+
datadog-sqlserver==23.1.1
217217
datadog-squid==5.4.0
218218
datadog-ssh-check==4.8.0
219219
datadog-statsd==3.3.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+
## 23.1.1 / 2026-06-09
6+
7+
***Fixed***:
8+
9+
* Restore Agent hostname instrumentation for SQL Server named instance host configurations. ([#23862](https://github.com/DataDog/integrations-core/pull/23862))
10+
511
## 23.1.0 / 2026-05-14
612

713
***Added***:

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__ = '23.1.0'
5+
__version__ = '23.1.1'

0 commit comments

Comments
 (0)