Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Cleanup version histories #20961

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _config(key):

# Only lookup intersphinx for explicitly prefixed in cross-references
# This makes docs versioning work
intersphinx_disabled_domains = ['std']
intersphinx_disabled_reftypes = ['*']

# Setup global substitutions
if 'pre-release' in release_level:
Expand Down
2 changes: 1 addition & 1 deletion docs/root/version_history/v1.19.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Bug Fixes

* data plane: fix crash when internal redirect selects a route configured with direct response or redirect actions.
* jwt_authn: fixed the crash when a CONNECT request is sent to JWT filter configured with regex match on the Host header.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <v1.19:envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.

Removed Config or Runtime
-------------------------
Expand Down
118 changes: 59 additions & 59 deletions docs/root/version_history/v1.20.0.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/root/version_history/v1.20.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Bug Fixes

Removed Config or Runtime
-------------------------
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
*Normally occurs at the end of the* :ref:`deprecation period <v1.20:deprecated>`

New Features
------------
Expand Down
14 changes: 10 additions & 4 deletions docs/root/version_history/v1.20.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,26 @@ Bug Fixes

* data plane: fix crash when internal redirect selects a route configured with direct response or redirect actions.
* jwt_authn: fixed the crash when a CONNECT request is sent to JWT filter configured with regex match on the Host header.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <v1.20:envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
* upstream: fix stack overflow when a cluster with large number of idle connections is removed.

Removed Config or Runtime
-------------------------
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
*Normally occurs at the end of the* :ref:`deprecation period <v1.20:deprecated>`

New Features
------------

+* tls: added support for :ref:`match_typed_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>` for subject alternative names to enforce specifying the subject alternative name type for the matcher to prevent matching against an unintended type in the certificate.
..
TODO(phlax): These links/refs have been set to v1.21 due to v1.20.2 not building/publishing - update once v1.20.3 lands

+* tls: added support for :ref:`match_typed_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>` for subject alternative names to enforce specifying the subject alternative name type for the matcher to prevent matching against an unintended type in the certificate.


Deprecated
----------

+* tls: :ref:`match_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_subject_alt_names>` has been deprecated in favor of the :ref:`match_typed_subject_alt_names <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`.
..
TODO(phlax): These links/refs have been set to v1.21 due to v1.20.2 not building/publishing - update once v1.20.3 lands

+* tls: :ref:`match_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_subject_alt_names>` has been deprecated in favor of the :ref:`match_typed_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`.
98 changes: 49 additions & 49 deletions docs/root/version_history/v1.21.0.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/root/version_history/v1.21.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Bug Fixes

* data plane: fix crash when internal redirect selects a route configured with direct response or redirect actions.
* jwt_authn: fixed the crash when a CONNECT request is sent to JWT filter configured with regex match on the Host header.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
* tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <v1.21:envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
* upstream: fix stack overflow when a cluster with large number of idle connections is removed.

Removed Config or Runtime
-------------------------
*Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
*Normally occurs at the end of the* :ref:`deprecation period <v1.21:deprecated>`

New Features
------------
Expand Down
Loading