diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e15e42f..538727f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.5.0](https://github.com/hetznercloud/csi-driver/compare/v2.4.0...v2.5.0) (2023-09-28) + + +### Features + +* build with Go 1.21 ([#503](https://github.com/hetznercloud/csi-driver/issues/503)) ([2a82c3b](https://github.com/hetznercloud/csi-driver/commit/2a82c3ba9a78802cb82ae6a2d03264d06782e842)) +* **k8s:** add Helm Chart ([#500](https://github.com/hetznercloud/csi-driver/issues/500)) ([c39b138](https://github.com/hetznercloud/csi-driver/commit/c39b138421a664b22bdb5b2257c3a50c1d26d0d7)) +* test against Kubernetes 1.28 and drop 1.24 ([#491](https://github.com/hetznercloud/csi-driver/issues/491)) ([b331348](https://github.com/hetznercloud/csi-driver/commit/b33134844b5d53bc70e57b30e33a38bdfb33d03e)) + ## [2.4.0](https://github.com/hetznercloud/csi-driver/compare/v1.6.0...v2.4.0) (2023-08-25) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 13e5249d..65d81282 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -7,4 +7,4 @@ maintainers: - name: Hetzner Cloud email: support@hetzner.com url: https://github.com/hetznercloud -version: 2.4.0 # x-release-please-version +version: 2.5.0 # x-release-please-version diff --git a/driver/driver.go b/driver/driver.go index a1eab0fd..9ba01ce6 100644 --- a/driver/driver.go +++ b/driver/driver.go @@ -2,7 +2,7 @@ package driver const ( PluginName = "csi.hetzner.cloud" - PluginVersion = "2.4.0" // x-release-please-version + PluginVersion = "2.5.0" // x-release-please-version MaxVolumesPerNode = 16 MinVolumeSize = 10 // GB