Skip to content

Releases: kubernetes-csi/csi-driver-host-path

v1.4.0-rc1

27 Feb 08:54
49cddb8
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release
Merge pull request #141 from xigang/master

update getVolumePath method comment

v1.3.0

14 Feb 02:22
99036d4
Compare
Choose a tag to compare

Container

docker pull quay.io/k8scsi/hostpathplugin:v1.3.0

Full Changelog

https://github.com/kubernetes-csi/csi-driver-host-path/blob/v1.3.0/CHANGELOG-1.3.md

v1.2.0

21 Oct 15:57
8359099
Compare
Choose a tag to compare

Container

docker pull quay.io/k8scsi/hostpathplugin:v1.2.0

Breaking Changes

  • The deployment uses hostpath.csi.k8s.io as driver name (#64, @pohly). Make sure that there are no persistent or ephemeral volumes using the old csi-hostpath name before updating because otherwise those volumes cannot be removed. Pods with such ephemeral volumes will be stuck in "terminating" state. New pods will not be able to start if they reference a volume that uses the old name. Any storage class that references the driver must be updated together with the driver.

Full Changelog

https://github.com/kubernetes-csi/csi-driver-host-path/blob/v1.2.0/CHANGELOG-1.2.md

v1.1.0

03 May 16:48
670a96b
Compare
Choose a tag to compare

Container

docker pull quay.io/k8scsi/hostpathplugin:v1.1.0

Changelog

  • Added raw block support: #6, #42
  • Added ephemeral volume support: #10
  • Improved deployment examples: #14, #27, #29
  • Added snapshot examples: #19, #31
  • Fix csi-sanity check: #28
  • Persist data across restarts: #20