Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 3.98 KB

0.11.0 / 2023-12-08

0.10.0 / 2023-02-09

  • add original PVC context to the nfs server deployment labels (#151,@farcaller)
  • fix config generation logic -- prefer SC config over PVC config (@niladrih)

0.9.0 / 2022-01-03

  • support for changing shared filesystem ownership and mode (#125,@niladrih)

0.8.0 / 2021-11-09

  • send install analytic event for nfs-provisioner (#109,@mynktl)
  • support to configure ImagePullSecret for nfs-server pods (#114,@g-linville)
  • hooks support for nfs-provisioner, to add custom annotations/finalizers on nfs resources (#93,@mynktl)

0.7.1 / 2021-09-16

  • added installation analytic event for nfs-provisioner (#110,@mynktl)

0.7.0 / 2021-09-14

0.6.1 / 2021-08-30

  • support to configure resource request and limit for NFS server resources (#92,@mittachaitu)

0.6.0 / 2021-08-16

  • added garbage-collector to remove stale NFS resources (#80,@mynktl)
  • support to configure timeout for Backed PVC binding (#84,@mynktl)

0.5.0 / 2021-07-16

  • adding metrics for nfs-provisioner (#51,@mynktl)
  • support to access nfs-share volume by non-root application (#52,@mittachaitu)
  • support to provision nfs resources in user provided namespace (#58,@mynktl)
  • support to specify node affinity rules of NFS Server (#59,@mittachaitu)