-
Notifications
You must be signed in to change notification settings - Fork 151
Bump up the csi spec version mention from 0.4.0 to 1.2.0 #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -31,7 +31,7 @@ CSI driver. | |||
|
|||
### Note | |||
|
|||
* Master is for CSI v0.4.0. Please see the branches for other CSI releases. | |||
* Master is for CSI v1.2.0. Please see the branches for other CSI releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The golang note is also out of date.
What do you think about having a compatibility matrix similar to what the other sidecar repos have?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msau42 thought about the golang
, but it mention about minimum supported version ( here 1.9+
), so is it correct to mention that we need 1.12
+ for master ?
Regarding the compatibility matrix that's a good idea 👍 . However I have to fetch the details somehow. Its also possible to have a followup PR for compatibility matrix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what the min version of golang is. Our CI uses go1.13. @pohly do you have any thoughts here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what the oldest version of Go is that the code still builds with.
I suppose a correct statement would be "building has been tested with the Go version specified in release-tools/travis.yml"...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Humble Chirammal <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: humblec, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Humble Chirammal [email protected]