v1.5.0
What's Changed
- chore(helm): helm release tag change by @abhilashshetty04 in #278
- fix: codecov issue by @Abhinandan-Purkait in #285
- feat(yaml): make csi-controller a deployment and disable hostNetwork by @niladrih in #286
- fix(charts): Change lvm-controller's Kind from StatefulSet to Deployment (#196) by @evgkrsk in #258
- solve cicd issue by @houwenchen in #266
Full Changelog: v1.4.0...v1.5.0
Chart Changes:
The Kubernetes CustomResourceDefinitions (CRDs) in the LocalPV-LVM Helm chart have been moved into their own separate Helm chart and is now a dependency for the LocalPV-LVM Helm chart. This adds new Helm values which let you enable/disable installation for specific groups of CRDs.
lvm-controller
has been changed from being a Statefulset
to a Deployment
.
Installation Changes:
Installation via the lvm-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-LVM Helm chart as a dependency. It is recommended that you do not install the dependency Helm chart separately.