Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release of Postgres and Sqlserver #15973

Merged
merged 3 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -1,7 +1,9 @@
# CHANGELOG - postgres

Check failure on line 1 in postgres/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

Missing changelog entry

Check failure on line 1 in postgres/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

Missing changelog entry

## 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
@@ -1,7 +1,9 @@
# CHANGELOG - sqlserver

Check failure on line 1 in sqlserver/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

Missing changelog entry

Check failure on line 1 in sqlserver/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

Missing changelog entry

## 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'
Loading