This release of OpenEBS ZFS-LocalPV introduces critical bug fixes, enhancements to CSI spec compliance, improvements in upgrade testing and backup lifecycle management, as well as several documentation and maintenance updates. It builds on the stability delivered in 2.8.x with a focus on upgrade compatibility, developer usability, and operational observability.
New Features and Enhancements
-
Update Go runtime to 1.24.
Bumps up go runtime and all dependents to their latest available releases by @Abhinandan-Purkait in #678 -
Allow users to configure CPU and memory requests/limits for all zfs-node and zfs-controller containers via values.yaml, improving resource management and deployment flexibility by @vishalanarase in #674
Bug Fixes and Improvements
- Removes encryption parameter handling from
buildCloneCreateArgs()since clones automatically inherit encryption from the parent snapshot and the property cannot be set (it's read-only) by @adamcharnock in #675
Continuous Integration and Maintenance
- Staging CI
Introduction of the staging CI, which enables creating a staging build for e2e testing before releasing, the artifacts are then copied over to production build hosts. by @Abhinandan-Purkait
New Contributors
- @adamcharnock made their first contribution in #675
- @vishalanarase made their first contribution in #674