Skip to content

Releases: kubernetes-csi/external-attacher

Release v0.4.1

18 Oct 02:00
7235374
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #42 from kubernetes-csi/lpabon-patch-2

Update Makefile