v4.0.0
What's Changed
- chore(chart): bump chart for v3.5.0 release by @niladrih in #169
- chore(deps): address CVE-2021-4238 from github.com/Masterminds/goutils by @cmontemuino in #171
- revert!: disable device localpv by @Abhinandan-Purkait in #172
New Contributors
- @cmontemuino made their first contribution in #171
Full Changelog: v3.5.0...v4.0.0
Device mode removed:
This release removes the ‘device’ volume provisioning and de-provisioning features. If you’re using StorageType: "device" volumes, you’d have to migrate your volumes (migration help). This also means that the only supported volume type is hostpath.
Chart Changes:
This release removes the openebs/node-disk-manager chart from the list of dependencies for the localpv-provisioner Helm chart. All options related to ‘device’ mode have been removed.
Installation Changes:
Installation via the openebs-operator.yaml, openebs-operator-lite.yaml, openebs-lite-sc.yaml and the hostpath-operator.yaml files 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-Hostpath Helm chart as a dependency. It is recommended that you do not install the dependency Helm chart separately.