Skip to content

Commit c5054c0

Browse files
authored
Fix postgres changelog and version (#20056)
Applying #20055 to master
1 parent 5e26916 commit c5054c0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

postgres/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

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

5-
## 22.7.0 / 2025-03-19 / Agent 7.64.0
5+
## 22.8.0 / 2025-03-19
66

77
***Added***:
88

9-
* Add support for Postgres 17 ([#19625](https://github.com/DataDog/integrations-core/pull/19625))
109
* Update dependencies ([#19687](https://github.com/DataDog/integrations-core/pull/19687))
1110
* When Amazon adds Extended Support to older Postgres versions, they update the version string to a format we are currently unable to parse. This adds the ability to parse those versions. Here is an example announcement where they communicate such a version string: https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-rds-postgresql-minor-11-22-rds-20241121/ ([#19773](https://github.com/DataDog/integrations-core/pull/19773))
1211

@@ -15,6 +14,12 @@
1514
* Omit .* regex filter to avoid unnecessary work in query ([#19470](https://github.com/DataDog/integrations-core/pull/19470))
1615
* When collecting Postgres setttings, only trigger the activations extensions that are installed in default namespaces. ([#19694](https://github.com/DataDog/integrations-core/pull/19694))
1716

17+
## 22.7.0 / 2025-02-26 / Agent 7.64.0
18+
19+
***Added***:
20+
21+
* Add support for Postgres 17 ([#19625](https://github.com/DataDog/integrations-core/pull/19625))
22+
1823
## 22.6.0 / 2025-02-20
1924

2025
***Added***:

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.7.0"
5+
__version__ = "22.8.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ datadog-pgbouncer==8.1.2; sys_platform != 'win32'
151151
datadog-php-fpm==5.1.0
152152
datadog-ping-federate==2.0.0
153153
datadog-postfix==3.0.0; sys_platform != 'win32'
154-
datadog-postgres==22.7.0
154+
datadog-postgres==22.8.0
155155
datadog-powerdns-recursor==4.1.0
156156
datadog-presto==3.1.0
157157
datadog-process==5.0.0

0 commit comments

Comments
 (0)