Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron committed Sep 12, 2019
1 parent ee4eb52 commit cb459bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## master
## v1.1.5

- Revert fix from v1.1.2 to retry attach/detach when server is locked

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 @@ -128,7 +128,7 @@ spec:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:1.1.4
image: hetznercloud/hcloud-csi-driver:1.1.5
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
securityContext:
privileged: true
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:1.1.4
image: hetznercloud/hcloud-csi-driver:1.1.5
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.4"
PluginVersion = "1.1.5"

MaxVolumesPerNode = 16
MinVolumeSize = 10 // GB
Expand Down

0 comments on commit cb459bf

Please sign in to comment.