Releases: openebs/lvm-localpv
lvm-localpv-1.6.2
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
lvm-localpv-1.6.1
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
⚠️ WARNING:
The v1.6.1 helm chart has a bug which results in the LocalPV LVM node driver DaemonSet Pods to crash.
The v1.6.1 chart has been removed from the release assets. Please use the v1.6.2 chart instead.
v1.6.1
lvm-localpv-1.6.0
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
v1.6.0
What's Changed
- chore: update policy documents by @Abhinandan-Purkait in #302
- chore: remove maintainers from helm chart README.md by @Abhinandan-Purkait in #305
- chore: update MAINTAINERS signpost link by @Abhinandan-Purkait in #304
- chore: use fio app for ci testing by @dsharma-dc in #307
- test: thinpool auto-extend test by @dsharma-dc in #308
- test(ci): add missing validations in existing ci test by @abhilashshetty04 in #310
- test creating sized snapshots for filesystem and block volumes by @dsharma-dc in #309
- test(volgroup_vgpattern_bdd): adding feature file by @abhilashshetty04 in #313
- test: create a shared LV for use by two app pods by @dsharma-dc in #315
- test(ci): adding wrapper for vg and pv operations by @abhilashshetty04 in #317
- feat(analytics): add heartbeat pinger by @niladrih in #318
- test(ci): adding volgroup based tests by @abhilashshetty04 in #320
- chore: adding changelog for v1.6.0 by @abhilashshetty04 in #321
New Contributors
- @dsharma-dc made their first contribution in #307
Full Changelog: lvm-localpv-1.5.1...v1.6.0
lvm-localpv-1.5.1
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
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.
lvm-localpv-1.4.0
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
v1.4.0
What's Changed
- feat(NodeController): made node polling interval configurable by @omric-runai in #256
- chore(build) Bump alpine version from 3.14.8 to 3.18.4 by @emiran-orange in #263
- refactor(lvm): continue refactoring of lvm command calling convention by @kro-cat in #261
- feat(event): update ua to ga4 analytics by @Abhinandan-Purkait in #268
- chore(rbac): remove unnecessary rbac secret rule by @abhilashshetty04 in #276
- chore(helm): helm changes with version bump by @abhilashshetty04 in #277
New Contributors
- @omric-runai made their first contribution in #256
- @emiran-orange made their first contribution in #263
Full Changelog: v1.3.0...v1.4.0
lvm-localpv-1.3.1
CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.