Release 0.6.15

- Make peering much faster in medium to large clusters
- Fix a reenterability issue which could rarely lead to peering process hangs
This commit is contained in:
Vitaliy Filippov
2022-03-06 19:16:34 +03:00
parent e23296a327
commit 85298ddae2
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION ?= v0.6.14
VERSION ?= v0.6.15
all: build push
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: vitalif/vitastor-csi:v0.6.14
image: vitalif/vitastor-csi:v0.6.15
args:
- "--node=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
+1 -1
View File
@@ -116,7 +116,7 @@ spec:
privileged: true
capabilities:
add: ["SYS_ADMIN"]
image: vitalif/vitastor-csi:v0.6.14
image: vitalif/vitastor-csi:v0.6.15
args:
- "--node=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
+1 -1
View File
@@ -5,7 +5,7 @@ package vitastor
const (
vitastorCSIDriverName = "csi.vitastor.io"
vitastorCSIDriverVersion = "0.6.14"
vitastorCSIDriverVersion = "0.6.15"
)
// Config struct fills the parameters of request or user input