Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.08 KB

CHANGELOG-1.7.0.md

File metadata and controls

38 lines (24 loc) · 1.08 KB
\pagebreak

v1.7.0

Date: 2021-11-05

Source Code

https://github.com/lightbitslabs/los-csi/releases/tag/los-csi-v1.7.0-ish

Container Image

docker.lightbitslabs.com/lightos-csi/lb-csi-plugin:v1.7.0

Helm Charts

  • docker.lightbitslabs.com/lightos-csi/lb-csi:v0.5.0
  • docker.lightbitslabs.com/lightos-csi/lb-csi-workload-examples:v0.5.0

Documentation

https://github.com/LightBitsLabs/los-csi/tree/los-csi-v1.7.0-ish/docs

Upgrading

https://github.com/LightBitsLabs/los-csi/tree/los-csi-v1.7.0-ish/docs/src/upgrade

Highlights

  • Implement NodeGetVolumeStats. (issue: LBM1-17861)
  • Add xfs support. (issue: LBM1-12627)
  • Add image for building lb-csi plugin and all related artifacts. Edit Makefile to run build/test/package targets in that image.
  • Port lb-csi-plugin image to Alpine:3.14 base image.
  • fixed helm workload example for pre-provisioned volume:
    • added a storage parameter to specify storage size of existing volume.
    • added a missing annotation to enable PV deletion.
    • added an example in the docs.