-
Notifications
You must be signed in to change notification settings - Fork 80
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 native provider version to 5.28.0 #553
Bump native provider version to 5.28.0 #553
Conversation
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/cloudrun/v1beta1/v2service.yaml" |
/test-examples="examples/cloudplatform/v1beta1/serviceaccount.yaml" |
/test-examples="examples/storage/v1beta2/bucket.yaml" |
/test-examples="examples/spanner/v1beta2/database.yaml" |
/test-examples="examples/cloudrun/v1beta2/v2service.yaml" |
/test-examples="examples/dns/v1beta2/policy.yaml" |
/test-examples="examples/container/v1beta2/cluster.yaml" |
/test-examples="examples/compute/v1beta2/router.yaml" |
/test-examples="examples/compute/v1beta1/firewall.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 @turkenf. LGTM.
@@ -35,8 +35,7 @@ spec: | |||
schema: | |||
openAPIV3Schema: | |||
description: ServicePerimeterResource is the Schema for the ServicePerimeterResources | |||
API. Allows configuring a single GCP resource that should be inside of a | |||
service perimeter. | |||
API. Allows configuring a single GCP resource that should be inside the |
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.
Turns out code generation wasn't able to properly handle an HTML code tag in the documentation. IMHO, this is not crucial, but let's be aware of the issue.
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.
…xtmanager Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/cloudrun/v1beta1/v2service.yaml" |
Description of your changes
Upgraded Terraform provider version to
v5.28.0
Fixes #517
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
Breaking CRD schema changes
package/crds/cloudrun.gcp.upbound.io_v2services.yaml
=> with uptestv1beta1
: https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9766550701v1beta2
: https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776841576package/crds/kms.gcp.upbound.io_cryptokeyversions.yaml
=> manuallySuccessful random tests
examples/cloudplatform/v1beta1/serviceaccount.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9766576123examples/storage/v1beta2/bucket.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776657587examples/spanner/v1beta2/database.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776794412examples/dns/v1beta2/policy.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776857493examples/container/v1beta2/cluster.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776864525examples/compute/v1beta2/router.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776873949examples/compute/v1beta1/firewall.yaml
=> https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9776889909