-
Notifications
You must be signed in to change notification settings - Fork 88
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
chore: update to DevWorkspace-Operator 0.20.0 #1659
Conversation
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
Hi @AObuchow. Thanks for your PR. I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AObuchow The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Andrew Obuchowicz <[email protected]>
Signed-off-by: Andrew Obuchowicz <[email protected]>
0400dec
to
c7f6306
Compare
Codecov Report
@@ Coverage Diff @@
## main #1659 +/- ##
=======================================
Coverage 58.67% 58.67%
=======================================
Files 72 72
Lines 8406 8406
=======================================
Hits 4932 4932
Misses 3143 3143
Partials 331 331
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@tolusha I apologize for the failing CI tests. I've tried to figure out the scheme issue with no success, so far. However, it seems to be reproducible locally on Minikube (by running When I inspected the DWO logs on OpenShift, I saw the following (which wasn't occurring when DWO was installed alone):
I currently suspect there might be a mismatch between a dependency used by DWO and Che-Operator. I also don't see any issues about the DWO scheme not being installed properly in the Che-Operator logs. If you have some time to investigate, please let me know if you find what's causing the problem. I will continue working on this tomorrow as soon as possible. |
Closed in favor of #1660 |
What does this PR do?
Updates the DevWorkspace-Operator dependency to v0.20.0 as well as transitive dependencies, required for #1643.
Also replaces usages of
corev1.Handler
(now deprecated) tocorev1.ProbeHandler
Screenshot/screencast of this PR
n/a
What issues does this PR fix or reference?
Required step for eclipse-che/che#22012
How to test this PR?
n/a
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.