-
Notifications
You must be signed in to change notification settings - Fork 382
Bump kube 1.15 #2683
Bump kube 1.15 #2683
Conversation
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn 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 |
1b4cc80
to
156d857
Compare
/retest |
a372332
to
0a0dec6
Compare
/retest |
0a0dec6
to
b807e8f
Compare
/test pull-service-catalog-integration |
/retest |
if r == nil { | ||
return nil, UnexpectedActionError() | ||
} | ||
if req.ServiceID == "" || req.PlanID == "" || req.OrganizationGUID == "" || req.SpaceGUID == "" { |
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.
New validation was added. Need to make sure all the fakes have these fields.
Gopkg.lock
Outdated
name = "github.com/pmorie/go-open-service-broker-client" | ||
packages = [ | ||
"v2", | ||
"v2/fake", | ||
"v2/generator", | ||
] | ||
pruneopts = "NUT" | ||
revision = "6988c0983446576f2cefc90112028a66e6137233" | ||
revision = "a894d21a6d93b2b01b434b2226d806cc1240f79d" |
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.
shouldn't be updating this anyway.
I can see that the project in Toml is dependent on 'master'. It should be locked down, and versioned.
Do the update of the library in a separate PR. For this PR, back out the change to the library, and it should work as-is. |
2fd628e
to
eccf142
Compare
/test pull-service-catalog-integration |
71333a8
to
b812a1b
Compare
/test pull-service-catalog-xbuild |
1 similar comment
/test pull-service-catalog-xbuild |
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.
forgotten comment, based on discussion on Friday The fake Namespace test-namespace is being added, multiple times, to the fakeKubeClinet fake, and I'm not sure where it's coming from. |
- rewrite GetStorage calls in pkg/registry/servicecatalog - FeatureGate imports updated to new package - change plugin/pkg/admission test calls to NewAttributeRecord() - bump github.com/google/gofuzz to 1.0.0 to comply with apimachinery - enable tls 13 in Makefile
b812a1b
to
8212f20
Compare
had to force push up to add a real commit message. this should be good to merge now |
/test pull-service-catalog-xbuild |
/retest |
/lgtm but still with the same comment: #2683 (review) |
No description provided.