Skip to content
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

Closed

Conversation

iPraveenParihar
Copy link
Contributor

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:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next major release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

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 unrelated
    failure (please report the failure too!)

@iPraveenParihar
Copy link
Contributor Author

/test ci/centos/k8s-e2e-external-storage/1.30

Copy link
Collaborator

@Madhu-1 Madhu-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iPraveenParihar iPraveenParihar force-pushed the update/k8s-1.30-deps branch 2 times, most recently from acc4dff to 8751c5c Compare April 23, 2024 06:16
@iPraveenParihar iPraveenParihar marked this pull request as ready for review April 23, 2024 11:54
@@ -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"]
Copy link
Member

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|
Copy link
Member

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.

Copy link
Contributor

mergify bot commented Apr 24, 2024

This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏

Signed-off-by: Praveen M <m.praveen@ibm.com>
@nixpanic
Copy link
Member

The pull-request-commented change is posted in #4589

@iPraveenParihar
Copy link
Contributor Author

Closing as changes are included in #4589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update kubernetes dependency to 1.30
3 participants