-
Notifications
You must be signed in to change notification settings - Fork 547
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/k8s 1.30 deps #4574
Update/k8s 1.30 deps #4574
Conversation
e88e302
to
cda74e6
Compare
/test ci/centos/k8s-e2e-external-storage/1.30 |
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.
acc4dff
to
8751c5c
Compare
@@ -19,12 +19,8 @@ jobs: | |||
strategy: | |||
matrix: | |||
branch: [release-v3.10, release-v3.11, devel] | |||
k8s: ["1.26", "1.27", "1.28", "1.29"] | |||
k8s: ["1.27", "1.28", "1.29"] |
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.
release-v3.10 is still maintained and needs to be run against 1.26.
README.md
Outdated
@@ -56,7 +56,7 @@ environments. | |||
|
|||
| Ceph CSI Version | Container Orchestrator Name | Version Tested | | |||
| -----------------| --------------------------- | -------------------| | |||
| v3.11.0 | Kubernetes | v1.26, v1.27, v1.28, v1.29| | |||
| v3.11.0 | Kubernetes | v1.27, v1.28, v1.29| |
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.
(only) this part needs to be backported to release-v3.11.
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
8751c5c
to
8c39046
Compare
Signed-off-by: Praveen M <m.praveen@ibm.com>
8c39046
to
9130d4c
Compare
The pull-request-commented change is posted in #4589 |
Closing as changes are included in #4589 |
Describe what this PR does
cleanup: drop unmaintained 1.26 k8s release
cleanup: add rules to run tests on k8s 1.30 release
Related issues
Fixes: #4569
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)