projectcontour / contour-operator

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

Kubernetes 1.23 updates #475

Closed skriss closed 2 years ago

skriss commented 2 years ago

Updates dependencies and KinD images for Kubernetes 1.23.

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

stevesloka commented 2 years ago

@skriss looks like the tests failed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #475 (b7d4f69) into main (178300a) will decrease coverage by 2.71%. The diff coverage is 100.00%.

:exclamation: Current head b7d4f69 differs from pull request most recent head 366a6fd. Consider uploading reports for the commit 366a6fd to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #475      +/-   ##
==========================================
- Coverage   80.76%   78.04%   -2.72%     
==========================================
  Files          29       29              
  Lines        2209     2209              
==========================================
- Hits         1784     1724      -60     
- Misses        307      351      +44     
- Partials      118      134      +16     
Impacted Files Coverage Δ
internal/objects/daemonset/daemonset.go 93.92% <100.00%> (-1.79%) :arrow_down:
internal/objects/deployment/deployment.go 91.94% <100.00%> (-3.82%) :arrow_down:
internal/status/status.go 56.75% <0.00%> (-16.22%) :arrow_down:
internal/objects/rbac.go 54.76% <0.00%> (-9.53%) :arrow_down:
internal/objects/configmap/configmap.go 70.88% <0.00%> (-6.33%) :arrow_down:
internal/controller/controller.go 74.59% <0.00%> (-5.74%) :arrow_down:
internal/objects/job/job.go 76.52% <0.00%> (-5.22%) :arrow_down:
internal/objects/contour/contour.go 76.62% <0.00%> (-5.20%) :arrow_down:
internal/objects/service/service.go 84.34% <0.00%> (-4.35%) :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 3e221a5...366a6fd. Read the comment docs.

skriss commented 2 years ago

Tests fixed by now blocked by #476 😬