Skip to content

Commit

Permalink
[Release] Bumped postgres version to 22.0.3 (#18895)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD authored Oct 23, 2024
1 parent 43e34f8 commit c030d5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 22.0.3 / 2024-10-23

***Fixed***:

* Fix `UnboundLocalError` in postgres schema collection, ensuring proper reset of `_is_schemas_collection_in_progress` to allow consecutive collections. ([#18870](https://github.com/DataDog/integrations-core/pull/18870))

## 22.0.2 / 2024-10-18

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/18870.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "22.0.2"
__version__ = "22.0.3"
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ datadog-pgbouncer==8.0.0; sys_platform != 'win32'
datadog-php-fpm==5.0.0
datadog-ping-federate==2.0.0
datadog-postfix==3.0.0; sys_platform != 'win32'
datadog-postgres==22.0.2
datadog-postgres==22.0.3
datadog-powerdns-recursor==4.0.0
datadog-presto==3.1.0
datadog-process==5.0.0
Expand Down

0 comments on commit c030d5a

Please sign in to comment.