-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Kick-off release 1.20.1 #18658
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the note for #18421
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.