Releases: openebs/zfs-localpv
Releases · openebs/zfs-localpv
v1.0.1-RC1
add go report card badge for ZFS-LocalPV (#223) Signed-off-by: Naveenkhasyap <[email protected]>
v1.0.0
Change Summary
Key Improvements:
- adding velero backup and restore support (#162,@pawanpraka1)
- update go version to 1.14.7 (#201,@pawanpraka1)
- mounting the root filesystem to remove the dependency on the Operating system (#204,@pawanpraka1)
- Add license-check for .go , .sh , Dockerfile and Makefile (#205,@ajeetrai707)
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v1.0.x/deploy/zfs-operator.yaml
Upgrade
v1.0.0-RC2
chore(check): Add license-check for .go , .sh , Dockerfile and Makefi…
v1.0.0-RC1
chore(check): Add license-check for .go , .sh , Dockerfile and Makefi…
v0.9.2
Change Summary
Key Improvements:
- Reverting back to old way of checking the volume status
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.9.x/deploy/zfs-operator.yaml
Upgrade
v0.9.1
Change Summary
Key Improvements:
- mounting the volume if it is ready (#184,@pawanpraka1)
- fixed uuid generation issue when mount fails (#183,@pawanpraka1)
- rounding off the volume size to Gi and Mi (#191,@pawanpraka1)
- removing volumeLifecycleModes from the operator yaml (#186,@pawanpraka1)
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.9.x/deploy/zfs-operator.yaml
Upgrade
v0.9.1-RC2
chore(doc): adding volume capacity roundoff details in readme Signed-off-by: Pawan <[email protected]>
v0.9.1-RC1
chore(doc): adding volume capacity roundoff details in readme Signed-off-by: Pawan <[email protected]>
v0.9.0
Change Summary
Key Improvements:
- adding shared mount support ZFSPV volumes (#164,@pawanpraka1)
- adding support to have btrfs filesystem for ZFS-LocalPV (#170,@pawanpraka1)
- fixed duplicate UUID issue with btrfs (#172,@pawanpraka1)
- fixed xfs mounting issue on centos with ubuntu 20.04 image (#179,@pawanpraka1)
- change logger from Sirupsen/logrus to klog (#166,@vaniisgh)
- Add checks to ensure zfs-driver status is running in BDD test (#171,@vaniisgh)
- update docs to reflect gomod migration (#160,@vaniisgh)
- add golint target to makefile (#167,@vaniisgh)
- adds a filter for grpc logs to reduce the pollution (#161,@vaniisgh)
- adding snapshot and clone releated test cases in BDD (#174,@pawanpraka1)
- add golint to travis & fix linting (#175,@vaniisgh)
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v0.9.x/deploy/zfs-operator.yaml
Upgrade
v0.9.0-RC2
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 <[email protected]>