-
Notifications
You must be signed in to change notification settings - Fork 470
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 coredns and kubernetes dependencies #649
Conversation
Welcome @dereknola! |
Hi @dereknola. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
@DamianSawicki Can I get a review on this please? I'm not sure who else to ping, as there hasn't been much activity in this repo in about 4 months. Related, does this repo need more maintainers? |
Hi @dereknola, I think this repo desperately needs more maintainers. Currently no PR can be submitted (at least normally) because CI is broken (so there is little sense in reviewing your PR before resolving this). If you have the capacity to look at #646, it would be really great. |
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
5eba581
to
1f3349e
Compare
@DamianSawicki I've rebased this PR now that the E2E fix is in master. |
/ok-to-test |
/retest |
Looks like the 5s timeout I added in the last PR is still not quite enough to prevent flaky e2e tests. Might consider bumping it to 10s. |
@kl52752 Could you review this please? I will squash these commits, I just was waiting for review readability. |
I'm also happy to review it but won't have time this week. |
@DamianSawicki any chance you will have time this week to review this PR? I would love to pull this in to RKE2 November patches. |
Apologies for the delay. It all looks good. /lgtm |
@kl52752 any chance of getting this approved/reviewed? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DamianSawicki, dereknola, kl52752, VestigeJ 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 |
Can we get a new release tagged now that this PR is merged? |
Sure, I'll take care of it, hopefully tomorrow. |
Background
These two dependencies are very Out of Date and are introducing CVEs into downstream repos.
A previous PR was auto opened by dependabot, but never went anywhere. #641
This PRs scope is more limited.
Changes
The
go mod vendor
has been isolated to a separate commit to make review easier.