Skip to content

v1.2.0

Compare
Choose a tag to compare
@msau42 msau42 released this 21 Oct 15:57
· 765 commits to master since this release
8359099

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