-
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 latest (20220701) #5066
Conversation
This commit pulls in the latest version of knative and updates k8s from v0.23.5 to v0.23.8.
Skipping CI for Draft Pull Request. |
/test pull-tekton-pipeline-unit-tests (cloud event timeout) |
@lbernick: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
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. |
/test tekton-pipeline-unit-tests |
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
@@ -33,7 +33,7 @@ const ( | |||
// NOTE: If you are changing this line, please also update the minimum kubernetes | |||
// version listed here: | |||
// https://github.com/knative/docs/blob/mkdocs/docs/snippets/prerequisites.md | |||
defaultMinimumVersion = "v1.21.0" | |||
defaultMinimumVersion = "v1.22.0" |
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.
Looks like the min k8s version after this change will be 1.22. Can we add a release note?
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.
yikes, we are actually still on 1.21 for dogfooding
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.
Yep, this is why #4928 was "on hold".
Do we need absolutely need the version from July 1st or a "released" version (like release-1.5) is ok ? (I know technically it's not really "released" but…) I am asking because we track only released version of all our dependencies except knative/pkg 😅
In any case, we may want to update how we bump knative/pkg (see https://github.com/tektoncd/pipeline/pull/4928/files#diff-ff3402c713d8a504795b7115caa1af088b1bfc583d43adb5d0bc5a83aaa03bc1, it is obsolete).
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mattmoor 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 |
I'd rather not bump the min k8s version and we have #4928 anyway so I'll close this |
Changes
This commit pulls in the latest version of knative and updates k8s
from v0.23.5 to v0.23.8.
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes