Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot authored Sep 29, 2023
1 parent 166a0c3 commit fefcd43
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


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


Expand Down
4 changes: 2 additions & 2 deletions chart/.snapshots/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
limits: {}
requests: {}
- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: IfNotPresent
command: [/bin/hcloud-csi-driver-node]
volumeMounts:
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
name: socket-dir

- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: IfNotPresent
command: [/bin/hcloud-csi-driver-controller]
env:
Expand Down
4 changes: 2 additions & 2 deletions chart/.snapshots/example-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: IfNotPresent
command: [/bin/hcloud-csi-driver-node]
volumeMounts:
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
name: socket-dir

- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: IfNotPresent
command: [/bin/hcloud-csi-driver-controller]
env:
Expand Down
4 changes: 2 additions & 2 deletions chart/.snapshots/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ spec:
cpu: 12m
memory: 22Mi
- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: Always
command: [/bin/hcloud-csi-driver-node]
volumeMounts:
Expand Down Expand Up @@ -547,7 +547,7 @@ spec:
name: socket-dir

- name: hcloud-csi-driver
image: docker.io/hetznercloud/hcloud-csi-driver:v2.4.0 # x-release-please-version
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.0 # x-release-please-version
imagePullPolicy: Always
command: [/bin/hcloud-csi-driver-controller]
env:
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: Hetzner Cloud
email: [email protected]
url: https://github.com/hetznercloud
version: 2.4.0 # x-release-please-version
version: 2.5.0 # x-release-please-version
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 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 fefcd43

Please sign in to comment.