-
Notifications
You must be signed in to change notification settings - Fork 331
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
update k8s to 1.25.2 #2599
update k8s to 1.25.2 #2599
Conversation
Codecov ReportBase: 81.29% // Head: 81.29% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2599 +/- ##
=======================================
Coverage 81.29% 81.29%
=======================================
Files 162 162
Lines 9820 9820
=======================================
Hits 7983 7983
Misses 1597 1597
Partials 240 240 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/hold |
/retest |
@pierDipi @lionelvillard seems all the eventing downstream tests get broken with the update to k8s 1.25.2, I think a big part of it is updating the version of cloud-events |
retesting after knative/eventing#6552 /retest |
It's an antlr problem. k8s 1.25 picks up a newer not-backward compatible antlr. I'll submit a PR in the ce SDK repo. |
btw k8s 1.25 requires go 1.19. It does not seem to use any new go features so the build does not break but I think it's probably better to align with what k8s is doing. |
here is the PR cloudevents/sdk-go#806 |
357bdfe
to
cc4f8ae
Compare
/retest For eventing. |
seems like a different issue this time |
do you think we can get this fixed for the release next week? |
@nader-ziada yes. Eventing needs to be updated to 1.25.2 as well (best guess) |
/retest |
@lionelvillard @psschwei does this PR need to be merged in first then we fix the downstream issues? or how does this work? |
Yeah, we should make the update here first and then the fixes downstream, assuming everyone's ready. We should be good from the serving side, @lionelvillard can confirm for eventing. |
@nader-ziada the eventing PR is ready. We'll have to propagate the changes to eventing downstream repos |
the only caveat is easycla is broken for knative/eventing |
EasyCLA should be fixed now, so... |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nader-ziada, psschwei The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Changes
Fixes #2598
Release Note
/cc @psschwei