Skip to content

Commit 9f7f94c

Browse files
committed
chore: prepare app release 2.8.1, chart 1.9.1
1 parent 7dbb14b commit 9f7f94c

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

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

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.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

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.0"
6-
appVersion: "v2.8.0"
5+
version: "1.9.1"
6+
appVersion: "v2.8.1"
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.0`
28+
- Update app version to `v2.8.1`

0 commit comments

Comments
 (0)