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+ ## [ 2.8.1] - 2026-06-24
6+
7+ ### Fixed
8+ - ci(e2e): increase client-go rate limiter to 50 QPS / 100 burst — concurrent matrix jobs exhausted the default (10/20)
9+ - ci(release): use ` gh release view ` instead of ` git HEAD~1 ` to support multi-commit pushes
10+ - test: remove hardcoded ` tokensecret ` and ` de-fra1 ` from webhook test — broke in CI where defaults differ
11+ - ci(k8s-lint): add ` --ignore-missing-schemas ` flag to kubeconform for CRD resources
12+
513## [ 2.8.0] - 2026-06-24
614
715### Fixed
Original file line number Diff line number Diff line change 11# Helm chart changelog
22
3+ ## [ 1.9.1] - 2026-06-24
4+
5+ ### Changed
6+ - Update app version to ` v2.8.1 `
7+
38## [ 1.9.0] - 2026-06-24
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.9.0 "
6- appVersion : " v2.8.0 "
5+ version : " 1.9.1 "
6+ appVersion : " v2.8.1 "
77kubeVersion : " >=1.21.0"
88keywords :
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.0 `
28+ - Update app version to `v2.8.1 `
You can’t perform that action at this time.
0 commit comments