Skip to content
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
6 changes: 6 additions & 0 deletions pgbouncer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 8.3.0 / 2025-07-29

***Added***:

* Revert upgrade to psycopg3 ([#20884](https://github.com/DataDog/integrations-core/pull/20884))

## 8.2.0 / 2025-07-10

***Added***:
Expand Down
1 change: 1 addition & 0 deletions pgbouncer/changelog.d/20884.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Revert upgrade to psycopg3
2 changes: 1 addition & 1 deletion pgbouncer/datadog_checks/pgbouncer/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "8.2.0"
__version__ = "8.3.0"
7 changes: 7 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## 22.16.0 / 2025-07-29

***Added***:

* Reverts upgrade to psycopg3 ([#20885](https://github.com/DataDog/integrations-core/pull/20885))
* Reverts the fix to the `e.pgerror` ([#20883](https://github.com/DataDog/integrations-core/pull/20883))

## 22.15.1 / 2025-07-25

***Fixed***:
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__ = "22.15.1"
__version__ = "22.16.0"
6 changes: 3 additions & 3 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ datadog-ossec-security==2.0.0
datadog-palo-alto-panorama==1.0.0
datadog-pan-firewall==3.0.0
datadog-pdh-check==4.2.0; sys_platform == 'win32'
datadog-pgbouncer==8.2.0; sys_platform != 'win32'
datadog-pgbouncer==8.3.0; sys_platform != 'win32'
datadog-php-fpm==6.0.0
datadog-ping-federate==2.0.0
datadog-postfix==3.0.0; sys_platform != 'win32'
datadog-postgres==22.15.1
datadog-postgres==22.16.0
datadog-powerdns-recursor==5.0.0
datadog-presto==3.1.0
datadog-process==5.1.0
Expand All @@ -186,7 +186,7 @@ datadog-sap-hana==5.1.0
datadog-scylla==5.0.0
datadog-sidekiq==3.0.0
datadog-silk==4.1.0
datadog-silverstripe-cms==1.1.0
datadog-silverstripe-cms==1.2.0
datadog-singlestore==4.1.0
datadog-slurm==2.0.2; sys_platform == 'linux2'
datadog-snmp==10.1.1
Expand Down
6 changes: 6 additions & 0 deletions silverstripe_cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.2.0 / 2025-07-29

***Added***:

* Revert upgrade to psycopg3 ([#20881](https://github.com/DataDog/integrations-core/pull/20881))

## 1.1.0 / 2025-07-10

***Added***:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2025-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "1.1.0"
__version__ = "1.2.0"
Loading