Skip to content

Releases: openebs/zfs-localpv

v1.0.1-RC1

08 Oct 08:17
Compare
Choose a tag to compare
v1.0.1-RC1 Pre-release
Pre-release
add go report card badge for ZFS-LocalPV (#223)

Signed-off-by: Naveenkhasyap <[email protected]>

v1.0.0

15 Sep 05:41
27fe7e3
Compare
Choose a tag to compare

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

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

v1.0.0-RC2

14 Sep 04:26
27fe7e3
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release
chore(check): Add license-check for .go , .sh , Dockerfile and Makefi…

v1.0.0-RC1

10 Sep 07:25
27fe7e3
Compare
Choose a tag to compare
v1.0.0-RC1 Pre-release
Pre-release
chore(check): Add license-check for .go , .sh , Dockerfile and Makefi…

v0.9.2

26 Aug 17:48
Compare
Choose a tag to compare

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

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

v0.9.1

14 Aug 09:58
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.1-RC2

12 Aug 12:37
Compare
Choose a tag to compare
v0.9.1-RC2 Pre-release
Pre-release
chore(doc): adding volume capacity roundoff details in readme

Signed-off-by: Pawan <[email protected]>

v0.9.1-RC1

10 Aug 07:01
Compare
Choose a tag to compare
v0.9.1-RC1 Pre-release
Pre-release
chore(doc): adding volume capacity roundoff details in readme

Signed-off-by: Pawan <[email protected]>

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 <[email protected]>