Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update k8s.io dependencies to master to get selflink fix in client-go #160

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 31 additions & 11 deletions Gopkg.lock

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

22 changes: 16 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,29 @@ required = [
name = "github.com/container-storage-interface/spec"
version = "=1.1.0"

# TODO: all the k8s.io dependencies are overrides due to
# csi-lib-utils constraints. Once 1.16.0 is released, update
# all of these versions back to a constraint.

# The dependency on external-provisioner should be removed with #60.
[[constraint]]
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.14.0"
branch = "master"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to use master now? Is there a specific version that we can use, i.e., v1.16.0-alpha.3?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the commit we need is after v1.16.0-alpha.3

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. We should update this to a specific version when it becomes available later.


[[constraint]]
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.14.0"
branch = "master"

[[constraint]]
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.14.0"
branch = "master"

[[override]]
name = "k8s.io/utils"
branch = "master"


# These dependencies are used for CRD API generation
[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.14.0"
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/google/go-cmp/LICENSE

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

Loading