Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubernetes-MIE
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teodor Alexandru Ionita
Kubernetes-MIE
Commits
d3071cbd
Commit
d3071cbd
authored
9 years ago
by
Isaac Hollander McCreery
Browse files
Options
Downloads
Patches
Plain Diff
Kubernetes version v1.1.1-beta.1
parent
b59eb94b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/version/base.go
+3
-3
3 additions, 3 deletions
pkg/version/base.go
with
3 additions
and
3 deletions
pkg/version/base.go
+
3
−
3
View file @
d3071cbd
...
...
@@ -39,8 +39,8 @@ var (
// them irrelevant. (Next we'll take it out, which may muck with
// scripts consuming the kubectl version output - but most of
// these should be looking at gitVersion already anyways.)
gitMajor
string
=
"1"
// major version, always numeric
gitMinor
string
=
"1
.0
"
// minor version, numeric possibly followed by "+"
gitMajor
string
=
"1"
// major version, always numeric
gitMinor
string
=
"1
+
"
// minor version, numeric possibly followed by "+"
// semantic version, dervied by build scripts (see
// https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/design/versioning.md
...
...
@@ -51,7 +51,7 @@ var (
// semantic version is a git hash, but the version itself is no
// longer the direct output of "git describe", but a slight
// translation to be semver compliant.
gitVersion
string
=
"v1.1.
0-release-1
.1+$Format:%h$"
gitVersion
string
=
"v1.1.
1-beta
.1+$Format:%h$"
gitCommit
string
=
"$Format:%H$"
// sha1 from git, output of $(git rev-parse HEAD)
gitTreeState
string
=
"not a git tree"
// state of git tree, either "clean" or "dirty"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment