-
Notifications
You must be signed in to change notification settings - Fork 132
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
Function type config.ConfigurationInjector now returns an error #1150
Function type config.ConfigurationInjector now returns an error #1150
Conversation
/test-examples="examples/s3/v1beta1/object.yaml" |
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
28297b9
to
3fad811
Compare
/test-examples="examples/s3/v1beta1/object.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.
Thanks @ulucinar LGTM!
Looks like we've hit this issue with the |
- Disable the import test for examples/s3/v1beta1/object.yaml Please see: crossplane-contrib#978 Signed-off-by: Alper Rifat Ulucinar <[email protected]>
/test-examples="examples/s3/v1beta1/object.yaml" |
1 similar comment
/test-examples="examples/s3/v1beta1/object.yaml" |
/test-examples="examples/s3/v1beta1/bucket.yaml" |
- Consumes the config.ConfigurationInjector signature change Signed-off-by: Alper Rifat Ulucinar <[email protected]>
/test-examples="examples/ec2/v1beta1/securitygrouprule-self-true.yaml" |
Description of your changes
Depends on: crossplane/upjet#344
There's a breaking change in crossplane/upjet#344 and
config.ConfigurationInjector
now returns an error. This PR updates the usages of the old API.This PR also bumps the uptest version to
v0.11.0
and adds theuptest.upbound.io/disable-import: "true"
annotation to the example manifestexamples/s3/v1beta1/object.yaml
. Please see this comment.I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Via the following uptest runs: