Skip to content

Commit 67dae3d

Browse files
authored
[Release] Bumped postgres version to 23.3.1 (DataDog#22122)
1 parent 9b70d98 commit 67dae3d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

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+
## 23.3.1 / 2025-12-15
6+
7+
***Fixed***:
8+
9+
* Fixed collection of Postgres schema owners. ([#22101](https://github.com/DataDog/integrations-core/pull/22101))
10+
511
## 23.3.0 / 2025-11-26
612

713
***Added***:

postgres/changelog.d/22101.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.3.0"
5+
__version__ = "23.3.1"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ datadog-pgbouncer==8.7.0; sys_platform != 'win32'
176176
datadog-php-fpm==6.2.0
177177
datadog-ping-federate==2.2.0
178178
datadog-postfix==3.2.0; sys_platform != 'win32'
179-
datadog-postgres==23.3.0
179+
datadog-postgres==23.3.1
180180
datadog-powerdns-recursor==5.2.0
181181
datadog-presto==3.3.0
182182
datadog-process==5.3.0

0 commit comments

Comments
 (0)