Skip to content
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

chore(*) update Envoy to 1.16.1 #1214

Merged
merged 2 commits into from
Nov 26, 2020
Merged

chore(*) update Envoy to 1.16.1 #1214

merged 2 commits into from
Nov 26, 2020

Conversation

nickolaev
Copy link
Contributor

Summary

Fixed issues in 1.16.1:

  • listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates.
  • proxy_proto: fixed a bug where the wrong downstream address got sent to upstream connections.
  • proxy_proto: fixed a bug where network filters would not have the correct downstreamRemoteAddress() when accessed from the StreamInfo. This could result in incorrect enforcement of RBAC rules in the RBAC network filter (but not in the RBAC HTTP filter), or incorrect access log addresses from tcp_proxy.
  • tls: fix read resumption after triggering buffer high-watermark and all remaining request/response bytes are stored in the SSL connection's internal buffers.
  • udp: fixed issue in which receiving truncated UDP datagrams would cause Envoy to crash.

Nikolay Nikolaev added 2 commits November 25, 2020 14:19
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev merged commit cdaa6b4 into master Nov 26, 2020
@nickolaev nickolaev deleted the chore/envoy_1_16_1 branch November 26, 2020 06:26
mergify bot pushed a commit that referenced this pull request Nov 26, 2020
* chore(*) update Envoy 1.16.1

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
(cherry picked from commit cdaa6b4)
nickolaev pushed a commit that referenced this pull request Nov 26, 2020
* chore(*) update Envoy 1.16.1

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
(cherry picked from commit cdaa6b4)

Co-authored-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants