This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ff37123e5cc fix elasticsearch and opensearch providers changelog.rst 
(#67007)
ff37123e5cc is described below

commit ff37123e5cc4e299424bc3a5d3db9c80c57c6c83
Author: Elad Kalif <[email protected]>
AuthorDate: Fri May 15 21:44:59 2026 +0300

    fix elasticsearch and opensearch providers changelog.rst (#67007)
---
 providers/elasticsearch/docs/changelog.rst | 16 +++++++++-------
 providers/opensearch/docs/changelog.rst    | 16 +++++++++-------
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/providers/elasticsearch/docs/changelog.rst 
b/providers/elasticsearch/docs/changelog.rst
index 47f9b3bcbea..2209b6ff95b 100644
--- a/providers/elasticsearch/docs/changelog.rst
+++ b/providers/elasticsearch/docs/changelog.rst
@@ -27,17 +27,19 @@
 Changelog
 ---------
 
-When the ``[elasticsearch] host`` config embeds credentials
-(``https://user:[email protected]:9200``), the log-source label
-shown in task logs is now the host URL with the ``user:password@`` portion
-stripped. Previously the full URL (including credentials) could appear as
-a dictionary key in the task-log output when log-hits did not carry a
-``host`` field. The Elasticsearch client is still connected using the
-full URL, so authentication is unaffected.
 
 6.5.3
 .....
 
+.. note::
+  When the ``[elasticsearch] host`` config embeds credentials
+  (``https://user:[email protected]:9200``), the log-source label
+  shown in task logs is now the host URL with the ``user:password@`` portion
+  stripped. Previously the full URL (including credentials) could appear as
+  a dictionary key in the task-log output when log-hits did not carry a
+  ``host`` field. The Elasticsearch client is still connected using the
+  full URL, so authentication is unaffected.
+
 Bug Fixes
 ~~~~~~~~~
 
diff --git a/providers/opensearch/docs/changelog.rst 
b/providers/opensearch/docs/changelog.rst
index 6d2bf04fb78..941ccd7e1a9 100644
--- a/providers/opensearch/docs/changelog.rst
+++ b/providers/opensearch/docs/changelog.rst
@@ -27,17 +27,19 @@
 Changelog
 ---------
 
-When the ``[opensearch] host`` config embeds credentials
-(``https://user:[email protected]:9200``), the log-source
-label shown in task logs is now the host URL with the ``user:password@``
-portion stripped. Previously the full URL (including credentials) could
-appear as a dictionary key in the task-log output when log-hits did not
-carry a ``host`` field. The OpenSearch client is still connected using
-the full URL, so authentication is unaffected.
 
 1.9.1
 .....
 
+.. note::
+  When the ``[opensearch] host`` config embeds credentials
+  (``https://user:[email protected]:9200``), the log-source
+  label shown in task logs is now the host URL with the ``user:password@``
+  portion stripped. Previously the full URL (including credentials) could
+  appear as a dictionary key in the task-log output when log-hits did not
+  carry a ``host`` field. The OpenSearch client is still connected using
+  the full URL, so authentication is unaffected.
+
 Bug Fixes
 ~~~~~~~~~
 

Reply via email to