Skip to content

Releases: metal-stack/csi-driver-lvm

v0.8.1

08 Jan 09:47
07de86f

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

General Changes

Caution

The pre-release version v0.8.0 of csi-driver-lvm contained a regression that leads to data loss when a pod remounts a persistent volume. If you already jumped onto this version (which was possible through installing the latest helm chart from helm.metal-stack.io), move on to the v0.8.1 immediately. The image v0.8.0 was withdrawn from the package registry to prevent further usage of this version.

  • Fix LVs being formatted when being mounted. (#142) @Gerrit91
  • Minor improvements on error logging and returning cmd outputs. (#138) @Gerrit91
  • Only parse integrity parameter if contained in request. (#137) @Gerrit91
  • Add eviction controller to helm chart (#136) @ostempel

v0.8.0

03 Dec 13:22
0efdc47

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

General Changes

Warning

This version was withdrawn from the package registry because it contained a critical regression. See v0.8.1 for further information.

Noteworthy

CSI-Plugin architecture changed from a split controller-daemonset to an only DaemonSet architecture. Each DaemonSet now also provides its own controller (figure 3 of the possible csi-plugin architectures here). With this architecture it is not necessary anymore to spawn pods for volume provisioning and deletion. For users of the Helm chart and the gardener-extension-csi-driver-lvm this migration can be deployed seamlessly. Manually deployed csi-driver-lvm installations need to adapt to the new architecture and delete the existing controller stateful set.

v0.7.0

28 Oct 13:00
e74de04

Choose a tag to compare

General Changes

v0.6.1

12 Mar 08:58
6e41b20

Choose a tag to compare

General Changes

v0.6.0

24 Sep 13:19
4d0f260

Choose a tag to compare

General Changes

v0.5.3

13 Sep 13:30
29d988d

Choose a tag to compare

General Changes

v0.5.2

28 Apr 06:24
84661b5

Choose a tag to compare

General Changes

v0.5.1

23 Jan 07:32
d71f63f

Choose a tag to compare

General Changes

v0.5.0

19 Sep 07:12
38a90fa

Choose a tag to compare

Breaking Changes

  • Docker images are not pushed to Docker Hub anymore. They are now available from ghcr on ghcr.io/metal-stack/csi-driver-lvm and ghcr.io/metal-stack/csi-driver-lvm-provisioner. (#75)

General Changes

  • fix: replace panic with error (#73) @ankitm123
  • Removing helm-chart, updating actions and CI. (#75) @Gerrit91
  • Update README.md file on storage classes name. (#71) @liulanze
  • refactor: add a new line to error statement (#72) @ankitm123
  • Allow overriding of k8s-sigs images through helm (#70) @romoh
  • Update to go-1.18, alpine-3.15, k8s-1.23.6 (#68) @majst01
  • Add a link to korb which can migrate to/from csi-driver-lvm (#67) @majst01
  • feat: add option to disable StorageClass provisioning and add additional annotations (#65) @hojerst
  • Refresh dependencies, compiler and base image (#59) @majst01
  • add nodes list/get to plugin clusterrole (#57) @mwennrich
  • fix all linting errors, update dependencies (#55) @majst01

v0.4.1

12 May 06:55
8700605

Choose a tag to compare