Skip to content

Releases: openebs/zfs-localpv

v2.7.1

12 Feb 07:02
624e527
Compare
Choose a tag to compare

Overview

The 2.7.1 release of OpenEBS Local PV ZFS focuses fixing a bug which prevented volume clones upon upgrade. This bug got introduced because of a new feature being added for the selection of the quota and requota, but the backwards compatibility was not taken care of. This has also highlighted the gaps on upgrade testing, which we would like to work upon in the upcoming releases


Bug Fixes and Stability Improvements

v2.7.0

10 Feb 07:47
9d22d06
Compare
Choose a tag to compare

Overview

The 2.7.0 release of OpenEBS Local PV ZFS focuses on enhancing the stability, feature set, and developer experience. Key highlights include new configuration options for quota management, support for faster compression algorithms, fixes to race conditions and resource cleanup, and a raft of improvements to tests, CI workflows, and documentation. In addition, several maintenance tasks and dependency updates have been performed to keep the project robust and secure.

NOTE: The 2.7.0 release of OpenEBS Local PV ZFS has bug which affects the volume clone feature upon upgrade from previous version. It has been fixed via a patch release 2.7.1. We would recommend users to upgrade directly to 2.7.1, if coming from 2.6.x and below


New Features

  • Configurable Quota Options

    • An option has been added to let users choose between using refquota and quota for ZFS volumes. This change (#542 by @cinapm) gives administrators more flexibility when managing resource limits.
  • Enhanced Compression Support

    • Support for the zstd‑fast algorithm has been introduced (#597 by @abhinandan‑Purkait). This new option improves performance when compression is desired on ZFS volumes.

Bug Fixes and Stability Improvements

  • Volume Provisioning and Controller Fixes

    • The plugin now correctly retrieves the owner node id (#549).
    • A fix ensures that if a ZFS volume already exists, the controller will provision the volume without error (#576 by @AChangFeng).
    • Several race conditions in the CSI controller have been addressed:
    • A per‑volume mutex was introduced to prevent simultaneous CSI controller calls that might cause the volume CR to be inadvertently deleted (#588 by @Lucaber and #613 by @sinhaashish).
    • The ZFS timer used during volume creation is now properly stopped after volume creation completes (#600 by @rfyiamcool).
  • YAML and CRD Corrections

    • VolumeSnapshot CRDs now have identation fixes (#620 by @nilroy).
    • Minor formatting adjustments (such as indent fixes for imagePullSecrets in the deployment charts - see #596 by @chris199512).
  • Reservation and Deployment Fixes

    • A bug in the reservation logic during volume expansion (with refquota settings) has been resolved (#595 by @abuisine).
    • Controller fixes prevent accidental deletion of volume CRs when snapshots exist (#613 by @sinhaashish).

Testing Enhancements

  • BDD and Integration Tests

    • New BDD tests for CI have been added (#551 and #556 by @sinhaashish), improving confidence in test outcomes.
  • Snapshot and Clone Testing

    • Snapshot and clone tests for raw block volumes have been introduced (#559, #570 by @sinhaashish).
    • Thin provision and volume type specific tests (#572 by @sinhaashish).
    • Additional tests now verify quota and refquota parameters (#608 by @abhinandan‑Purkait).
    • Clone tests have been corrected so that the clone deployment uses the proper clone app and volume (#612 by @tiagolobocastro).
  • Local Testing Improvements

    • Various enhancements to local testing setups have been applied (#609 by @tiagolobocastro) to help developers run tests without elevated privileges and with more predictable behavior.

Continuous Integration and Deployment

  • Workflow Enhancements

    • The pull_request workflow has been enhanced to improve reliability (#557 by @abhinandan‑Purkait).
    • The build.yml workflow received improvements for efficiency (#565 by @abhinandan‑Purkait).
    • CI now includes branch preparation changes (#567 by @abhinandan‑Purkait) and explicit namespace settings (#580 by @sinhaashish).
  • New CI Features

    • A Fossa CLI workflow has been integrated to automatically check licensing issues (#599 by @abhinandan‑Purkait).
    • The CI environment now pins Ubuntu to 22.04 to ensure consistency for minikube (#604 by @abhinandan‑Purkait).
    • Updates to the build_and_push action (addressing missing changes) are included (#618 by @tiagolobocastro).

Documentation and Contributor Workflow

  • Documentation Updates

    • Typos and minor errors in the README have been fixed (#554 by @druesendieb), and several docs (such as the localpv parameter explanations in docs and backup‑restore guides) have been updated (#563, #585).
    • A security section now cross‑references relevant security documents (#611 by @tiagolobocastro).
  • Contributor and Release Process Improvements

    • The contributor workflow documentation has been improved to provide clearer guidelines on how to contribute (#616 by @tiagolobocastro).
    • The overall README and additional documentation have been tidied up, and outdated assets have been moved or removed (#619 by @abhinandan‑Purkait).
    • Changes to the RBAC configuration were applied (#603 by @d4rkfella) to ensure that all components (including CSI snapshotter) have the correct permissions.

Dependency and Maintenance Updates

  • CRD Generation and Cleanup

    • The CRDs have been replaced with an auto‑generated copy (#564 by @niladrih) to reduce manual errors.
    • Unused scripts have been removed and the make manifests updated (#569 by @abhinandan‑Purkait).
  • Dependency Bumps

    • The analytics dependency has been updated (#578 by @niladrih).
    • The Go networking package has been bumped from 0.28.0 to 0.33.0 (#610 by dependabot).
  • Chart and Label Adjustments

    • A fix was made to move the app=componentName label out of the csi‑node matchLabels section to prevent upgrade issues (#605 by @niladrih).

New Contributors

This release also welcomes contributions from several new contributors:
@druesendieb, @abuisine, @AChangFeng, @cinapm, @Cogitri, @chris199512, @Lucaber, @rfyiamcool, @d4rkfella, @tiagolobocastro, and @nilroy.

v2.6.2

24 Sep 20:04
e0180e6
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #587

Full Changelog: v2.6.1...v2.6.2

v2.6.1

17 Sep 06:06
dbf9503
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

zfs-localpv-2.6.0

05 Jul 10:37
49b9aa1
Compare
Choose a tag to compare

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/

v2.6.0

03 Jul 12:39
ee6cc34
Compare
Choose a tag to compare

What's Changed

New Contributors

Known issue

  • zfs-localpv and lvm-localpv controller pod requires restart on single node setup after upgrade to latest version. Check the link for workaround.
    openebs/openebs#3751

Full Changelog: zfs-localpv-2.5.1...v2.6.0

zfs-localpv-2.5.1

16 Apr 10:15
Compare
Choose a tag to compare

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/

v2.5.0

22 Mar 08:51
d93c80b
Compare
Choose a tag to compare

What's Changed

  • feat(deploy/helm): move volumesnapshot CRDs to the template dir by @hrudaya21 in #488
  • fix(plugin): Fix ability to have custom value for openebs.io/nodeid by @jnels124 in #451
  • fix(helm): Add extra args to zfsController containers and leader election inteligence by @trunet in #492
  • chore(design): adding pv migration proposal by @pawanpraka1 in #336
  • fix(charts): correct default chart values by @jnels124 in #506
  • chore: update protobuf deps by @niladrih in #514
  • chore: change zfs-controller to a deployment from statefulset by @Abhinandan-Purkait in #513

New Contributors

Full Changelog: v2.4.0...v2.5.0

Chart Changes:

The Kubernetes CustomResourceDefinitions (CRDs) in the LocalPV-ZFS Helm chart have been moved into their own separate Helm chart and is now a dependency for the LocalPV-ZFS Helm chart. This adds new Helm values which let you enable/disable installation for specific groups of CRDs.
zfs-controller has been changed from being a Statefulset to a Deployment.

Installation Changes:

Installation via the zfs-operator.yaml file is no longer supported. The current recommended mode of installation is via the openebs/openebs Helm chart. The openebs/openebs Helm chart uses the LocalPV-ZFS Helm chart as a dependency. It is recommended that you do not install the dependency Helm chart separately.

zfs-localpv-2.4.2

28 Feb 05:35
6888ac7
Compare
Choose a tag to compare

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/

zfs-localpv-2.4.1

24 Jan 05:55
15260d6
Compare
Choose a tag to compare

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/