We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b2dad7 + d98c2c2 commit 2016b60Copy full SHA for 2016b60
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.0.9
4
+
5
+* Added snapshot functionality.
6
+* Replaced volumestatus api with volumeinfo.
7
+* Fully contenarized build.
8
+* Updated vendor to point to k8s stable release.
9
+* Other build enhancements.
10
+ Humble Chirammal <[email protected]>
11
12
## v0.0.8
13
14
* Address review comments.
pkg/glusterfs/driver.go
@@ -10,7 +10,7 @@ import (
const (
glusterfsCSIDriverName = "org.gluster.glusterfs"
- glusterfsCSIDriverVersion = "0.0.8"
+ glusterfsCSIDriverVersion = "0.0.9"
)
15
16
// GfDriver is the struct embedding information about the connection to gluster cluster and configuration of CSI driver.
0 commit comments