projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

update Envoy to 1.23.0 #530

Closed skriss closed 1 year ago

skriss commented 1 year ago

Signed-off-by: Steve Kriss krisss@vmware.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #530 (e738597) into main (183494e) will decrease coverage by 3.54%. The diff coverage is n/a.

:exclamation: Current head e738597 differs from pull request most recent head c4bedd1. Consider uploading reports for the commit c4bedd1 to get more accurate results

@@            Coverage Diff             @@
##             main     #530      +/-   ##
==========================================
- Coverage   80.65%   77.10%   -3.55%     
==========================================
  Files          29       29              
  Lines        2171     2171              
==========================================
- Hits         1751     1674      -77     
- Misses        303      354      +51     
- Partials      117      143      +26     
Impacted Files Coverage Δ
internal/operator/config.go 100.00% <ø> (ø)
internal/status/status.go 51.35% <0.00%> (-21.63%) :arrow_down:
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/controller/controller.go 66.39% <0.00%> (-16.40%) :arrow_down:
internal/objects/configmap/configmap.go 70.88% <0.00%> (-6.33%) :arrow_down:
internal/objects/service/service.go 83.92% <0.00%> (-5.36%) :arrow_down:
internal/objects/contour/contour.go 76.62% <0.00%> (-5.20%) :arrow_down:
internal/objects/job/job.go 77.50% <0.00%> (-5.00%) :arrow_down:
internal/objects/deployment/deployment.go 91.98% <0.00%> (-3.80%) :arrow_down:
internal/objects/rbac.go 56.47% <0.00%> (-3.53%) :arrow_down:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 183494e...c4bedd1. Read the comment docs.

sunjayBhatia commented 1 year ago

ah good catch!