Skip to content

Commit

Permalink
Kick-off release 1.20.1 (envoyproxy#18658)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
  • Loading branch information
mathetake authored and aidanhahn committed Jan 13, 2022
1 parent 132e5c8 commit 7bde0f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0
1.20.1-dev
8 changes: 8 additions & 0 deletions docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.21.0 (January 12, 2022)
=========================
1.20.1 (Pending)
========================

Incompatible Behavior Changes
-----------------------------
Expand Down Expand Up @@ -37,6 +39,7 @@ Bug Fixes
* tcp: fixing a log error where errors both from the kernel and the transport were not handled gracefully.
* thrift_proxy: do not close downstream connections when an upstream connection overflow happens.
* thrift_proxy: fix the thrift_proxy connection manager to correctly report success/error response metrics when performing :ref:`payload passthrough <envoy_v3_api_field_extensions.filters.network.thrift_proxy.v3.ThriftProxy.payload_passthrough>`.
* listener: fix a crash when updating any listener that does not bind to port.

Removed Config or Runtime
-------------------------
Expand Down Expand Up @@ -124,3 +127,8 @@ Deprecated
* dns_cache: :ref:`dns_resolution_config <envoy_v3_api_field_extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig.dns_resolution_config>` is deprecated in favor of :ref:`typed_dns_resolver_config <envoy_v3_api_field_extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig.typed_dns_resolver_config>`.
* 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>`.
* dns_filter: :ref:`dns_resolution_config <envoy_v3_api_field_extensions.filters.udp.dns_filter.v3.DnsFilterConfig.ClientContextConfig.dns_resolution_config>` is deprecated in favor of :ref:`typed_dns_resolver_config <envoy_v3_api_field_extensions.filters.udp.dns_filter.v3.DnsFilterConfig.ClientContextConfig.typed_dns_resolver_config>`.
New Features
------------

Deprecated
----------
1 change: 0 additions & 1 deletion docs/root/version_history/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Version history
:titlesonly:

current
v1.20.1
v1.20.0
v1.19.1
v1.19.0
Expand Down

0 comments on commit 7bde0f5

Please sign in to comment.