Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron committed Mar 6, 2019
1 parent a74b1f6 commit f82b22c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changes

## master
## v1.1.3

* Return proper error code when deleting a volume which is still
attached to a server
* Detach volumes before deleting them

## v1.1.2

Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/hcloud-csi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:1.1.2
image: hetznercloud/hcloud-csi-driver:1.1.3
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
securityContext:
privileged: true
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:1.1.2
image: hetznercloud/hcloud-csi-driver:1.1.3
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down
2 changes: 1 addition & 1 deletion src/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 = "1.1.2"
PluginVersion = "1.1.3"

MaxVolumesPerNode = 16
DefaultVolumeSize = 10 // GB
Expand Down

0 comments on commit f82b22c

Please sign in to comment.