-
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
Update min k8s version in development.md to 1.23 #6366
Conversation
As of the [0.41 release](https://github.com/tektoncd/pipeline/releases/tag/v0.41.0) the minimum version of k8s required is 1.23
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.
@bobcatfish thanks for the fix! there are three more places where this change needs to be made:
- A Kubernetes cluster running at least Kubernetes 1.22. A [`kind` |
Line 45 in d89850f
There is no formal specification of the Kubernetes API and Resource Model. This document assumes Kubernetes 1.22 behavior; this behavior will typically be supported by many future Kubernetes versions. Additionally, this document may reference specific core Kubernetes resources; these references may be illustrative (i.e. an implementation on Kubernetes) or descriptive (i.e. this Kubernetes resource MUST be exposed). References to these core Kubernetes resources will be annotated as either illustrative or descriptive. |
pipeline/docs/how-to-write-a-resolver.md
Line 57 in d89850f
- A Kubernetes cluster running at least Kubernetes 1.22. A [`kind` |
/test check-pr-has-kind-label |
@vdemeester: 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom 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 |
I think we need to bump to 1.24 given that v0.45 and higher now require K8s 1.24 |
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.
I think we're actually at 1.24 now: https://github.com/tektoncd/pipeline/blob/main/docs/install.md#prerequisites
edit: I see dibyo already mentioned this 😬
Prior to this change, the docs indicate that the min k8s version is 1.22. However, the min k8s version was bumped to 1.23 in v0.41 and bumped to 1.24 in v0.45. This change updates the docs to the min version of v0.45. This change also adds a reminder in the pull requests checklist to update docs of the min requirements if any have changed. This change supersedes tektoncd#6366 from @bobcatfish. Co-authored-by: Christie Warwick (Wilson) <[email protected]>
Prior to this change, the docs indicate that the min k8s version is 1.22. However, the min k8s version was bumped to 1.23 in v0.41 and bumped to 1.24 in v0.45. This change updates the docs to the min version of v0.45. This change also adds a reminder in the pull requests checklist to update docs of the min requirements if any have changed. This change supersedes tektoncd#6366 from @bobcatfish. Co-authored-by: Christie Warwick (Wilson) <[email protected]>
@bobcatfish opened #6478 updating the min k8s version in development.md and other files -- and added you as a co-author /close |
@jerop: Closed this PR. 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. |
Prior to this change, the docs indicate that the min k8s version is 1.22. However, the min k8s version was bumped to 1.23 in v0.41 and bumped to 1.24 in v0.45. This change updates the docs to the min version of v0.45. This change also adds a reminder in the pull requests checklist to update docs of the min requirements if any have changed. This change supersedes tektoncd#6366 from @bobcatfish. Co-authored-by: Christie Warwick (Wilson) <[email protected]>
Prior to this change, the docs indicate that the min k8s version is 1.22. However, the min k8s version was bumped to 1.23 in v0.41 and bumped to 1.24 in v0.45. This change updates the docs to the min version of v0.45. This change also adds a reminder in the pull requests checklist to update docs of the min requirements if any have changed. This change supersedes #6366 from @bobcatfish. Co-authored-by: Christie Warwick (Wilson) <[email protected]>
Changes
As of the 0.41 release the minimum version of k8s required is 1.23
/kind documentation
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes