Skip to content

Instantly share code, notes, and snippets.

@nilium
Created August 13, 2019 23:59
Diff of Consul v1.5.3 between versions of the same tag
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