Bump crossplane-runtime to v1.17.0-rc.0#5652
Conversation
Signed-off-by: Jared Watts <[email protected]>
jbw976
left a comment
There was a problem hiding this comment.
Hmm, looks like check-diff is failing with these new changes from crossplane-runtime, I'll need to look into that:
08:14:51 [FAIL] There are uncommitted changes after running make generate. Please ensure you commit all generated files in this branch after running make generate.
make: *** [build/makelib/common.mk:446: check-diff] Error 1
This new field is a result of the latest bump of crossplane-runtime and all changes in this commit were generated by `make generate`. Signed-off-by: Jared Watts <[email protected]>
|
Hmm, the same e2e test failed in 2 different suites, which I don't personally know to be flaky:
I'll investigate this error locally before proceeding 🤓 |
|
I'm unable to repro this e2e test failure locally after running it a handful of times: In the runs here on this PR, it looks like the I don't see a deletion timestamp on the The same test is passing on a similar PR that bumps crossplane-runtime in the release branch: https://github.com/crossplane/crossplane/actions/runs/8982458339/job/24670118653?pr=5653. So perhaps this test is flaky - something to look more into but perhaps not blocking this specific PR. |
|
Plenty of instances of this same failure previously in
I'll take a note of the flaky tests we're seeing and capture it in an issue so we can improve on them, but I don't think this is blocking this PR 😌 |
|
Yes, we can address this before the release. I agree it shouldn't block the code freeze process |
Description of your changes
This PR simply bumps the crossplane-runtime dependency to v1.17.0-rc.0, as per the code freeze steps in crossplane/release#9, specifically:
I have:
make reviewableto ensure this PR is ready for review.Added or updated unit tests.Added or updated e2e tests.Linked a PR or a docs tracking issue to document this change.Addedbackport release-x.ylabels to auto-backport this PR.Need help with this checklist? See the cheat sheet.