Releases: kubernetes-csi/external-attacher
v1.0.1
Overall status
GA
Supported CSI spec versions
1.0.0
Container
docker pull quay.io/k8scsi/csi-attacher:v1.0.1
Breaking Changes
afb5c14 Update external-attacher to use v1.0.0 csi spec
aa1e584 Implement PUBLISH_READONLY capability
Action Required
- CSI plugin must support the 1.0 spec. CSI spec versions < 1.0 are no longer supported
- The PUBLISH_READONLY capability needs to be explicitly specified by the CSI plugin for the readOnly parameter to be set in the ControllerPublishRequest.
Major Changes
49e4642 Split RBAC rules into separate file
57654eb Add CSI migration logic to attach/detach handling and tests
cc01f60 Store NodeID in annotation so that detach continues to work when the node is deleted
08b1ac1 Fix rbac validation
950c392 Temporarily call CSINodeInfo API directly instead of using a lister to workaround issues with informers not updating
c4aeecd Update to new CSINodeInfo
647cee1 Skip processing of Attach/DetachError changes
b5886ed Use protosanitizer library to avoid logging secrets
v1.0.0
v1.0.0-rc2
Merge pull request #90 from verult/nodeinfo-apicall Temporarily calling CSINodeInfo API directly instead of using a lister
Release v0.4.1
Important Changes
fc545b1 Set dependency based on a tag kubernetes-1.12.0
b51dd5e Update vendor files to point to release 1.12.0
Install
Install using tag v0.4.1: docker pull quay.io/k8scsi/csi-provisioner:v0.4.1
Release v0.4.0
Major Changes
e7c44a8 Add RBAC rules to read CSINodeInfo
52d0afe Use NodeInfo to get node ID.
599ca57 Increase Probe context timeout
f017b07 Add a timeout to attach and detach calls
e0f4c97 Increase resync period.
Install
Install using tag v0.4.0: docker pull quay.io/k8scsi/csi-attacher:v0.4.0