Skip to content

Commit

Permalink
Merge pull request #88 from humblec/v0.0.9
Browse files Browse the repository at this point in the history
Update driver version & changelog to 0.0.9
  • Loading branch information
JohnStrunk authored Oct 29, 2018
2 parents 9b2dad7 + d98c2c2 commit 2016b60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.0.9

* Added snapshot functionality.
* Replaced volumestatus api with volumeinfo.
* Fully contenarized build.
* Updated vendor to point to k8s stable release.
* Other build enhancements.
Humble Chirammal <[email protected]>

## v0.0.8

* Address review comments.
Expand Down
2 changes: 1 addition & 1 deletion pkg/glusterfs/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
glusterfsCSIDriverName = "org.gluster.glusterfs"
glusterfsCSIDriverVersion = "0.0.8"
glusterfsCSIDriverVersion = "0.0.9"
)

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

0 comments on commit 2016b60

Please sign in to comment.