Release 0.6.6

- New command-line tool: vitastor-cli
- Implement layer (snapshot/clone) merge and delete
- Remove 'bool' from the C header
- Fix a very rare flusher stall
- More diagnostics now printed for slow ops in the log
This commit is contained in:
Vitaliy Filippov
2021-10-19 02:26:37 +03:00
parent 38d85da19a
commit fb2f7a0d3c
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION ?= v0.6.5
VERSION ?= v0.6.6
all: build push
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: vitalif/vitastor-csi:v0.6.5
image: vitalif/vitastor-csi:v0.6.6
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.5
image: vitalif/vitastor-csi:v0.6.6
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.5"
vitastorCSIDriverVersion = "0.6.6"
)
// Config struct fills the parameters of request or user input