Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rancher/client-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: rancher/client-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 28, 2017

  1. Kubernetes version v1.8.1-beta.0 file updates

    Kubernetes-commit: f216c2fc81d8994c4f2beb4ac1c4c15628efeec3
    abgworrall authored and k8s-publish-robot committed Sep 28, 2017
    Copy the full SHA
    089ccd9 View commit details

Commits on Oct 16, 2017

  1. Kubernetes version v1.8.1 file updates

    Kubernetes-commit: f38e43b221d08850172a9a4ea785a86a3ffa3b3a
    jpbetz authored and k8s-publish-robot committed Oct 16, 2017
    Copy the full SHA
    2ae4542 View commit details
Showing with 26 additions and 26 deletions.
  1. +25 −25 Godeps/Godeps.json
  2. +1 −1 pkg/version/base.go
50 changes: 25 additions & 25 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/version/base.go
Original file line number Diff line number Diff line change
@@ -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.8.0+$Format:%h$"
gitVersion string = "v1.8.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"