Skip to content

Commit 0e4a361

Browse files
authored
[Release] Bumped pgbouncer version to 8.1.1 and postgres to 22.5.1 (#19512)
1 parent d32efae commit 0e4a361

File tree

8 files changed

+17
-6
lines changed

8 files changed

+17
-6
lines changed

.in-toto/tag.3fd906bb.link

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pgbouncer/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+
## 8.1.1 / 2025-01-29
6+
7+
***Fixed***:
8+
9+
* Revert "Upgrade PGBouncer to psycopg3" due to instability in testing ([#19497](https://github.com/DataDog/integrations-core/pull/19497))
10+
511
## 8.1.0 / 2025-01-25
612

713
***Security***:

pgbouncer/changelog.d/19497.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "8.1.0"
4+
__version__ = "8.1.1"

postgres/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+
## 22.5.1 / 2025-01-29
6+
7+
***Fixed***:
8+
9+
* Revert "Upgrade postgres to psycopg3" due to instability in testing ([#19499](https://github.com/DataDog/integrations-core/pull/19499))
10+
511
## 22.5.0 / 2025-01-25
612

713
***Added***:

postgres/changelog.d/19499.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

postgres/datadog_checks/postgres/__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__ = "22.5.0"
5+
__version__ = "22.5.1"

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ datadog-ossec-security==2.0.0
142142
datadog-palo-alto-panorama==1.0.0
143143
datadog-pan-firewall==3.0.0
144144
datadog-pdh-check==4.1.0; sys_platform == 'win32'
145-
datadog-pgbouncer==8.1.0; sys_platform != 'win32'
145+
datadog-pgbouncer==8.1.1; sys_platform != 'win32'
146146
datadog-php-fpm==5.1.0
147147
datadog-ping-federate==2.0.0
148148
datadog-postfix==3.0.0; sys_platform != 'win32'
149-
datadog-postgres==22.5.0
149+
datadog-postgres==22.5.1
150150
datadog-powerdns-recursor==4.1.0
151151
datadog-presto==3.1.0
152152
datadog-process==5.0.0

0 commit comments

Comments
 (0)