Skip to content

Releases: rexray/gocsi

v1.2.2

05 Mar 19:18
v1.2.2
632c7b6
Compare
Choose a tag to compare

Security

  • Update gorilla/websocket to address CVE (#145)

Bug Fixes

  • Fix panic due to unitialized pointer for csc expand volume and node expand volume commands when no volume capability was passed (#142)

Features

  • Add source-volume and source-snapshot flags to the create volume command (#143)

v1.2.1

25 Mar 17:51
v1.2.1
97feea8
Compare
Choose a tag to compare

Bug Fixes

  • Fix segfault due to gRPC shutdown being called before it is initialized when storage plugin takes a long time in BeforeServe(). (#139)

v1.1.2

25 Mar 17:52
v1.1.2
8806f61
Compare
Choose a tag to compare

Bug Fixes

  • Fix segfault due to gRPC shutdown being called before it is initialized when storage plugin takes a long time in BeforeServe(). (#139)

v1.0.1

25 Mar 17:52
v1.0.1
f742530
Compare
Choose a tag to compare

Bug Fixes

  • Fix segfault due to gRPC shutdown being called before it is initialized when storage plugin takes a long time in BeforeServe(). (#139)

v1.2.0

28 Jan 15:51
4989490
Compare
Choose a tag to compare

This release marks full support for CSI spec 1.2

Features

CSI spec 1.2 (#137)

v1.1.0

25 Jul 14:58
9d1e48d
Compare
Choose a tag to compare

Release v1.1.0 - 07/25/2019

This release marks full support for CSI spec 1.1

Features

CSI spec 1.1 (#123)

Enhancements

Start using Go modules (#121)
Correctly handle when NodeID is required in 1.1 spec (#125)
Add option to disable field length check (#124)

Bugfixes

  • Fix make csi-sp (#120)