Skip to content

Commit

Permalink
Roll upstream K8s deps back to previous OpenShift values
Browse files Browse the repository at this point in the history
This pins the Kubernetes client dependencies to the same version used
in previous releases of our fork. And updates the mismatched comment
vs reality in Gopkg.toml that we had previously to avoid future
confusion.
  • Loading branch information
bbrowning committed Feb 6, 2019
1 parent 53f7872 commit f7b27ad
Show file tree
Hide file tree
Showing 948 changed files with 26,554 additions and 48,234 deletions.
121 changes: 31 additions & 90 deletions Gopkg.lock

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

20 changes: 6 additions & 14 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,18 @@ ignored = [
non-go = true
unused-packages = true

# client-go v10.0.0 uses apimachinery 2b1284ed4c93a43499e781493253e2ac5959c4fd
# and api 89a74a8d264df0e993299876a8cde88379b940ee,
# and introduced klog 8139d8cb77af419532b33dfa7dd09fbc5f1d344f
# and yaml fd68e9863619f6ec2fdd8625fe1f02e7c877e480 (see Godep.json).
# go dep is unable to match Godep.json automatically so have to specify here.
# client-go 7.0.0 uses apimachinery 302974c03f7e50f16561ba237db776ab93594ef6
# and api 73d903622b7391f3312dcbac6483fed484e185f8 (see Godep.json). go dep
# is unable to match Godep.json automatically so have to specify here.
[[constraint]]
name = "k8s.io/client-go"
version = "v10.0.0"
version = "v7.0.0"
[[override]]
name = "k8s.io/apimachinery"
revision = "2b1284ed4c93a43499e781493253e2ac5959c4fd"
revision = "302974c03f7e50f16561ba237db776ab93594ef6"
[[override]]
name = "k8s.io/api"
revision = "89a74a8d264df0e993299876a8cde88379b940ee"
[[override]]
name = "k8s.io/klog"
revision = "8139d8cb77af419532b33dfa7dd09fbc5f1d344f"
[[override]]
name = "sigs.k8s.io/yaml"
revision = "fd68e9863619f6ec2fdd8625fe1f02e7c877e480"
revision = "73d903622b7391f3312dcbac6483fed484e185f8"

# Pin these dependencies to the exact versions listed in the
# Makefile. We can't even allow the patch version to float as that
Expand Down
16 changes: 0 additions & 16 deletions vendor/github.com/evanphx/json-patch/.travis.yml

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/evanphx/json-patch/LICENSE

This file was deleted.

Loading

0 comments on commit f7b27ad

Please sign in to comment.