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

Vendor k-sigs/controller-runtime@v0.5.10 #2797

Merged
merged 2 commits into from Aug 31, 2020

Conversation

timebertt
Copy link
Member

@timebertt timebertt commented Aug 31, 2020

How to categorize this PR?

/area open-source
/kind task
/priority normal

What this PR does / why we need it:
Vendor k-sigs/controller-runtime@v0.5.10, which contains several bug fixes.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:
v0.6 will be vendored as part of #2489, see @timuthy's progress.

Release note:

`extensions/pkg/predicate.Or` has been deprecated in favor of `sigs.k8s.io/controller-runtime/pkg/predicate.Or`.

@timebertt timebertt requested a review from a team as a code owner August 31, 2020 05:58
@gardener-robot gardener-robot added area/open-source Open Source (community, enablement, contributions, conferences, CNCF, etc.) related kind/task General task priority/normal labels Aug 31, 2020
Copy link
Member

@ialidzhikov ialidzhikov left a comment

Choose a reason for hiding this comment

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

Thank you for this PR!

I see that with kubernetes-sigs/controller-runtime#1061 there is already an Or predicate. I guess we can now remove our custom or predicate (https://github.com/gardener/gardener/blob/v1.9.0/extensions/pkg/predicate/predicate.go#L92-L123) and use the one from upstream, right?

@timebertt
Copy link
Member Author

Yes, indeed. Originally I wanted to do it seperately, but now that you also mentioned it, I just did it in this PR.

Rather than removing our predicate.Or I deprecated it with a note that it will be removed with g/g@v1.12.

@ialidzhikov
Copy link
Member

Rather than removing our predicate.Or I deprecated it with a note that it will be removed with g/g@v1.12.

Makes sense. Thanks.

Copy link
Member

@ialidzhikov ialidzhikov left a comment

Choose a reason for hiding this comment

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

/lgtm

@rfranzke rfranzke merged commit 674b51f into gardener:master Aug 31, 2020
@timebertt timebertt deleted the vendor/controller-runtime branch September 1, 2020 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/open-source Open Source (community, enablement, contributions, conferences, CNCF, etc.) related kind/task General task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants