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

bump envoyproxy/go-control-plane #5020

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

zirain
Copy link
Member

@zirain zirain commented Jan 7, 2025

fixes: #5007

@zirain zirain requested a review from a team as a code owner January 7, 2025 01:43
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.69%. Comparing base (4d5d3f0) to head (e112249).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5020      +/-   ##
==========================================
- Coverage   66.78%   66.69%   -0.09%     
==========================================
  Files         209      209              
  Lines       32264    32264              
==========================================
- Hits        21547    21520      -27     
- Misses       9421     9442      +21     
- Partials     1296     1302       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

// Import all Envoy filter types so they are registered and deserialization does not fail
// when using them in the "typed_config" attributes.
package extensions
// DO NOT REMOVE THE FOLLOWING IMPORTS
import _ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/compression/qatzip/compressor/v3alpha"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why contrib is needed here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's splited from github.com/envoyproxy/go-control-plane by default.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zirain and I discussed offline around whether we should include the contrib imports or not.
for now we should since we have docs that link to contrib images https://gateway.envoyproxy.io/docs/tasks/security/private-key-provider/
if image size becomes an issue, we can revisit this in the future

@zirain zirain force-pushed the bump-envoy-control-plane branch from 1ec5a8f to 736b106 Compare January 7, 2025 04:10
zirain added 2 commits January 8, 2025 08:56
Signed-off-by: zirain <[email protected]>
@zirain zirain force-pushed the bump-envoy-control-plane branch from 736b106 to e112249 Compare January 8, 2025 00:56
@zirain zirain requested a review from arkodg January 8, 2025 00:56
Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

@arkodg arkodg requested review from a team January 8, 2025 20:17
@zhaohuabing zhaohuabing merged commit 5427854 into envoyproxy:main Jan 9, 2025
25 checks passed
@zirain zirain deleted the bump-envoy-control-plane branch January 9, 2025 02:21
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.

3 participants