Skip to content

Latest commit

 

History

History
528 lines (442 loc) · 39 KB

CHANGELOG.md

File metadata and controls

528 lines (442 loc) · 39 KB

v2.4.0 / 2023-12-12

  • fix(localpv): restore size to return as part of snapshot create response (#480,@hrudaya21)
  • feat(usedcapcity): kubectl describe zfsnode should show the used capacity information (#485,@hrudaya21)
  • feat(event): update ua to ga4 analytics (#490,@Abhinandan-Purkait)

v2.3.0 / 2023-07-23

  • feat(csi): bump up csi provisioner to v3.5.0 and other updates (#457,@vharsh)
  • feat(helm): add support for providing additional volumes and adding init containers (#455,@jnels124)
  • fix(helm): Possibility to override zfs encryption keys directory (#487,@trunet)

v2.2.0 / 2023-05-29

v2.0.0 / 2022-01-11

  • fix(localpv): fixing CSIStorageCapacity when "poolname" param has child dataset (#393,@netom)

v1.7.0 / 2021-03-15

  • feat(migration): adding support to migrate the PV to a new node (#304,@pawanpraka1)
  • fix(topo): support old topology key for backward compatibility (#320,@pawanpraka1)

v1.6.0 / 2021-04-14

  • refact(deps): bump k8s and client-go deps to version v0.20.2 (#294,@prateekpandey14)
  • remove finalizer that is owned by ZFS-LocalPV (#303,@pawanpraka1)
  • try volume creation on all the nodes that satisfy topology contraints (#270,@pawanpraka1)
  • With k8s v1.22 the v1beta1 for various resources will no longer be supported. Updating the storage and apiexention version to v1 for better support. (#299,@shubham14bajpai)

v1.6.0-RC2 / 2021-04-12

v1.6.0-RC1 / 2021-04-06

  • refact(deps): bump k8s and client-go deps to version v0.20.2 (#294,@prateekpandey14)
  • remove finalizer that is owned by ZFS-LocalPV (#303,@pawanpraka1)
  • try volume creation on all the nodes that satisfy topology contraints (#270,@pawanpraka1)
  • With k8s v1.22 the v1beta1 for various resources will no longer be supported. Updating the storage and apiexention version to v1 for better support. (#299,@shubham14bajpai)

v1.5.0 / 2021-03-12

v1.5.0-RC2 / 2021-03-11

v1.5.RC1 / 2021-03-09

v1.4.0 / 2021-02-13

v1.4.0-RC2 / 2021-02-11

v1.4.0-RC1 / 2021-02-08

v1.3.0 / 2021-01-13

v1.3.0-RC2 / 2021-01-11

v1.3.0-RC1 / 2021-01-09

v1.2.1 / 2020-12-15

v1.2.0 / 2020-12-13

v1.2.0-RC2 / 2020-12-12

v1.2.0-RC1 / 2020-12-10

v1.1.0 / 2020-11-14

v1.1.0-RC2 / 2020-11-13

v1.1.0-RC1 / 2020-11-12

v1.0.1 / 2020-10-14

v1.0.1-RC2 / 2020-10-12

v1.0.1-RC1 / 2020-10-08

v1.0.0 / 2020-09-15

v1.0.0-RC2 / 2020-09-14

v1.0.0-RC1 / 2020-09-10

v0.9.2 / 2020-08-26

v0.9.1 / 2020-08-14

v0.9.1-RC2 / 2020-08-12

v0.9.1-RC1 / 2020-08-10

v0.9.0 / 2020-07-14

v0.9.0-RC2 / 2020-07-11

  • fixing xfs mounting issue on centos with ubuntu 20.04 image (#179,@pawanpraka1)

v0.9.0-RC1 / 2020-07-08

v0.8.0 / 2020-06-13

  • changing image pull policy to IfNotPresent to make it not pull the image again and again (#124,@pawanpraka1)
  • moving to legacy mount (#151,@pawanpraka1)
  • Fixes an issue where volumes meant to be filesystem datasets got created as zvols and generally makes storageclass parameter spelling insensitive to case (#144,@cruwe)
  • include pvc name in volume events (#150,@pawanpraka1)
  • Fixes an issue where PVC was bound to unusable PV created using incorrect values provided in PVC/Storageclass (#121,@pawanpraka1)
  • adding v1 CRD for ZFS-LocalPV (#140,@pawanpraka1)
  • add contributing checkout list (#138,@Icedroid)
  • fixing golint warnings (#133,@Icedroid)
  • removing unnecessary printer columns from ZFSVolume (#128,@pawanpraka1)
  • fixing stale ZFSVolume resource issue when deleting the pvc in pending state (#145,@pawanpraka1)
  • Updated the doc for custom-topology support (#122,@w3aman)
  • adding operator yaml for centos7 and centos8 (#149,@pawanpraka1)
  • honouring readonly flag for ZFS-LocalPV (#137,@pawanpraka1)

v0.8.0-RC2 / 2020-06-12

v0.8.0-RC1 / 2020-06-10

  • changing image pull policy to IfNotPresent to make it not pull the image again and again (#124,@pawanpraka1)
  • moving to legacy mount (#151,@pawanpraka1)
  • Fixes an issue where volumes meant to be filesystem datasets got created as zvols and generally makes storageclass parameter spelling insensitive to case (#144,@cruwe)
  • include pvc name in volume events (#150,@pawanpraka1)
  • Fixes an issue where PVC was bound to unusable PV created using incorrect values provided in PVC/Storageclass (#121,@pawanpraka1)
  • adding v1 CRD for ZFS-LocalPV (#140,@pawanpraka1)
  • add contributing checkout list (#138,@Icedroid)
  • fixing golint warnings (#133,@Icedroid)
  • removing unnecessary printer columns from ZFSVolume (#128,@pawanpraka1)
  • fixing stale ZFSVolume resource issue when deleting the pvc in pending state (#145,@pawanpraka1)
  • Updated the doc for custom-topology support (#122,@w3aman)
  • adding operator yaml for centos7 and centos8 (#149,@pawanpraka1)
  • honouring readonly flag for ZFS-LocalPV (#137,@pawanpraka1)

v0.7.0 / 2020-05-15

  • feat(grafana): adding basic grafana dashboard (110, @pawanpraka1)
  • fix(version): use the travis tag for the version (114, @pawanpraka1)
  • fix(README): Fix the link in README file to the raw-block-volume.md file (109, @w3aman)
  • chore(import-vol): adding steps to import existing volume to ZFS-LocalPV (108, @pawanpraka1)
  • chore(doc): adding raw block volume details in README (106, @pawanpraka1)
  • refact(build):trim leading v from image tag (105, @pawanpraka1)
  • refact(build): make the docker images configurable (104, @pawanpraka1)
  • feat(block): adding block volume support for ZFSPV (102, @pawanpraka1)
  • fix(topokey): changing topology key to unique name (101, @pawanpraka1)
  • docs(project): adding project specific files (99, @pawanpraka1)
  • fix(doc , format): Fixed the formatting of ReadME file for upgrade (98, @w3aman)
  • feat(topology): adding support for custom topology keys (94, @pawanpraka1)
  • added developer environment examples (#92, @filippobosi)

v0.7.0-RC2 / 2020-05-13

v0.7.0-RC1 / 2020-05-08

  • fix(README): Fix the link in README file to the raw-block-volume.md file (109, @w3aman)
  • chore(import-vol): adding steps to import existing volume to ZFS-LocalPV (108, @pawanpraka1)
  • chore(doc): adding raw block volume details in README (106, @pawanpraka1)
  • refact(build):trim leading v from image tag (105, @pawanpraka1)
  • refact(build): make the docker images configurable (104, @pawanpraka1)
  • feat(block): adding block volume support for ZFSPV (102, @pawanpraka1)
  • fix(topokey): changing topology key to unique name (101, @pawanpraka1)
  • docs(project): adding project specific files (99, @pawanpraka1)
  • fix(doc , format): Fixed the formatting of ReadME file for upgrade (98, @w3aman)
  • feat(topology): adding support for custom topology keys (94, @pawanpraka1)
  • added developer environment examples (#92, @filippobosi)

0.6.1 / 2020-04-23

  • potential data loss in case of pod deletion (#89, @pawanpraka1)
  • avoid creation of volumeattachment object to fix slow volume attachment (#85, @pawanpraka1)

0.6.0 / 2020-04-14

v0.6-RC2 / 2020-04-11

v0.6-RC1 / 2020-04-08

v0.5 / 2020-03-14

  • fix(clone): setting properties on the clone volume (#57, @pawanpraka1)
  • chore(doc): adding resize details in README (#53, @pawanpraka1)
  • feat(resize): adding BDD test for Online volume expansion (#52, @pawanpraka1)
  • feat(resize): adding Online volume expansion support for ZFSPV (#51, @pawanpraka1)
  • feat(analytics): adding google analytics for ZFSPV (#49, @pawanpraka1)
  • chore(doc): updating readme with snapshot and clone details (#48, @pawanpraka1)
  • chore(doc): Adding the list of e2e test cases (#50, @w3aman)
  • fix(operator): update provisioner image to support snapshot datasource (#46, @prateekpandey14)

v0.5-RC2 / 2020-03-12

v0.5-RC1 / 2020-03-06

  • chore(doc): adding resize details in README (#53, @pawanpraka1)
  • feat(resize): adding BDD test for Online volume expansion (#52, @pawanpraka1)
  • feat(resize): adding Online volume expansion support for ZFSPV (#51, @pawanpraka1)
  • feat(analytics): adding google analytics for ZFSPV (#49, @pawanpraka1)
  • chore(doc): updating readme with snapshot and clone details (#48, @pawanpraka1)
  • chore(doc): Adding the list of e2e test cases (#50, @w3aman)
  • fix(operator): update provisioner image to support snapshot datasource (#46, @prateekpandey14)

v0.4 / 2020-02-13

  • feat(zfspv): adding snapshot and clone support for ZFSPV (#39, @pawanpraka1)
  • fix(zfspv): do not destroy the dataset with -R option (#40, @pawanpraka1)
  • fix(doc): Resolving the typo error in README doc (#38, @w3aman)
  • chore(metrics): adding list of zfs metrics exposed by prometheus (#36, @pawanpraka1)
  • refactor(version): bumping the version to 0.4 (#37, @pawanpraka1)
  • chore(doc): adding v0.3 changelog in the repo (#35, @pawanpraka1)

v0.3 / 2020-01-15

v0.2 / 2019-12-09

v0.1 / 2019-11-07