From f81ad6b582218dd9bca47bd78ddd6d871613540b Mon Sep 17 00:00:00 2001 From: Alexandre Normand Date: Fri, 20 Oct 2023 08:12:33 -0700 Subject: [PATCH] Clarify deprecation of ssl: true in CHANGELOG (#16050) --- postgres/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index bc14542c50ea0..8ebad21996474 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -98,7 +98,7 @@ ***Fixed***: -* Fix InstanceConfig loading error for `ssl` config ([#15611](https://github.com/DataDog/integrations-core/pull/15611)) +* Fix InstanceConfig loading error for `ssl` config because `true` is not a valid value. Please, use `require` instead of `true` ([#15611](https://github.com/DataDog/integrations-core/pull/15611)) ## 14.1.0 / 2023-08-10