-
Notifications
You must be signed in to change notification settings - Fork 59
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
Upgrade crossplane-runtime #195
Conversation
/test-examples="examples/workspace-inline-aws.yaml" |
Any update on this ? |
Hi @toastwaffle thanks for the contribution! I agree the changes are related but I feel like this is a lot in one PR and it would be better to separate them. It will make it easier to test as well. Thanks! |
@bobh66 done :) I'll send another PR to add jitter once this one is landed. |
/test-examples="examples/workspace-inline-aws.yaml" |
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.
This looks great. @toastwaffle thanks a lot for the contribution!
Description of your changes
This PR unblocks adding support for jitter in the poll interval.
crossplane-runtime
has been updated to the same (unreleased) version currently used by provider-gcp. This includes some breaking changes (as provider-terraform was actually quite far behind the latest version, released or otherwise):ProviderReference
field entirelyI have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Ran
make test
. I was hoping to use uptest, but it's not clear whether there are any valid tests? If not, I can try to do some manual testing.