Skip to content

Commit c09404e

Browse files
authored
[Release] Postgres fixes (DataDog#21576) (DataDog#21579)
* [Release] Bumped postgres version to 23.1.2 * [Release] Update metadata
1 parent 9cd9fcb commit c09404e

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

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+
## 23.1.2 / 2025-10-07
6+
7+
***Fixed***:
8+
9+
* Backfill old keys in options passed from Postgres integration to SQL obfuscator ([#21557](https://github.com/DataDog/integrations-core/pull/21557))
10+
* Fixes a collision issue when token based authentication is configured for multiple Postgres instances ([#21560](https://github.com/DataDog/integrations-core/pull/21560))
11+
512
## 23.1.1 / 2025-10-03
613

714
***Fixed***:

postgres/changelog.d/21557.fixed

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

postgres/changelog.d/21560.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__ = "23.1.1"
5+
__version__ = "23.1.2"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ datadog-pgbouncer==8.6.0; sys_platform != 'win32'
172172
datadog-php-fpm==6.1.0
173173
datadog-ping-federate==2.1.0
174174
datadog-postfix==3.1.0; sys_platform != 'win32'
175-
datadog-postgres==23.1.1
175+
datadog-postgres==23.1.2
176176
datadog-powerdns-recursor==5.1.0
177177
datadog-presto==3.2.0
178178
datadog-process==5.2.0

0 commit comments

Comments
 (0)