File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 3.3.0] - 2026-07-22
6+
7+ ### Added
8+ - feat: add raw-block volume support to NodeGetVolumeStats
9+ - feat: add GetMountInfo and GetBlockDeviceSize to Filesystem interface
10+ - test(node): add idempotency tests for NodeStageVolume
11+
12+ ### Fixed
13+ - fix(node): NodeStageVolume checks mount before formatting (idempotent, prevents data loss)
14+ - fix(identity): return vendor_version in GetPluginInfo
15+ - fix(controller): file storage CreateVolume now validates capabilities and is idempotent
16+ - fix(controller): ValidateVolumeCapabilities now checks requested capabilities against volume type
17+ - fix(controller): ListVolumes and ListSnapshots return empty NextToken when exhausted
18+ - fix(controller): ControllerExpandVolume requires capacity_range as per CSI spec
19+ - fix(controller): ControllerExpandVolume returns correct NodeExpansionRequired for raw-block
20+ - fix(controller): CreateSnapshot rejects file storage source volumes with clear error
21+ - fix(controller): ControllerPublishVolume returns InvalidArgument instead of Unimplemented for readonly volumes
22+
523## [ 3.2.1] - 2026-07-20
624
725### Changed
Original file line number Diff line number Diff line change 11# Helm chart changelog
22
3+ ## [ 1.15.0] - 2026-07-22
4+
5+ ### Changed
6+ - Bump app version to ` v3.3.0 `
7+
38## [ 1.14.2] - 2026-07-20
49
510### Changed
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : upcloud-csi
33description : CSI driver for UpCloud block storage
44type : application
5- version : " 1.14.2 "
6- appVersion : " v3.2.1 "
5+ version : " 1.15.0 "
6+ appVersion : " v3.3.0 "
77kubeVersion : " >=1.34.0"
88keywords :
99 - csi
@@ -25,5 +25,4 @@ annotations:
2525 - name: Support
2626 url: https://github.com/upcloud-tools/upcloud-csi/issues
2727 artifacthub.io/changes : |
28- - "bump min kubeVersion to >=1.34.0"
29- - "bump csi-provisioner to v6.3.0"
28+ - "bump app version to v3.3.0"
You can’t perform that action at this time.
0 commit comments