Skip to content

Releases: juliohm1978/kubernetes-nfs-volume-provisioner

v1.2.8

29 Apr 17:49
Compare
Choose a tag to compare

Changelog:

  • Improve PV name provisioning as a hash of the Namespace+PVC string. Avoid using more than the 63 characater limit.
  • Bump python version to 3.9.4

v1.2.7

24 Mar 19:22
Compare
Choose a tag to compare

Merge upstream security fixes.

v1.2.6

12 Feb 21:55
Compare
Choose a tag to compare
  • Add new argument --forcePvInit which forces PV initialization without annotations on the PVC.
  • Bump version to 1.2.6 to match the helm chart version.

v1.2.3

27 May 16:50
Compare
Choose a tag to compare
  • Fix error message when provisioner name does not match the one declared in the StorageClass.
  • Remove nfs-utils from Dockerfile, not needed since v1.2.
  • Remove kubectl from Dockerfile, not needed since v1.2.
  • Remove --nfsVersion from cmd arguments, not used since v1.2.

v1.2.2

26 May 20:17
Compare
Choose a tag to compare
  • Fix #5 - When --disablePvInit flag is used, PVs are not provisioned
  • Fix #6 - mountOptions from StorageClass are not being passed to PV

v1.2.1

25 May 01:38
Compare
Choose a tag to compare

Fix annotation mispelling: nvs > nfs

v1.2

25 May 01:03
Compare
Choose a tag to compare
  • Rewrite using python kubernetes-client library.
  • Allow controller container to run without privileged: true flags. NFS shares need to be mounted for PV data initialization to work.

v1.0

23 May 17:49
Compare
Choose a tag to compare

First release.