We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcf447 commit 7c07db1Copy full SHA for 7c07db1
pkg/csi/cinder/driver.go
@@ -43,7 +43,8 @@ var (
43
// * 1.3.0: Up to version 1.3.0 driver version was the same as CSI spec version
44
// * 1.3.1: Bump for 1.21 release
45
// * 1.3.2: Allow --cloud-config to be given multiple times
46
- Version = "1.3.2"
+ // * 1.3.3: Bump for 1.22 release
47
+ Version = "1.3.3"
48
)
49
50
type CinderDriver struct {
pkg/csi/cinder/driver_test.go
@@ -28,7 +28,7 @@ const (
28
29
30
var (
31
- vendorVersion = "1.3.2"
+ vendorVersion = "1.3.3"
32
33
34
func NewFakeDriver() *CinderDriver {
0 commit comments