Releases: sergelogvinov/proxmox-csi-plugin
Releases · sergelogvinov/proxmox-csi-plugin
Release v0.4.0
v0.4.0 (2023-10-24)
Welcome to the v0.4.0 release of Proxmox CSI Plugin!
New CSI options
- blockSize
- inodeSize
- diskIOPS
- diskMBps
Bug Fixes
- check volume existence
- helm create namespace
- remove nocloud label
Features
- mkfs block/inode size options
- disk speed limit
- chart: make StorageClass parameters/mountOptions configurable
Changelog
- df245fd chore: release v0.4.0
- 9e5a139 chore: bump deps
- aba0ca8 fix: check volume existence
- a78e338 feat(chart): make StorageClass parameters/mountOptions configurable
- 364b8be fix: helm create namespace
- 74e42b2 fix: remove nocloud label
- 88f4ebc feat: mkfs block/inode size options
- c464dab feat: disk speed limit
- a243ffb chore: bump deps
Release v0.3.0
v0.3.0 (2023-09-18)
Welcome to the v0.3.0 release of Proxmox CSI Plugin!
Features
- storage encryption
- support regional (shared) block devices
Changelog
- 5f5d781 chore: bump deps
- 5e57204 docs: storage class options
- 26c1928 feat: storage encryption
- f75bfff chore: bump actions/checkout from 3 to 4
- 1088dbb feat: volume capability
- 51419d3 chore: bump sigstore/cosign-installer from 3.1.1 to 3.1.2
- ae63a06 chore: bump deps
- c7d1541 feat: regional block devices
- 4ceef77 chore: bump deps
Release v0.2.0
v0.2.0 (2023-08-07)
- Helm chart and images now signed by cosing.
- SSD disks mount with
noatime
flag, and trim free space on unmount process. - Skip resizing disk for LXC containers.
Bug Fixes
- skip lxc containers on resize process
- helm liveness context
- detach volume error
- kubectl apply in readme
Features
- noatime flag for ssd
- cosign images
- pin version
- helm oci release
- drop node capabilities
- trim filesystem
Changelog
- a24d24e fix: skip lxc containers on resize process
- cd4f3f7 feat: noatime flag for ssd
- b477132 chore: bump actions versions
- 5e13f3f feat: cosign images
- e81d8e3 feat: pin version
- f6d726c chore: bump deps
- c438712 feat: helm oci release
- 927f664 feat: drop node capabilities
- dc7dbbd feat: trim filesystem
- e1ed889 fix: helm liveness context
- d7e0bec ci: build timeout
- ecea2ad chore: bump deps
- 28f0a72 chore: bump deps
- dc128d1 fix: detach volume error
- bc2f88b fix: kubectl apply in readme
- f00f057 chore: bump deps
Release v0.1.1
v0.1.1 (2023-05-12)
Welcome to the v0.1.1 release of Proxmox CSI Plugin!
Features
- switch to distroless
- decrease node image
Changelog
Release v0.1.0
Release v0.0.2
Release v0.0.1
v0.0.1 (2023-04-29)
Welcome to the v0.0.1 release of Proxmox CSI Plugin!
Bug Fixes
- raise condition during volume attach
- cluster schema
Features
- resize pvc
- node daemon
- node daemonsets
- controller
Changelog
- 82ee8e1 ci: check release
- da3bcc5 ci: github actions
- 27bf714 test: add more tests
- 112b7f9 test: add simple tests
- 45fc7e3 refactor: proxmox cloud config
- 6377ad2 docs: update readme
- 230ac1a refactor: volume funcs
- 3bf3ef5 fix: raise condition during volume attach
- 494a82b fix: cluster schema
- 0a3eaaa doc: update readme
- bd2c653 feat: resize pvc
- 4054a53 refactor: celanup and build
- 54dec7d feat: node daemon
- 269c708 feat: node daemonsets
- 0346c96 refactor: controller and node
- 9f0f7a3 feat: controller