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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e9653a3d2 Update ATS 10 upgrading documentation (#11709)
3e9653a3d2 is described below

commit 3e9653a3d2a778089262426866420f4af5dfbff4
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Aug 16 17:40:24 2024 -0600

    Update ATS 10 upgrading documentation (#11709)
    
    This is for #9667
---
 doc/release-notes/upgrading.en.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/release-notes/upgrading.en.rst 
b/doc/release-notes/upgrading.en.rst
index 3a2e96f277..020f61168c 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -146,6 +146,8 @@ The following :file:`records.yaml` changes have been made:
   have been removed.
 - The default value for records.yaml entry 
``proxy.config.ssl.client.verify.server.policy`` has been changed
   from ``PERMISSIVE`` to ``STRICT``.
+- All ``proxy.config.ssl.TLSv*`` and ``proxy.config.ssl.client.TLSv*`` have 
been deprecated. Use
+  ``proxy.config.ssl.server.version.min/max`` and 
``proxy.config.ssl.client.version.min/max`` instead.
 - The records.yaml entry ``proxy.config.http.keepalive_internal_vc`` has been 
removed.  This entry
   was previously undocumented.
 - The records.yaml entries 
``proxy.config.http.parent_proxy.connect_attempts_timeout`` and
@@ -179,6 +181,7 @@ The following changes have been made to the 
:file:`sni.yaml` file:
 - ``disable_h2`` has been removed. Use ``http2`` with :code:`off` instead.
 - The ``ip_allow`` key can now take a reference to a file containing the ip
   allow rules
+- ``valid_tls_versions_in`` has been deprecated. Use 
``valid_tls_version_min_in`` and ``valid_tls_version_max_in`` instead.
 
 
 Plugins

Reply via email to