Skip to content

Commit

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

## [2.4.0](https://github.com/hetznercloud/csi-driver/compare/v1.6.0...v2.4.0) (2023-08-25)


### Features

* add nomad installation docs ([#467](https://github.com/hetznercloud/csi-driver/issues/467)) ([631b117](https://github.com/hetznercloud/csi-driver/commit/631b1175b874bdf966f05c1e5409f6efacba14f4))
* **docker-swarm:** configure builds for arm64 ([#471](https://github.com/hetznercloud/csi-driver/issues/471)) ([2b9c067](https://github.com/hetznercloud/csi-driver/commit/2b9c067c7bde28eaf894e232aeee371d41129ef2))
* upgrade to hcloud-go v2 ([3622bcc](https://github.com/hetznercloud/csi-driver/commit/3622bccee2e961e39d5ef9bff9c500eb055c3cc5))


### Bug Fixes

* btrfs volumes can not be formatted ([#421](https://github.com/hetznercloud/csi-driver/issues/421)) ([#424](https://github.com/hetznercloud/csi-driver/issues/424)) ([be3fbc9](https://github.com/hetznercloud/csi-driver/commit/be3fbc9be876939b0a0b2197c99193ca52559fcd))
* improve handling of metadata service connectivity ([#466](https://github.com/hetznercloud/csi-driver/issues/466)) ([8ffa5fe](https://github.com/hetznercloud/csi-driver/commit/8ffa5fec6b07515156f5ee2cd1e978f0b1c877c3))

## v2.3.2

Affordable, sustainable & powerful! 🚀You can now get one of our Arm64 CAX servers to optimize your operations while minimizing your costs!
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.3.2 # x-release-please-version
image: hetznercloud/hcloud-csi-driver:v2.4.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.3.2 # x-release-please-version
image: hetznercloud/hcloud-csi-driver:v2.4.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.3.2" // x-release-please-version
PluginVersion = "2.4.0" // x-release-please-version

MaxVolumesPerNode = 16
MinVolumeSize = 10 // GB
Expand Down

0 comments on commit 8325718

Please sign in to comment.