From 735209c5179224229aad10920fc5e24610b581ab Mon Sep 17 00:00:00 2001 From: shiponcs Date: Wed, 24 Jan 2024 12:27:39 +0600 Subject: [PATCH 1/3] Update changelogs/1.29.0.yaml for PR#31762 Signed-off-by: shiponcs --- changelogs/current.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 9ecf0d6e48ce5..5db2b729e52e3 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -11,6 +11,9 @@ bug_fixes: removed_config_or_runtime: # *Normally occurs at the end of the* :ref:`deprecation period ` +- area: postgres proxy + change: | + Fix a race condition that may result from upstream servers refusing to switch to TLS/SSl. new_features: From f65cb19885301afdf6f7a8e5080098fd7be33fe3 Mon Sep 17 00:00:00 2001 From: shiponcs Date: Wed, 24 Jan 2024 15:11:29 +0600 Subject: [PATCH 2/3] Update changelogs/current.yaml Signed-off-by: shiponcs --- changelogs/current.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 5db2b729e52e3..9da1ba26a95ea 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -13,7 +13,7 @@ removed_config_or_runtime: # *Normally occurs at the end of the* :ref:`deprecation period ` - area: postgres proxy change: | - Fix a race condition that may result from upstream servers refusing to switch to TLS/SSl. + Fix a race condition that may result from upstream servers refusing to switch to TLS/SSL. This fix first appeared in ``v1.29.0`` release. new_features: From 21bfce8795870bbd8628a843cc83cacd981d9fbd Mon Sep 17 00:00:00 2001 From: shiponcs Date: Wed, 24 Jan 2024 17:10:43 +0600 Subject: [PATCH 3/3] Update changelogs/current.yaml Signed-off-by: shiponcs --- changelogs/current.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 9da1ba26a95ea..cbddc46e21eeb 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -13,7 +13,8 @@ removed_config_or_runtime: # *Normally occurs at the end of the* :ref:`deprecation period ` - area: postgres proxy change: | - Fix a race condition that may result from upstream servers refusing to switch to TLS/SSL. This fix first appeared in ``v1.29.0`` release. + Fix a race condition that may result from upstream servers refusing to switch to TLS/SSL. + This fix first appeared in ``v1.29.0`` release. new_features: