Skip to content

Commit fb66957

Browse files
authored
[Backport] Changelogs from psycopg3 updated integrations in 7.70.1 (#21262)
* [Release] Release psycopg3 integrations for 7.70.1 (#21260) * [Release] Bumped pgbouncer version to 8.5.0 * [Release] Bumped postgres version to 22.18.0 * [Release] Bumped silverstripe_cms version to 1.3.0 * [Release] Update metadata * Remove in-toto changes
1 parent e8691a5 commit fb66957

File tree

10 files changed

+24
-9
lines changed

10 files changed

+24
-9
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.5.0 / 2025-09-04
6+
7+
***Added***:
8+
9+
* Upgrade to psycopg3 ([#21173](https://github.com/DataDog/integrations-core/pull/21173))
10+
511
## 8.4.0 / 2025-08-07 / Agent 7.70.0
612

713
***Added***:

pgbouncer/changelog.d/21173.added

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.4.0"
4+
__version__ = "8.5.0"

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.18.0 / 2025-09-04
6+
7+
***Added***:
8+
9+
* Upgrade to psycopg3 ([#21173](https://github.com/DataDog/integrations-core/pull/21173))
10+
511
## 22.17.0 / 2025-08-07 / Agent 7.70.0
612

713
***Added***:

postgres/changelog.d/21173.added

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.17.0"
5+
__version__ = "22.18.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.4.0; sys_platform != 'win32'
166+
datadog-pgbouncer==8.5.0; sys_platform != 'win32'
167167
datadog-php-fpm==6.0.1
168168
datadog-ping-federate==2.0.0
169169
datadog-postfix==3.0.0; sys_platform != 'win32'
170-
datadog-postgres==22.17.0
170+
datadog-postgres==22.18.0
171171
datadog-powerdns-recursor==5.0.1
172172
datadog-presto==3.1.0
173173
datadog-process==5.1.0
@@ -186,7 +186,7 @@ datadog-sap-hana==5.1.1
186186
datadog-scylla==5.0.1
187187
datadog-sidekiq==3.0.0
188188
datadog-silk==4.1.1
189-
datadog-silverstripe-cms==1.2.0
189+
datadog-silverstripe-cms==1.3.0
190190
datadog-singlestore==4.1.1
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.3.0 / 2025-09-04
6+
7+
***Added***:
8+
9+
* Upgrade to psycopg3 ([#21173](https://github.com/DataDog/integrations-core/pull/21173))
10+
511
## 1.2.0 / 2025-07-29 / Agent 7.69.0
612

713
***Added***:

silverstripe_cms/changelog.d/21173.added

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. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "1.2.0"
4+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)