-
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
Bump k8s min k8s version to 1.19 #2157
Conversation
This patch bumps min k8s version to 1.19 Pelase also see https://github.com/knative/community/blob/main/mechanics/RELEASE-VERSIONING-PRINCIPLES.md#knative-serving-version-table
Codecov Report
@@ Coverage Diff @@
## main #2157 +/- ##
==========================================
- Coverage 65.90% 65.86% -0.05%
==========================================
Files 221 221
Lines 9363 9363
==========================================
- Hits 6171 6167 -4
- Misses 2914 2916 +2
- Partials 278 280 +2
Continue to review full report at Codecov.
|
@@ -32,9 +32,8 @@ const ( | |||
|
|||
// NOTE: If you are changing this line, please also update the minimum kubernetes | |||
// version listed here: | |||
// https://github.com/knative/docs/blob/main/docs/install/any-kubernetes-cluster.md#before-you-begin | |||
// https://github.com/knative/docs/blob/main/docs/install/knative-with-operators.md#prerequisites |
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.
This link was removed by https://github.com/knative/docs/pull/3732/files.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, nak3 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 always forget this file :) |
This patch bumps min k8s version to 1.19
Doc fixes knative/docs#3804.
Please also see https://github.com/knative/community/blob/main/mechanics/RELEASE-VERSIONING-PRINCIPLES.md#knative-serving-version-table
/cc @dprotaso