Skip to content

v2.5.0

Compare
Choose a tag to compare
@Abhinandan-Purkait Abhinandan-Purkait released this 22 Mar 08:51
· 1 commit to v2.5.x since this release
d93c80b

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.