Skip to content

Releases: kubernetes-csi/external-attacher

v1.0.1

05 Dec 22:31
b7dadac

Choose a tag to compare

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

16 Nov 00:25
515e1b4

Choose a tag to compare

v1.0.0 Pre-release
Pre-release
v1.0.0

v1.0.0-rc2

15 Nov 01:51
bbcdfd4

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release
Merge pull request #90 from verult/nodeinfo-apicall

Temporarily calling CSINodeInfo API directly instead of using a lister

Release v0.4.1

18 Oct 02:00
7235374

Choose a tag to compare

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

11 Oct 00:29

Choose a tag to compare

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

v0.3.0

27 Jun 17:43

Choose a tag to compare

Container: quay.io/k8scsi/csi-attacher:v0.3.0

New Features

  • Updates the dependencies to use CSI 0.3.0.
  • Support pushing to custom registry
  • Add leader election [must be explicitly enabled]
  • Add -version argument to show version.

Bugfixes

v0.2.0.1

17 Apr 15:14
ed83dbc

Choose a tag to compare

Merge pull request #42 from kubernetes-csi/lpabon-patch-2

Update Makefile