Skip to content
Closed
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
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0-dev
1.23.0
6 changes: 4 additions & 2 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
date: Pending
date: July 15, 2022

behavior_changes:
- area: tls-inspector
Expand Down Expand Up @@ -259,6 +259,7 @@ new_features:
for Envoy (see detailed documentation :ref:`here <arch_overview_conn_pool>` 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 <envoy_v3_api_msg_extensions.network.dns_resolver.getaddrinfo.v3.GetAddrInfoDnsResolverConfig>`,
a new DNS resolver that uses the system's ``getaddrinfo()`` function to resolve DNS. This was primarily added for use on Android
Expand Down Expand Up @@ -367,7 +368,7 @@ new_features:
<envoy_v3_api_enum_value_config.route.v3.RouteAction.ClusterNotFoundResponseCode.INTERNAL_SERVER_ERROR>` 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: |
Expand Down Expand Up @@ -422,3 +423,4 @@ deprecated:
change: |
deprecated :ref:`inline_code <envoy_v3_api_field_extensions.filters.http.lua.v3.Lua.inline_code>`. Please use
:ref:`default_source_code <envoy_v3_api_field_extensions.filters.http.lua.v3.Lua.default_source_code>`.

1 change: 0 additions & 1 deletion ci/flaky_test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ py_binary(
srcs = ["process_xml.py"],
deps = [
"@envoy_repo",
requirement("pygithub"),
requirement("slackclient"),
],
)