Skip to content

Commit

Permalink
Update ATS 10 upgrading documentation (#11709)
Browse files Browse the repository at this point in the history
This is for #9667
  • Loading branch information
maskit authored Aug 16, 2024
1 parent 0b8a88c commit 3e9653a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/release-notes/upgrading.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3e9653a

Please sign in to comment.