Created
August 13, 2019 23:59
-
-
Save nilium/ae0fdbab054a28ce7e3d407eee20a997 to your computer and use it in GitHub Desktop.
Diff of Consul v1.5.3 between versions of the same tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v1 is the original v1.5.3 tag, v2 is the changed v1.5.3 tag. | |
diff -U2 -r v1/consul-1.5.3/vendor/k8s.io/client-go/pkg/version/base.go v2/consul-1.5.3/vendor/k8s.io/client-go/pkg/version/base.go | |
--- v1/consul-1.5.3/vendor/k8s.io/client-go/pkg/version/base.go 2019-07-25 16:41:17.000000000 -0700 | |
+++ v2/consul-1.5.3/vendor/k8s.io/client-go/pkg/version/base.go 2019-07-25 16:41:17.000000000 -0700 | |
@@ -56,5 +56,5 @@ | |
// companion .gitattributes file containing 'export-subst' in this same | |
// directory. See also https://git-scm.com/docs/gitattributes | |
- gitVersion string = "v0.0.0-master+a42ded477c" | |
+ gitVersion string = "v0.0.0-master+a42ded477" | |
gitCommit string = "a42ded477cf4e5ac1a850b42ec5d25672cd2545d" // sha1 from git, output of $(git rev-parse HEAD) | |
gitTreeState string = "" // state of git tree, either "clean" or "dirty" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment