-
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
Update Envoy to v1.16.0 #3029
Update Envoy to v1.16.0 #3029
Conversation
abcd6ef
to
77b1f46
Compare
Codecov Report
@@ Coverage Diff @@
## main #3029 +/- ##
==========================================
- Coverage 74.52% 74.49% -0.04%
==========================================
Files 92 92
Lines 5963 5963
==========================================
- Hits 4444 4442 -2
- Misses 1422 1423 +1
- Partials 97 98 +1
|
Closes projectcontour#3013 Signed-off-by: Ro Ramtohul <yoitsro@hotmail.com>
Contributes to projectcontour#3013 Signed-off-by: Ro Ramtohul <yoitsro@hotmail.com>
77b1f46
to
1e7a9fb
Compare
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.
Thanks @yoitsro, LGTM. I ran a basic smoke-test and didn't see any issues.
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.
/lgtm
Thanks @yoitsro! 🎉 |
This PR updates
Makefile
to use the latest version of Envoy (v1.16.0).It also updates the examples to reflect this change.
Fixes #3013