-
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
deploy: update CSI sidecars to latest versions available #4420
deploy: update CSI sidecars to latest versions available #4420
Conversation
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.26 |
CSI_ATTACHER_VERSION=v4.5.0 | ||
CSI_SNAPSHOTTER_VERSION=v7.0.0 | ||
CSI_RESIZER_VERSION=v1.10.0 | ||
CSI_PROVISIONER_VERSION=v4.0.0 |
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.
can you please check if any new RBAC changes are required for any new features as some of them are major releases?
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.
Sure
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.
can you please check if any new RBAC changes are required for any new features as some of them are major releases?
Checked, there are no RBAC changes required.
@Madhu-1, ceph-csi/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml Lines 58 to 60 in 141928d
|
I think it makes sense to keep it as it is for now. In the future we may want to enable it for backup applications that use the workflow described in the last section of this Motivation. |
This can be queued for merging once #4422 is finished with CI. |
@Mergifyio rebase |
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.10.0 csi-resizer: v1.10.0 csi-provisioner: v4.0.0 csi-attacher: v4.5.0 csi-snapshotter: v7.0.0 Signed-off-by: Praveen M <m.praveen@ibm.com>
afa11a9
to
2f86c96
Compare
✅ Branch has been successfully rebased |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.28 |
/retest ci/centos/mini-e2e-helm/k8s-1.26 |
/retest ci/centos/mini-e2e/k8s-1.26 |
/retest ci/centos/mini-e2e/k8s-1.28 |
/retest ci/centos/mini-e2e/k8s-1.26 |
Describe what this PR does
Below sidecars are updated with latest available versions
csi-node-driver-registrar: v2.10.0
csi-resizer: v1.10.0
csi-provisioner: v4.0.0
csi-attacher: v4.5.0
csi-snapshotter: v7.0.0
Related issues
Fixes: #4419
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!)