-
Notifications
You must be signed in to change notification settings - Fork 123
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
Update CROSSPLANE_VERSION to 1.16.0 in Makefile #1330
Conversation
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/ec2/v1beta1/vpc.yaml" |
/test-examples="examples/rds/v1beta1/clusterroleassociation.yaml" |
I think we need to address the issue in uptest in order to move this PR forward.
|
That looks like the same error message I started getting in uptest right after the uxp release of 1.15.0. IIRC it's a kubernetes permissions issue, caused by something about the way we're locally building each provider in the family is failing the crossplane "are these providers in the same family" check. It doesn't happen with production builds, just local ones. This was the case in crossplane 1.15, but not in 1.14, and was the reason we pinned the crossplane version in the first place. It sounds like the issue is still present in 1.16. It could be resolved either at the crossplane level of how it detects family providers, or in the provider build tools for how we build the providers in the family. Probably updating our build to be closer to what happens in production would be a better solution, I just haven't investigated how to do that. |
yes the clusterroles are without the "familiy/config-provider" rbac rights the packages are build correctly - and also the label is propagated correctly to the packagerevisions
|
This provider repo does not have enough maintainers to address every pull request. Since there has been no activity in the last 90 days it is now marked as |
This pull request is being closed since there has been no activity for 14 days since marking it as |
Description of your changes
This PR updates
CROSSPLANE_VERSION
to1.16.0
in Makefile.I have:
make reviewable
to ensure this PR is ready for review.Addedbackport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Will test with uptest