Skip to content

Commit 68ad337

Browse files
committed
chore: bump app version to v3.4.1 and chart to v1.16.2
1 parent baad09f commit 68ad337

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [3.4.1] - 2026-08-27
6+
7+
### Changed
8+
- chore(deps): bump google.golang.org/grpc from 1.83.0 to 1.83.1
9+
- chore(deps): bump k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go from 0.36.3 to 0.36.4
10+
- chore(deps): bump github.com/sirupsen/logrus from 1.10.0 to 1.10.1
11+
512
## [3.4.0] - 2026-08-20
613

714
### 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.16.2] - 2026-08-27
4+
5+
### Changed
6+
- Bump app version to `v3.4.1`
7+
38
## [1.16.1] - 2026-08-22
49

510
### Added

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 with additional features like online volume resizing and ReadWriteMany storage (NFS)
44
type: application
5-
version: "1.16.1"
6-
appVersion: "v3.4.0"
5+
version: "1.16.2"
6+
appVersion: "v3.4.1"
77
kubeVersion: ">=1.34.0"
88
keywords:
99
- csi
@@ -41,4 +41,4 @@ annotations:
4141
- name: Support
4242
url: https://github.com/upcloud-tools/upcloud-csi/issues
4343
artifacthub.io/changes: |
44-
- "bump app version to v3.4.0"
44+
- "bump app version to v3.4.1 (dependency updates)"

0 commit comments

Comments
 (0)