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

deploy: update CSI sidecars to latest versions available #4660

Merged
merged 5 commits into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. deploy: update CSI sidecars to latest versions available

    Below sidecars are updated with latest available versions
    
    csi-node-driver-registrar: v2.10.1
    csi-resizer: v1.11.1
    csi-provisioner: v5.0.1
    csi-attacher: v4.6.1
    csi-snapshotter: v8.0.1
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7d3038b View commit details
    Browse the repository at this point in the history
  2. cephs: remove VOLUME_ACCESSIBILITY_CONSTRAINTS capabilities

    This commit remove `VOLUME_ACCESSIBILITY_CONSTRAINTS` capabilities
    from CephFS as topology based volume provisioning is not yet supported.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8ca803a View commit details
    Browse the repository at this point in the history
  3. deploy: remove feature gate topology.

    This commit removes the Topology feature gate as it is now enabled by default
    and will be removed in a future release. It is CSI driver's responsibility to
    report capability `VOLUME_ACCESSIBILITY_CONSTRAINTS` so that topology gets
    enabled in external-provisioner. When driver doesn't report it,
    external-provisioner disables topology support.
    
    As of this change, Only RBD driver supports topology based volume provisioning
    and it reports the `VOLUME_ACCESSIBILITY_CONSTRAINTS` capability,
    enabling topology support in the external-provisioner.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4ecb074 View commit details
    Browse the repository at this point in the history
  4. helm: remove feature gate topology

    This commit removes the Topology feature gate as it is now enabled
    by default and will be removed in a future release.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    36bbd61 View commit details
    Browse the repository at this point in the history
  5. e2e: remove enableTopologyInTemplate method

    This commit removes `enableTopologyInTemplate` method as this is not
    needed anymore.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    39b35e4 View commit details
    Browse the repository at this point in the history