Kick-off release 1.20.1#18658
Conversation
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
| * listener: fixed an issue on Windows where connections are not handled by all worker threads. | ||
| * lua: fix ``BodyBuffer`` setting a Lua string and printing Lua string containing hex characters. Previously, ``BodyBuffer`` setting a Lua string or printing strings with hex characters will be truncated. | ||
| * xray: fix the AWS X-Ray tracer bug where span's error, fault and throttle information was not reported properly as per the `AWS X-Ray documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html>`_. Before this fix, server error was reported under the 'annotations' section of the segment data. | ||
| * Listener: fix a crash when updating any listener that does not bind to port |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
@mathetake There is another blocking the istio from picking up envoy 1.20. See #18616 As far as I can tell, It impacts listener in place update which occurs on both istio gateways and sidecar proxies. Do you want to hold 1.20.1 until that fix is landed? |
|
Yeah but this PR is not for releasing 1.21, but about just cleaning up release notes for 1.20 so this must be merged prior to that anyway. |
Got it. Thanks! |
Ah yes:D |
|
Hello @lizan @mathetake! |
|
@lobkovilya we don't cut point release unless there's a security fix, so there's no ETA for 1.20.1. meanwhile you can use latest commit of v1.20 branch or v1.20-latest tag from docker. |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Should've done this before #18421 merged.