Releases: openebs/zfs-localpv
Releases · openebs/zfs-localpv
v1.5.0-RC2
chore(actions): move bdd tests to github actions (#293) Signed-off-by: shubham <[email protected]>
v1.5.0-RC1
chore(actions): move bdd tests to github actions (#293) Signed-off-by: shubham <[email protected]>
zfs-localpv-1.4.0
CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
zfs-localpv-1.3.1
CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
v1.4.0
Change Summary
Key Improvements:
- update k8s sidecar images to gcr (#284,@shubham14bajpai)
- adding resize support for raw block volumes (#281,@pawanpraka1)
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v1.4.x/deploy/zfs-operator.yaml
Upgrade
v1.4.0-RC2
chore(operator): update k8s sidecar images to gcr (#284) Signed-off-by: shubham <[email protected]>
v1.4.0-RC1
chore(operator): update k8s sidecar images to gcr (#284) Signed-off-by: shubham <[email protected]>
zfs-localpv-1.3.0
Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/.
v1.3.0
Change Summary
Key Improvements:
- adding capacity weighted scheduler (#266,@pawanpraka1)
- use common lib-csi imports (#263,@shubham14bajpai)
- Cross Build enviroment bug fixes (#264,@praveengt)
- bump k8s csi to latest stable container images (#271,@shubham14bajpai)
- creating directory with 0755 permission (#262,@pawanpraka1)
Install using kubectl
kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/v1.3.x/deploy/zfs-operator.yaml
Upgrade
v1.3.0-RC2
feat(chart): add helm chart for zfs local pv (#247) Signed-off-by: shubham <[email protected]>