Skip to content

Releases: topolvm/topolvm

v0.4.8

29 May 02:42
4066396
Compare
Choose a tag to compare

Fixed

  • Recreate device file when expanding volume if needed (#144).

v0.4.7

08 May 04:30
f635b51
Compare
Choose a tag to compare

Changed

  • Add key usages to certificate resources in sample manifests (#137).

v0.4.6

21 Apr 10:04
15363f5
Compare
Choose a tag to compare

Changed

  • Update client-go and controller-runtime (#135).

v0.4.5

16 Apr 04:23
381de02
Compare
Choose a tag to compare

Nothing changed.

v0.4.4

15 Apr 05:33
2985b11
Compare
Choose a tag to compare

Fixed

  • LV name duplicates (#126).

v0.4.3

07 Apr 06:54
74c520c
Compare
Choose a tag to compare

Nothing changed.

v0.4.2

03 Apr 07:25
9deff75
Compare
Choose a tag to compare

Changed

  • Set default value for option --leader-election-id (#121).

v0.4.1

09 Mar 01:54
4a373d0
Compare
Choose a tag to compare

This release is to support Kubernetes 1.17.

v0.4.0

05 Mar 04:14
012069c
Compare
Choose a tag to compare

We are proud to announce the release of version 0.4.0 of TopoLVM.

New feature

The main feature of this release is support for volume expansion.
You can use this feature with Kubernetes 1.16 by adding allowVolumeExpansion: true to your StorageClass object.

Added

  • Implement Volume expansion functionality (#101).
  • Add scheduler tuning guide (#106).
  • Deploy guide for Rancher/RKE (#108).

Contributors

v0.3.0

17 Feb 04:18
13c6aee
Compare
Choose a tag to compare

New Features

Ephemeral Volume

TopoLVM now supports the CSI Ephemeral Inline Volumes feature. Many thanks to @matthias50 !!

To use ephemeral volumes, please refer to the user manual.

Make sure to update LVMd to v0.3.0 because the LVMd protocol has been extended for this feature.

Added

  • Add support for volume tags to lvmd (#86).
  • Add support for inline ephemeral volume (#93).

Changed

  • Upgrade cybozu-go/well to 1.10.0 (#85).
  • Extend the timeout for waiting for the startup topolvm-controller (#90).
  • Update CSIDriver config for k8s 1.16 for e2e while leaving legacy alone (#89).
  • Update kubebuilder and controller-tools (#95).
  • Change the author line to "The TopoLVM Authors" (#98).

Fixed

  • Fix the TopoLVM webhook to permit creating pods in advance of their PVCs (#99).

Contributors