Release 0.6.4

- Implement a basic Kubernetes CSI driver
- Minor fixes for vitastor-nbd
- Fix build without RDMA broken in 0.6.3
This commit is contained in:
Vitaliy Filippov
2021-05-16 01:38:01 +03:00
parent 10ee4f7c1d
commit f9fe72d40a
13 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 2.8)
project(vitastor)
set(VERSION "0.6.3")
set(VERSION "0.6.4")
add_subdirectory(src)