Skip to content

Commit 2016b60

Browse files
authored
Merge pull request #88 from humblec/v0.0.9
Update driver version & changelog to 0.0.9
2 parents 9b2dad7 + d98c2c2 commit 2016b60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## v0.0.8
413

514
* Address review comments.

pkg/glusterfs/driver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
glusterfsCSIDriverName = "org.gluster.glusterfs"
13-
glusterfsCSIDriverVersion = "0.0.8"
13+
glusterfsCSIDriverVersion = "0.0.9"
1414
)
1515

1616
// GfDriver is the struct embedding information about the connection to gluster cluster and configuration of CSI driver.

0 commit comments

Comments
 (0)