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
bump to kubernetes-1.17.0-beta.2 #44
bump to kubernetes-1.17.0-beta.2 #44
Conversation
|
@deads2k as promised |
|
/hold we need kube tag to move forward |
189ada6
to
0e6a1c6
Compare
0e6a1c6
to
077fe40
Compare
9ef1a8d
to
2b98b18
Compare
|
@sttts the openapi generation fail with: /cc @damemi |
| @@ -15,6 +15,10 @@ func TestLogOptionsDrift(t *testing.T) { | |||
| // Verify name | |||
| name := popts.Field(i).Name | |||
| doptsField, found := dopts.FieldByName(name) | |||
| // TODO: Add this option to deployment config log options | |||
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.
followup with a BZ seems fine to me
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.
followup with a BZ seems fine to me
Yeah, BZ for 4.4. it's not urgent.
pkg/authorization/apiserver/registry/subjectaccessreview/rest.go
Outdated
Show resolved
Hide resolved
pkg/authorization/apiserver/registry/subjectaccessreview/rest.go
Outdated
Show resolved
Hide resolved
|
fairly minor comments. The biggest one is the question of fuzzing tests. |
f2e8073
to
5410890
Compare
|
Follow up list:
|
|
@deads2k whoah e2e passed :) |
|
/retest |
2868498
to
d225f3d
Compare
d225f3d
to
bd917af
Compare
bd917af
to
6863753
Compare
|
/hold cancel |
|
@deads2k @sttts @adambkaplan @bparees this is ready for review |
| @@ -174,16 +174,6 @@ func RegisterConversions(s *runtime.Scheme) error { | |||
| }); err != nil { | |||
| return err | |||
| } | |||
| if err := s.AddGeneratedConversionFunc((*v1.DeploymentTriggerImageChangeParams)(nil), (*apps.DeploymentTriggerImageChangeParams)(nil), func(a, b interface{}, scope conversion.Scope) error { | |||
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.
reminder for future me. These were actually registered twice before. The fuzz tests appear to be working, so we're good.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, mfojtik 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 |
This moves openshift-apiserver to kubernetes 1.17.0-beta.2 which include dynamic certificate reloading and other fixes in aggregated apiservers.
The apiserver-library-go was also bumped to 1.17.0-beta.2: https://github.com/openshift/apiserver-library-go/tree/openshift-apiserver-4.3-kubernetes-1.17.0-beta.2 (surprisingly tolerating library-go still being on 1.16.2).