Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.23 KB

File metadata and controls

25 lines (20 loc) · 1.23 KB

v3.17 Pending Release Notes

Breaking changes

  • NFS CSIDriver object's spec.attachRequired is now set to true to accommodate Kubernetes ServiceAccount based volume access restriction feature. This is a breaking change for users who have already deployed the NFS driver and are upgrading to v3.17. Users will need to delete and recreate the CSIDriver object for NFS during upgradie to v3.17.
  • NVME-OF Storageclass now needs publish secrets to accommodate the Kubernetes ServiceAccount based volume access restriction. This is a breaking change for users who have already deployed the NVME-OF driver and are upgrading to v3.17. Users will need to recreate the NVME-OF Storageclass with publish secrets during upgrade to v3.17.

Features

  • nfs: allow changing NFS-server through ControllerModifyVolume PR
  • util: add support for GKLM KMS over KMIP PR
  • rbd: add Kubernetes ServiceAccount based volume access restriction
  • nvmeof: add Kubernetes ServiceAccount based volume access restriction
  • cephfs: add Kubernetes ServiceAccount based volume access restriction
  • nfs: add Kubernetes ServiceAccount based volume access restriction

NOTE