Skip to content

Commit bb344b9

Browse files
committed
chore: prepare app release 2.8.2, chart 1.9.2
1 parent 6eb9c22 commit bb344b9

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.8.2] - 2026-06-26
6+
7+
### Changed
8+
- chore: add startup validation for `resize2fs`, `xfs_growfs`, `growpart` in `NewLinuxFilesystem` — missing tools caught early instead of failing at runtime
9+
- ci: `gh release view` for version detection instead of `HEAD~1` — robust to multi-commit pushes
10+
511
## [2.8.1] - 2026-06-24
612

713
### Fixed
@@ -174,7 +180,8 @@ Before upgrading to v2.5.0, users with existing VolumeSnapshots need to:
174180

175181
First stable release
176182

177-
[Unreleased]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.5.1...HEAD
183+
[Unreleased]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.9.0...HEAD
184+
[2.9.0]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.8.1...v2.9.0
178185
[2.5.1]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.5.0...v2.5.1
179186
[2.5.0]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.3.0...v2.5.0
180187
[2.3.0]: https://github.com/upcloud-tools/upcloud-csi/compare/v2.2.0...v2.3.0

deploy/helm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Helm chart changelog
22

3+
## [1.9.2] - 2026-06-26
4+
5+
### Changed
6+
- Release now created as draft — allows time to fix app releases before chart becomes available
7+
- Update app version to `v2.8.2`
8+
39
## [1.9.1] - 2026-06-24
410

511
### Changed

deploy/helm/Chart.yaml

Lines changed: 3 additions & 3 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.9.1"
6-
appVersion: "v2.8.1"
5+
version: "1.9.2"
6+
appVersion: "v2.8.2"
77
kubeVersion: ">=1.21.0"
88
keywords:
99
- csi
@@ -25,4 +25,4 @@ annotations:
2525
- name: Support
2626
url: https://github.com/upcloud-tools/upcloud-csi/issues
2727
artifacthub.io/changes: |
28-
- Update app version to `v2.8.1`
28+
- "Update app version to v2.8.2"

0 commit comments

Comments
 (0)