Skip to content

Commit 802cf22

Browse files
authored
Release Postgres from backport to 7.59.x (#18827)
* [Release] Bumped postgres version to 22.0.1 * [Release] Update metadata
1 parent 11a734f commit 802cf22

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.in-toto/tag.5d245df7.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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.0.1 / 2024-10-14
6+
7+
***Fixed***:
8+
9+
* Wrap schema collection attempt in try/except block to catch collection exceptions ([#18788](https://github.com/DataDog/integrations-core/pull/18788))
10+
511
## 22.0.0 / 2024-10-04
612

713
***Removed***:

postgres/changelog.d/18788.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__ = "22.0.0"
5+
__version__ = "22.0.1"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ datadog-pgbouncer==8.0.0; sys_platform != 'win32'
141141
datadog-php-fpm==5.0.0
142142
datadog-ping-federate==2.0.0
143143
datadog-postfix==3.0.0; sys_platform != 'win32'
144-
datadog-postgres==22.0.0
144+
datadog-postgres==22.0.1
145145
datadog-powerdns-recursor==4.0.0
146146
datadog-presto==3.1.0
147147
datadog-process==5.0.0

0 commit comments

Comments
 (0)