-
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 #3871
deploy: update CSI sidecars to latest versions available #3871
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.
LGTM
build.env
Outdated
@@ -27,7 +27,7 @@ GOLANGCI_VERSION=v1.47.3 | |||
|
|||
# external snapshotter version | |||
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases | |||
SNAPSHOT_VERSION=v6.1.0 | |||
SNAPSHOT_VERSION=v6.2.2 |
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 is already updated here, this needs to rebase on #3868 is merged.
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.
LGTM
5709f19
to
27a2014
Compare
Pull request has been modified.
27a2014
to
34d639e
Compare
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.
LGTM
@Mergifyio queue |
🛑 The pull request has been removed from the queuePull request #3871 has been dequeued due to failing checks or checks timeout. You can take a look at In case of a failure due to a flaky test, you should first retrigger the CI. |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
@Mergifyio queue |
🛑 The pull request has been removed from the queuePull request #3871 has been dequeued due to failing checks or checks timeout. You can take a look at In case of a failure due to a flaky test, you should first retrigger the CI. |
@Mergifyio rebase |
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.8.0 csi-attacher: v4.3.0 csi-resizer: v1.8.0 csi-snapshotter: v6.2.2 csi-provisioner: v3.5.0 Signed-off-by: iPraveenParihar <praveenparihar68@gmail.com>
✅ Branch has been successfully rebased |
34d639e
to
6ba3755
Compare
/test ci/centos/k8s-e2e-external-storage/1.24 |
/test ci/centos/k8s-e2e-external-storage/1.25 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.24 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.24 |
/test ci/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/retest ci/centos/k8s-e2e-external-storage/1.27 |
Below sidecars are updated with latest available versions
csi-node-driver-registrar: v2.8.0
csi-attacher: v4.3.0
csi-resizer: v1.8.0
csi-snapshotter: v6.2.2
csi-provisioner: v3.5.0
Describe what this PR does
Update csi sidecars to the latest available versions
Fixes #3867
CC @Rakshith-R