File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 // them irrelevant. (Next we'll take it out, which may muck with
4040 // scripts consuming the kubectl version output - but most of
4141 // these should be looking at gitVersion already anyways.)
42- gitMajor string = "1" // major version, always numeric
43- gitMinor string = "1+ " // minor version, numeric possibly followed by "+"
42+ gitMajor string = "1" // major version, always numeric
43+ gitMinor string = "1" // minor version, numeric possibly followed by "+"
4444
4545 // semantic version, dervied by build scripts (see
4646 // https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/design/versioning.md
5151 // semantic version is a git hash, but the version itself is no
5252 // longer the direct output of "git describe", but a slight
5353 // translation to be semver compliant.
54- gitVersion string = "v1.1.7-beta.0 +$Format:%h$"
54+ gitVersion string = "v1.1.7+$Format:%h$"
5555 gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
5656 gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
5757)
You can’t perform that action at this time.
0 commit comments