Skip to content

Commit

Permalink
Release of Postgres and Sqlserver (#15973)
Browse files Browse the repository at this point in the history
* [Release] Bumped postgres version to 15.1.0

* [Release] Bumped sqlserver version to 15.0.1

* [Release] Update metadata
  • Loading branch information
steveny91 authored Oct 6, 2023
1 parent 1964e94 commit 6b1eac0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.ec45eb9d.link

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 15.1.0 / 2023-10-06

***Added***:

* Establish a dedicated main db connection to prevent the main thread db from closing prematurely ([#15962](https://github.com/DataDog/integrations-core/pull/15962))
Expand Down
2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__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__ = "15.0.0"
__version__ = "15.1.0"
4 changes: 2 additions & 2 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ datadog-pdh-check==2.0.0; sys_platform == 'win32'
datadog-pgbouncer==5.0.0; sys_platform != 'win32'
datadog-php-fpm==3.0.0
datadog-postfix==1.13.1; sys_platform != 'win32'
datadog-postgres==15.0.0
datadog-postgres==15.1.0
datadog-powerdns-recursor==2.3.1
datadog-presto==2.7.1
datadog-process==3.0.0
Expand All @@ -141,7 +141,7 @@ datadog-snowflake==5.0.0
datadog-solr==1.12.1
datadog-sonarqube==3.0.0
datadog-spark==4.0.0
datadog-sqlserver==15.0.0
datadog-sqlserver==15.0.1
datadog-squid==2.3.1
datadog-ssh-check==2.7.0
datadog-statsd==1.11.1
Expand Down
2 changes: 2 additions & 0 deletions sqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 15.0.1 / 2023-10-06

***Fixed***

* Set stored procedure collection to `run_sync=False`, fixing the delay in collection of other SQLServer telemetry. ([#15967](https://github.com/DataDog/integrations-core/pull/15967))
Expand Down
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__ = '15.0.0'
__version__ = '15.0.1'

0 comments on commit 6b1eac0

Please sign in to comment.