-
Notifications
You must be signed in to change notification settings - Fork 75
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 Terraform provider version to v3.110.0 #825
Conversation
96cf5f4
to
9dc4268
Compare
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" |
/test-examples="examples/cosmosdb/v1beta1/sqlfunction.yaml" |
/test-examples="examples/dataprotection/v1beta1/backuppolicyblobstorage.yaml" |
/test-examples="examples/machinelearningservices/v1beta1/computeinstance.yaml" |
/test-examples="examples/network/v1beta1/bastionhost.yaml" |
/test-examples="examples/certificateregistration/v1beta1/appservicecertificateorder.yaml" |
/test-examples="examples/insights/v1beta1/applicationinsightsapikey.yaml" |
/test-examples="examples/insights/v1beta1/applicationinsightssmartdetectionrule.yaml" |
/test-examples="examples/network/v1beta1/subnet.yaml" |
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" |
b46e7b5
to
755afce
Compare
/test-examples="examples/containerservice/v1beta1/kubernetescluster.yaml" |
1 similar comment
/test-examples="examples/containerservice/v1beta1/kubernetescluster.yaml" |
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
7573b4f
to
4ef6af4
Compare
Signed-off-by: Fatih Türken <[email protected]>
4ef6af4
to
270d9c6
Compare
/test-examples="examples/network/v1beta1/subnet.yaml" |
/test-examples="examples/insights/v1beta1/applicationinsightssmartdetectionrule.yaml" |
/test-examples="examples/insights/v1beta1/applicationinsightsapikey.yaml" |
/test-examples="examples/certificateregistration/v1beta1/appservicecertificateorder.yaml" |
/test-examples="examples/network/v1beta1/bastionhost.yaml" |
/test-examples="examples/machinelearningservices/v1beta1/computeinstance.yaml" |
/test-examples="examples/dataprotection/v1beta1/backuppolicyblobstorage.yaml" |
/test-examples="examples/cosmosdb/v1beta1/sqlfunction.yaml" |
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" |
1 similar comment
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" |
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/cosmosdb/v1beta1/sqlfunction.yaml" |
/test-examples="examples/certificateregistration/v1beta1/appservicecertificateorder.yaml" |
/test-examples="examples/machinelearningservices/v1beta1/computeinstance.yaml" |
Signed-off-by: Fatih Türken <[email protected]>
5e1ee8e
to
69ce4de
Compare
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11144688742 |
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/containerservice/v1beta1/kubernetescluster.yaml" |
/test-examples="examples/network/v1beta1/subnet.yaml" |
/test-examples="examples/cdn/v1beta2/endpoint.yaml" |
/test-examples="examples/network/v1beta2/routefilter.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.
Using my bespoke Go command, I verified that the new 24 singleton list fields were backported successfully. I'll do a few more checks for other fields in the morning and complete my review then. Please see one question I had below.
Signed-off-by: Cem Mergenci <[email protected]>
Signed-off-by: Cem Mergenci <[email protected]>
/test-examples="examples/containerapp/v1beta1/containerapp.yaml" |
/test-examples="examples/cosmosdb/v1beta1/sqlfunction.yaml" |
/test-examples="examples/network/v1beta1/subnet.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 for your great effort @turkenf 🙏 We still have a lot to do before we could version bump Terraform providers automatically.
I Uptested some of the resources, to InitParameters
of which I added SecretRef
s. I edited PR description with links to the latest Uptest results.
Description of your changes
In this PR:
v3.110.0
type ShareDirectoryParameters has no field or method ShareNameRef
v1beta1
APIsContainerApp
to avoid breaking change.KubernetesCluster
andSQLFunction
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Breaking CRD schema changes
package/crds/azurestackhci.azure.upbound.io_clusters.yaml
=>package/crds/containerapp.azure.upbound.io_containerapps.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11177307635package/crds/cosmosdb.azure.upbound.io_sqlcontainers.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11177316095package/crds/dataprotection.azure.upbound.io_backuppolicyblobstorages.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11129154478package/crds/machinelearningservices.azure.upbound.io_computeinstances.yaml
=> Manuallypackage/crds/network.azure.upbound.io_bastionhosts.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11129152319Native schema version changes
azurerm_app_service_certificate_order
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11133109853azurerm_application_insights
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11129150004azurerm_application_insights_api_key
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11129150004azurerm_application_insights_smart_detection_rule
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11129148599azurerm_storage_blob_inventory_policy
=> ManuallyRandom Tests
examples/containerservice/v1beta1/kubernetescluster.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11145181372examples/cdn/v1beta2/endpoint.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11146546720examples/network/v1beta1/subnet.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11177366602examples/network/v1beta2/routefilter.yaml
=> https://github.com/crossplane-contrib/provider-upjet-azure/actions/runs/11146553723