-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
Codecov Report
@@ Coverage Diff @@
## main #456 +/- ##
==========================================
- Coverage 80.26% 76.69% -3.58%
==========================================
Files 29 29
Lines 2235 2231 -4
==========================================
- Hits 1794 1711 -83
- Misses 326 379 +53
- Partials 115 141 +26
Continue to review full report at Codecov.
|
This is not passing the upgrade test and won't without some work - mainly due to #438 and a similar issue with the CRD defs themselves (since they've moved groups). |
We can either:
|
131f739
to
e192465
Compare
Signed-off-by: Steve Kriss <krisss@vmware.com>
e192465
to
39452fb
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.
Ship it!
Signed-off-by: Steve Kriss <krisss@vmware.com>
I disabled the upgrade test in the latest commit. We'll need to address #438 to avoid situations like this in the future. Once we release 1.20, we should be able to re-enable it. I did manually test an upgrade and confirmed that Contour was upgraded properly and an Ingress continued to route properly. Note that since the Gateway API is moving to a different API group as part of v1alpha2, there is no automated upgrade of those resources from v1alpha1; users will have to manually migrate them. |
Signed-off-by: Steve Kriss <krisss@vmware.com>
I think given the alpha status of the operator this is ok. I'd say merge this and get the tests spun up from this point going forward to make sure things work. |
Follow-up to projectcontour#456 to fix linter issues that were only reported post-merge. Signed-off-by: Steve Kriss <krisss@vmware.com>
Follow-up to #456 to fix linter issues that were only reported post-merge. Signed-off-by: Steve Kriss <krisss@vmware.com>
Since Contour main branch started Gateway API v1alpha2 as projectcontour/contour-operator#456, this patch changes to pin Contour version to v1.19.0 which supports Gateway v1alpha1.
Signed-off-by: Steve Kriss krisss@vmware.com