Skip to content

Commit f6559b3

Browse files
committed
chore: release app version v3.3.0 and chart v1.15.0
1 parent 24942c7 commit f6559b3

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All 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

deploy/helm/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

deploy/helm/Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: upcloud-csi
33
description: CSI driver for UpCloud block storage
44
type: application
5-
version: "1.14.2"
6-
appVersion: "v3.2.1"
5+
version: "1.15.0"
6+
appVersion: "v3.3.0"
77
kubeVersion: ">=1.34.0"
88
keywords:
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"

0 commit comments

Comments
 (0)