Skip to content
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

Merged
merged 1 commit into from
Oct 7, 2022
Merged

update k8s to 1.25.2 #2599

merged 1 commit into from
Oct 7, 2022

Conversation

nader-ziada
Copy link
Member

Changes

  • update k8s library to 1.25.2

Fixes #2598

Release Note

Update k8s library to 1.25.2

/cc @psschwei

@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Sep 27, 2022
@codecov
Copy link

codecov bot commented Sep 27, 2022

Codecov Report

Base: 81.29% // Head: 81.29% // No change to project coverage 👍

Coverage data is based on head (0738247) compared to base (bc93b0a).
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nader-ziada
Copy link
Member Author

/hold

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 27, 2022
@nader-ziada
Copy link
Member Author

/retest

@nader-ziada
Copy link
Member Author

@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

@lionelvillard
Copy link
Member

retesting after knative/eventing#6552

/retest

@lionelvillard
Copy link
Member

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.

@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 30, 2022
@lionelvillard
Copy link
Member

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.

@lionelvillard
Copy link
Member

here is the PR cloudevents/sdk-go#806

@knative-prow-robot knative-prow-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 3, 2022
@nader-ziada nader-ziada force-pushed the k8s-1252 branch 2 times, most recently from 357bdfe to cc4f8ae Compare October 3, 2022 17:55
@lionelvillard
Copy link
Member

/retest

For eventing.

@nader-ziada
Copy link
Member Author

/retest

For eventing.

seems like a different issue this time

@nader-ziada
Copy link
Member Author

@lionelvillard

do you think we can get this fixed for the release next week?

@lionelvillard
Copy link
Member

@nader-ziada yes. Eventing needs to be updated to 1.25.2 as well (best guess)

@nader-ziada
Copy link
Member Author

/retest

@nader-ziada
Copy link
Member Author

@lionelvillard @psschwei does this PR need to be merged in first then we fix the downstream issues? or how does this work?

@psschwei
Copy link
Contributor

psschwei commented Oct 6, 2022

@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.

@lionelvillard
Copy link
Member

@nader-ziada the eventing PR is ready. We'll have to propagate the changes to eventing downstream repos

@lionelvillard
Copy link
Member

the only caveat is easycla is broken for knative/eventing

@psschwei
Copy link
Contributor

psschwei commented Oct 7, 2022

EasyCLA should be fixed now, so...

Copy link
Contributor

@psschwei psschwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 7, 2022
@knative-prow
Copy link

knative-prow bot commented Oct 7, 2022

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 7, 2022
@nader-ziada
Copy link
Member Author

/hold cancel

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 7, 2022
@knative-prow knative-prow bot merged commit 8178c38 into knative:main Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubernetes v1.25 deprecation tracking
4 participants