Skip to content

Commit

Permalink
[Release] Bumped sqlserver version to 17.5.3 (#18609)
Browse files Browse the repository at this point in the history
* [Release] Bumped sqlserver version to 17.5.3

* delete changelog file
  • Loading branch information
steveny91 authored Sep 17, 2024
1 parent 968a0fe commit 59b93a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ datadog-snowflake==5.9.0
datadog-solr==1.13.0
datadog-sonarqube==3.2.2
datadog-spark==4.3.1
datadog-sqlserver==17.5.2
datadog-sqlserver==17.5.3
datadog-squid==2.5.1
datadog-ssh-check==2.10.0
datadog-statsd==1.12.0
Expand Down
6 changes: 6 additions & 0 deletions sqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 17.5.3 / 2024-09-17

***Fixed***:

* Fix ODBC config handling for Linux ([#18586](https://github.com/DataDog/integrations-core/pull/18586))

## 17.5.2 / 2024-08-28 / Agent 7.57.0

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion sqlserver/changelog.d/18586.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion sqlserver/datadog_checks/sqlserver/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '17.5.2'
__version__ = '17.5.3'

0 comments on commit 59b93a8

Please sign in to comment.