-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump knative/pkg to 1.11 #6975
Bump knative/pkg to 1.11 #6975
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Ah this needs a change in plumbing.. |
This will need tektoncd/plumbing#1520 |
… And |
/retest |
b82d52a
to
dc06b4f
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
dc06b4f
to
1b096a0
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
9f056cd
to
fc2dbe0
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
fc2dbe0
to
c9a16e8
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick 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 |
c9a16e8
to
e108830
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
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.
Thank you @vdemeester !
/lgtm
arg.. needs a rebase 😅 |
This does the following: - Update the dependency of knative/pkg to 1.11 - Update k8s reference to 1.25 as it's now the k8s min version supported - Remove "use" of injection.Dynamic (not really used) See knative/pkg#2739. It doesn't seem it was used anywhere anyway. - Handle AddEventHandler error. The `AddEventHandler` interface has changed and now returns an error (and a registration object that we do not need to use for now). This handles the error if any arise and also makes the linter happy :). Signed-off-by: Vincent Demeester <[email protected]>
e108830
to
1b5f226
Compare
/lgtm |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Changes
Bump knative/pkg to the latest, 1.11
This also updates the min kubernetes version to 1.25.
/kind misc
Signed-off-by: Vincent Demeester [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes