Skip to content

Commit a2fe799

Browse files
authored
[Release] Bumped postgres version to 23.3.3 (#22147)
1 parent 2f2e342 commit a2fe799

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

postgres/CHANGELOG.md

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

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

5+
## 23.3.3 / 2025-12-16
6+
7+
***Fixed***:
8+
9+
* Fix missing table owner and toast table fields in Postgres schema collection.
10+
Omit empty tables from collection.
11+
Fix the missing description in Postgres schema databases.
12+
Add snapshot tests for Postgres schema collection. ([#22134](https://github.com/DataDog/integrations-core/pull/22134))
13+
514
## 23.3.2 / 2025-12-16
615

716
***Fixed***:

postgres/changelog.d/22134.fixed

Lines changed: 0 additions & 4 deletions
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.2"
5+
__version__ = "23.3.3"

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.2
179+
datadog-postgres==23.3.3
180180
datadog-powerdns-recursor==5.2.0
181181
datadog-presto==3.3.0
182182
datadog-process==5.3.0

0 commit comments

Comments
 (0)