Skip to content

Commit 0bc46a0

Browse files
authored
Port changelogs to master (#20897)
1 parent 4197977 commit 0bc46a0

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
lines changed

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.3.0 / 2025-07-29
6+
7+
***Added***:
8+
9+
* Revert upgrade to psycopg3 ([#20884](https://github.com/DataDog/integrations-core/pull/20884))
10+
511
## 8.2.0 / 2025-07-10
612

713
***Added***:

pgbouncer/changelog.d/20884.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert upgrade to psycopg3
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.2.0"
4+
__version__ = "8.3.0"

postgres/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 22.16.0 / 2025-07-29
6+
7+
***Added***:
8+
9+
* Reverts upgrade to psycopg3 ([#20885](https://github.com/DataDog/integrations-core/pull/20885))
10+
* Reverts the fix to the `e.pgerror` ([#20883](https://github.com/DataDog/integrations-core/pull/20883))
11+
512
## 22.15.1 / 2025-07-25
613

714
***Fixed***:

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.15.1"
5+
__version__ = "22.16.0"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ datadog-ossec-security==2.0.0
163163
datadog-palo-alto-panorama==1.0.0
164164
datadog-pan-firewall==3.0.0
165165
datadog-pdh-check==4.2.0; sys_platform == 'win32'
166-
datadog-pgbouncer==8.2.0; sys_platform != 'win32'
166+
datadog-pgbouncer==8.3.0; sys_platform != 'win32'
167167
datadog-php-fpm==6.0.0
168168
datadog-ping-federate==2.0.0
169169
datadog-postfix==3.0.0; sys_platform != 'win32'
170-
datadog-postgres==22.15.1
170+
datadog-postgres==22.16.0
171171
datadog-powerdns-recursor==5.0.0
172172
datadog-presto==3.1.0
173173
datadog-process==5.1.0
@@ -186,7 +186,7 @@ datadog-sap-hana==5.1.0
186186
datadog-scylla==5.0.0
187187
datadog-sidekiq==3.0.0
188188
datadog-silk==4.1.0
189-
datadog-silverstripe-cms==1.1.0
189+
datadog-silverstripe-cms==1.2.0
190190
datadog-singlestore==4.1.0
191191
datadog-slurm==2.0.2; sys_platform == 'linux2'
192192
datadog-snmp==10.1.1

silverstripe_cms/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+
## 1.2.0 / 2025-07-29
6+
7+
***Added***:
8+
9+
* Revert upgrade to psycopg3 ([#20881](https://github.com/DataDog/integrations-core/pull/20881))
10+
511
## 1.1.0 / 2025-07-10
612

713
***Added***:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "1.1.0"
4+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)