Skip to content

Releases: kubernetes-csi/node-driver-registrar

v1.0.2

27 Dec 23:54
9f37716
Compare
Choose a tag to compare

Overall status

GA

Supported CSI spec versions

1.0.0

Container

docker pull quay.io/k8scsi/csi-node-driver-registrar:v1.0.2

Alpha Features

None

Breaking Changes Since v1.0.1

  • --kubelet-registration-path argument is required. CSI driver registration via the kubelet plugin registration mechanism is now required.
  • --kubeconfig argument has been removed.

Action Required Since v1.0.1

  • Update driver deployments to use the updated arguments. RBAC rules for the node-driver-registrar are also no longer necessary.

Deprecations

None

Major Changes Since v1.0.1

2edd7f1 Update documentation and argument descriptions
10ae130 Remove retrieval of node name
2f949d5 Make registration path mandatory, remove kubeconfig parameter

v1.0.1

10 Dec 19:56
2770302
Compare
Choose a tag to compare

Overall status

GA

Supported CSI spec versions

1.0.0

Container

docker pull quay.io/k8scsi/csi-node-driver-registrar:v1.0.1

Alpha Features

None

Breaking Changes

None

Action Required

  • CSI plugin must support the 1.0 spec. CSI spec versions < 1.0 are no longer supported

Deprecations

  • This replaces driver-registrar --mode=node-register from github.com/kubernetes-csi/driver-registrar
  • The original driver registration mechanism without kubelet plugin registration is no longer supported and will be removed in a future release. The "kubelet-registration-path" parameter will be required.

Major Changes

3826923 msau@google.com Add csi prefix to image name
44fa698 msau@google.com use protosanitizer
ddc64ec luis@portworx.com Rework Driver-registrar into node-driver-registrar

v1.0.0-rc2

01 Dec 01:09
2770302
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
Merge pull request #4 from msau42/release-1.0

Fix docker image version