Skip to content

Releases: openebs/zfs-localpv

v0.9.0

14 Jul 04:38
Compare
Choose a tag to compare

Change Summary

Key Improvements:

Install using kubectl

kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.9.x/deploy/zfs-operator.yaml

Upgrade

https://github.com/openebs/zfs-localpv/tree/master/upgrade

v0.9.0-RC2

11 Jul 17:38
Compare
Choose a tag to compare
v0.9.0-RC2 Pre-release
Pre-release
fix(zfspv): fixing mounting issue with xfs

We changed the ubuntu docker image to 20.04 in https://github.com/openebs/zfs-localpv/pull/170,
which has issues with formatting the zvol as xfs file system. The filesystem
formatted with xfs is not able to mount with error : "missing codepage or helper program, or other error".

Reverting back to ubuntu 19.10 to fix this issue.

Signed-off-by: Pawan <pawan@mayadata.io>

v0.9.0-RC1

09 Jul 05:17
Compare
Choose a tag to compare
v0.9.0-RC1 Pre-release
Pre-release
chore(doc): adding btrfs filesystem in the doc

Signed-off-by: Pawan <pawan@mayadata.io>

v0.8.0

13 Jun 07:54
Compare
Choose a tag to compare

Change Summary

Key Improvements:

  • 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)

Install using kubectl

kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.8.x/deploy/zfs-operator.yaml

Upgrade

https://github.com/openebs/zfs-localpv/tree/master/upgrade

v0.8.0-RC2

12 Jun 02:40
Compare
Choose a tag to compare
v0.8.0-RC2 Pre-release
Pre-release
feat(modules): migrate to go modules and bump go version 1.14.4

- migrate to go module
- bump go version 1.14.4

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>

v0.8.0-RC1

10 Jun 04:55
Compare
Choose a tag to compare
v0.8.0-RC1 Pre-release
Pre-release
feat(modules): migrate to go modules and bump go version 1.14.4

- migrate to go module
- bump go version 1.14.4

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>

v0.7.0

14 May 18:37
Compare
Choose a tag to compare

Change Summary

Key Improvements:

Install using kubectl

kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.7.x/deploy/zfs-operator.yaml

Upgrade

https://github.com/openebs/zfs-localpv/tree/master/upgrade

v0.7.0-RC2

13 May 03:11
Compare
Choose a tag to compare
v0.7.0-RC2 Pre-release
Pre-release
chore(doc): adding raw block volume details in README

also added detailed upgrade steps.

Signed-off-by: Pawan <pawan@mayadata.io>

v0.7.0-RC1

07 May 19:16
Compare
Choose a tag to compare
v0.7.0-RC1 Pre-release
Pre-release
chore(doc): adding raw block volume details in README

also added detailed upgrade steps.

Signed-off-by: Pawan <pawan@mayadata.io>

0.6.1

22 Apr 19:20
Compare
Choose a tag to compare

Change Summary

Key Improvements:

  • fixing data loss in case of pod deletion
  • avoid creation of volumeattachment object
  • adding validation for ZFSPV CR parameters
  • adding poolname info to the PV volumeattributes
  • handling unmounted volume
  • automate the CRDs generation with validations for APIs
  • scripts to help migrating to new CRDs
  • move CR from openebs.io to zfs.openebs.io
  • Upgrade the base ubuntu package
  • xfs duplicate uuid for cloned volumes
  • Makefile and version enhancement

Install using kubectl

kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.6.x/deploy/zfs-operator.yaml

Upgrade

https://github.com/openebs/zfs-localpv/tree/master/upgrade