Release 0.9.5

A hotfix to 0.9.4 containing only one bugfix: 100% CPU usage in the new QEMU
driver caused by the lack of eventfd reset on io_uring event handling :)
This commit is contained in:
Vitaliy Filippov
2023-07-21 00:04:41 +03:00
parent 1c316ef350
commit 10a5fd6abb
17 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION ?= v0.9.4
VERSION ?= v0.9.5
all: build push
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: vitalif/vitastor-csi:v0.9.4
image: vitalif/vitastor-csi:v0.9.5
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.9.4
image: vitalif/vitastor-csi:v0.9.5
args:
- "--node=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
+1 -1
View File
@@ -5,7 +5,7 @@ package vitastor
const (
vitastorCSIDriverName = "csi.vitastor.io"
vitastorCSIDriverVersion = "0.9.4"
vitastorCSIDriverVersion = "0.9.5"
)
// Config struct fills the parameters of request or user input