Skip to content

Releases: hetznercloud/csi-driver

v2.0.0-rc.3

21 Nov 10:33
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

What's Changed

  • fix: driver version not updated on tagged release by @apricote in #328

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

18 Nov 07:32
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • chore: upgrade all dependencies to latest version by @apricote in #326
  • [enhancement] Use native kubernetes topology region label for volumes nodeAffinity by @maksim-paskal in #302

New Contributors

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

14 Nov 09:30
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.0...v2.0.0-rc.1

v1.6.0

24 Aug 12:48
Compare
Choose a tag to compare

Changelog

2ea4803 Add btrfs support
7719e45 Add exclude for blockstorage during resize (#211)
4a69641 Add k8s 1.22 to tests (#225)
beb3783 Adjust stale bot to be more userfriendly (#217)
0de9bd9 CI improvements for speed and fork-friendliness. (#221)
e07b392 Fix changelog generation
8cb0bfe Implement Instrumentation from hcloud-go (#227)
c89c462 Increase default polling interval to 3 seconds. (#230)
11c9940 Make e2e workflow friendly to running on forks. (#214)
29893db Migrate Testsuite Setup to be in line with our CCM Testsuite (#219)
4ad4d69 Prepare release v1.6.0 (#231)
cf4e7e4 Recognition of root servers (#195)
c213244 Reduce default log verbosity to info level (#224)
c74a95b Remove testing for k8s 1.18 as written in our Versioning policy. (#199)
8d1f531 Run e2e tests in parallel. (#215)
da859e8 Simplify CSI socket handling (#222)
6164eaf Update README.md (#196)
140dad9 Update hcloud-go to v1.29.1 (#218)
fb90575 Upgrade csi sidecars to latest versions. (#216)
54f573e Use Go 1.17 (#228)
5d2ac90 Use Goreleaser to publish changelog (#229)

v1.5.3

22 Mar 20:17
85d84b6
Compare
Choose a tag to compare

This release fixes a broken v1.5.2 tag. For the changes have a look at the v1.5.2 release.

v1.5.2

22 Mar 14:02
Compare
Choose a tag to compare
  • Update Go to 1.16
  • Update csi driver container to alpine linux v3.13
  • Update hcloud-go to 1.24.0
  • Fix mounting idempotency issues

v1.5.1

19 Oct 11:29
Compare
Choose a tag to compare
  • Add correct deployment file for the latest version

You can update by simply applying the latest deployment file:

kubectl apply -f https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.5.1/deploy/kubernetes/hcloud-csi.yml

v1.5.0

19 Oct 10:01
d2d74b5
Compare
Choose a tag to compare
  • Allow using the node name as node indicator instead of using the
    metadata service
  • Allow to tune the log level using the LOG_LEVEL environment variable
  • Update k8s dependencies to v1.17.12
  • Update Go to 1.15
  • Update hcloud-go to 1.22.0
  • Update csi driver container to alpine linux v3.12
  • Note: As of this release all versions are end-to-end tested against the
    official Kubernetes testsuite, as a result a few smaller issues where fixed

v1.4.0

23 Jun 09:05
c7289bd
Compare
Choose a tag to compare
  • Allow mounting of Hetzner Cloud Volumes as raw block volumes.
  • Add label (app: hcloud-csi) to hcloud-csi-controller-metrics and hcloud-csi-node-metrics
  • Update to hcloud-go 1.18.0

v1.3.2

10 Jun 05:17
5a11b2a
Compare
Choose a tag to compare
  • Fix stuck volume terminating when the volume was already deleted