-
Notifications
You must be signed in to change notification settings - Fork 690
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
examples: update Envoy to 1.17.1 #3417
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3417 +/- ##
=======================================
Coverage 75.24% 75.24%
=======================================
Files 98 98
Lines 6531 6531
=======================================
Hits 4914 4914
Misses 1509 1509
Partials 108 108 |
idk if we want to hold this until official Envoy 1.17.1 docs/changelog are out. right now it looks like there's just a GH release and docker images. |
Some Envoy pipeline issues going on, I'll mention them in upstream slack |
https://envoyproxy.slack.com/archives/C78HA81DH/p1614358124037500 |
Signed-off-by: Steve Kriss <krisss@vmware.com>
Signed-off-by: Steve Kriss <krisss@vmware.com>
* internal/xdscache: include global rate limits for secure vhosts (#3410) Fixes a bug where global rate limit policies were being ignored when defined at the virtual host level on secure vhosts. Fixes #3409. Signed-off-by: Steve Kriss <krisss@vmware.com> * cmd/contour: pass pointers to StatusAddressUpdater (#3412) Fixes an issue where non-pointers were being passed to the StatusAddressUpdater when the load balancer address changed, which was resulting in HTTPProxies/Ingresses not immediately getting updated with the new address. Fixes #3411. Signed-off-by: Steve Kriss <krisss@vmware.com> * examples: update Envoy to 1.17.1 (#3417) Signed-off-by: Steve Kriss <krisss@vmware.com>
Signed-off-by: Steve Kriss krisss@vmware.com