Skip to content

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

v1.5.0

29 Jan 09:06
78a7533

Choose a tag to compare

Container

docker pull registry.k8s.io/sig-storage/hostpathplugin:v1.5.0

Full Changelog

https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/CHANGELOG/CHANGELOG-1.5.md

v1.4.0

31 Jul 18:05
55f7ce6

Choose a tag to compare

Container

docker pull registry.k8s.io/sig-storage/hostpathplugin:v1.4.0

Full Changelog

https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/CHANGELOG/CHANGELOG-1.4.md

v1.4.0-rc2

02 Mar 14:21
ee6beea

Choose a tag to compare

v1.4.0-rc2 Pre-release
Pre-release
Merge pull request #162 from jsafrane/block-snapshot

Fixed block volume snapshots

v1.4.0-rc1

27 Feb 08:54
49cddb8

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

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

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

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