diff --git a/RELEASES.md b/RELEASES.md index 0e6b6283590a7..013d9a2e9215a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -89,7 +89,8 @@ deadline of 3 weeks. | 1.20.0 | 2021/09/30 | 2021/10/05 | +5 days | 2022/10/05 | | 1.21.0 | 2022/01/15 | 2022/01/12 | -3 days | 2023/01/12 | | 1.22.0 | 2022/04/15 | 2022/04/15 | 0 days | 2023/04/15 | -| 1.23.0 | 2022/07/15 | | | | +| 1.23.0 | 2022/07/15 | 2022/07/15 | 0 days | 2023/07/15 | +| 1.24.0 | 2022/10/15 | | | | ### Cutting a major release diff --git a/VERSION.txt b/VERSION.txt index 89bd9b2d8fd9c..a6c2798a482eb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.23.0-dev +1.23.0 diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 53020d881d40f..1c79156662b77 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,4 +1,4 @@ -date: Pending +date: July 15, 2022 behavior_changes: - area: tls-inspector @@ -259,6 +259,7 @@ new_features: for Envoy (see detailed documentation :ref:`here ` but will also result in trying multiple addresses for resolvers doing only IPv4 or IPv6. This behavioral change can be temporarily disabled by setting runtime guard ``envoy.restart_features.remove_runtime_singleton`` to ``false``. +- area: dns_resolver change: | added :ref:`GetAddrInfoDnsResolverConfig `, a new DNS resolver that uses the system's ``getaddrinfo()`` function to resolve DNS. This was primarily added for use on Android @@ -367,7 +368,7 @@ new_features: ` to return status code 500 when the configured cluster is not found. - area: matching - change : | + change: | added support for matching authenticated inputs in network and HTTP matching data. - area: rbac change: | @@ -422,3 +423,4 @@ deprecated: change: | deprecated :ref:`inline_code `. Please use :ref:`default_source_code `. + diff --git a/ci/flaky_test/BUILD b/ci/flaky_test/BUILD index 7cbc182ec9e0a..661b72c4f5e47 100644 --- a/ci/flaky_test/BUILD +++ b/ci/flaky_test/BUILD @@ -11,7 +11,6 @@ py_binary( srcs = ["process_xml.py"], deps = [ "@envoy_repo", - requirement("pygithub"), requirement("slackclient"), ], )