-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update dependencies to kubernetes v1.13.0-alpha.1 #1025
Update dependencies to kubernetes v1.13.0-alpha.1 #1025
Conversation
a75e45c
to
3d52e01
Compare
/assign @wongma7 |
@dims: GitHub didn't allow me to assign the following users: xing-yang. Note that only kubernetes-incubator members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
3d52e01
to
16a785b
Compare
Gopkg.toml
Outdated
|
||
[[constraint]] | ||
name = "k8s.io/client-go" | ||
version = "kubernetes-1.12.0" | ||
version = "v9.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need kubernetes-1.13.0-alpha.1 as well, there is something different between 1.13 and v9.0.0 in client-go/transport
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. my bad, fixing
16a785b
to
135a088
Compare
Change-Id: I52caf73749d558383860a9b025f71dd9d5271c1d
135a088
to
85539e4
Compare
@wongma7 the builds are green now :) |
thx, merging. I'm working on https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner so hopefully this will be the last time we need to do this.. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wongma7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@wongma7 is it possible to create a tag as well? i need to use this in cloud-provider-openstack |
@dims I tagged v5.3.0-alpha.1 https://github.com/kubernetes-incubator/external-storage/releases/tag/v5.3.0-alpha.1 |
nice! thanks @wongma7 |
This PR updates dependency files to point to k8s v1.13.0-alpha.1