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

rebase: update Kubernetes CSI sidecars to current versions #5088

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

nixpanic
Copy link
Member

@nixpanic nixpanic commented Jan 17, 2025

The Kubernetes CSI sidecars have had several releases that were not
included in deployments by Rook yet, update them to the versions that
are available today:

  • csi-node-driver-registrar:v2.13.0
  • csi-provisioner:v5.1.0
  • csi-attacher:v4.8.0

The Kubernetes CSI sidecars have had several releases that were not
included in deployments by Rook yet, update them to the versions that
are available today:

- csi-node-driver-registrar:v2.13.0
- csi-provisioner:v5.1.0
- csi-attacher:v4.8.0

Signed-off-by: Niels de Vos <[email protected]>
@mergify mergify bot added the rebase update the version of an external component label Jan 17, 2025
@Madhu-1 Madhu-1 requested a review from a team January 17, 2025 09:58
@iPraveenParihar
Copy link
Contributor

/test ci/centos/mini-e2e-helm/k8s-1.30

@iPraveenParihar
Copy link
Contributor

@nixpanic, new release just came in for external-provisioner 😄 https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.2.0

@iPraveenParihar
Copy link
Contributor

Also, lets update snapshotter version here as well?

# shellcheck disable=SC1091
[ ! -e "${SCRIPT_DIR}"/utils.sh ] || source "${SCRIPT_DIR}"/utils.sh
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-"v5.0.1"}

@nixpanic
Copy link
Member Author

@nixpanic, new release just came in for external-provisioner 😄 https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.2.0

Haha, nice. The container image is not available yet though...

@nixpanic
Copy link
Member Author

Also, lets update snapshotter version here as well?

# shellcheck disable=SC1091
[ ! -e "${SCRIPT_DIR}"/utils.sh ] || source "${SCRIPT_DIR}"/utils.sh
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-"v5.0.1"}

This PR does not update the snapshot sidecar. There is no need for changing the script, as SNAPSHOT_VERSION=v8.2.0 is set in build.env already, so it overloads the variable in the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rebase update the version of an external component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants