-
Notifications
You must be signed in to change notification settings - Fork 274
Update Kubernetes version testing #4836
Update Kubernetes version testing #4836
Conversation
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.
Could you also do the following:
- Bump min version defined by
kubeVersion
incharts/osm/Chart.yaml
- Update
docs/release_notes.md
to note that support for v1.20.x is dropped
You also need to update min_k8s_version
in osm-docs/config.toml
Changes 1 and 2 have been made. As for osm-docs, I believe @zr-msft will be making those doc changes. |
@shashankram @trstringer ACK on the doc changes corresponding to this PR. Will link as soon as i have it staged. |
Update Kerbernetes matrix testing by removing Kubernetes v1.21 and adding v1.23 and v1.24. Also update the README to include the oldest supported Kubernetes version. Signed-off-by: Thomas Stringer <thomas@trstringer.com>
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
5b91bb5
to
f0f2ffb
Compare
Codecov Report
@@ Coverage Diff @@
## main #4836 +/- ##
==========================================
+ Coverage 69.49% 69.51% +0.01%
==========================================
Files 218 218
Lines 15881 15881
==========================================
+ Hits 11037 11040 +3
+ Misses 4792 4789 -3
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Update Kerbernetes matrix testing by removing Kubernetes v1.21 and
adding v1.23 and v1.24. Also update the README to include the oldest
supported Kubernetes version.
Signed-off-by: Thomas Stringer thomas@trstringer.com
Affected area:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project? No.
Is this a breaking change? No.
Has documentation corresponding to this change been updated in the osm-docs repo (if applicable)? Updates soon by @zr-msft