Skip to content

Commit

Permalink
chore(main): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Sep 15, 2023
1 parent 3ba29a2 commit b3b7ded
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.5.0](https://github.com/hetznercloud/csi-driver/compare/v2.4.0...v2.5.0) (2023-09-15)


### Features

* 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)


Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: socket-dir
mountPath: /run/csi
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: Always
command: [/bin/hcloud-csi-driver-controller]
env:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/hcloud-csi.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy/kubernetes/node/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: Always
command: [/bin/hcloud-csi-driver-node]
env:
Expand Down
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3b7ded

Please sign in to comment.