-
Notifications
You must be signed in to change notification settings - Fork 76
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.95.0 #668
Bump Terraform provider version to v3.95.0 #668
Conversation
a8f4acd
to
5ff88fd
Compare
Breaking CRD schema changes
Native schema version changes
|
/test-examples="examples/network/subnet.yaml" |
1 similar comment
/test-examples="examples/network/subnet.yaml" |
/test-examples="examples/automation/hybridrunbookworkergroup.yaml" |
/test-examples="examples/recoveryservices/backuppolicyfileshare.yaml" |
/test-examples="examples/recoveryservices/backuppolicyvm.yaml" |
/test-examples="examples/storage/hpccache.yaml" |
/test-examples="examples/network/subnet.yaml" |
/test-examples="examples/automation/hybridrunbookworkergroup.yaml" |
/test-examples="examples/apimanagement/logger.yaml" |
/test-examples="examples/labservices/labserviceslab.yaml" |
/test-examples="examples/web/linuxwebapp.yaml" |
/test-examples="examples/web/windowswebapp.yaml" |
/test-examples="examples/web/appserviceplan.yaml" |
/test-examples="examples/web/functionapp.yaml" |
/test-examples="examples/security/securitycentersetting.yaml" |
/test-examples="examples/web/serviceplan.yaml" |
/test-examples="examples/appplatform/springcloudaccelerator.yaml" |
/test-examples="examples/appplatform/springcloudcustomizedaccelerator.yaml" |
/test-examples="examples/storage/accountlocaluser.yaml" |
/test-examples="examples/network/webapplicationfirewallpolicy.yaml" |
/test-examples="examples/automation/hybridrunbookworkergroup.yaml" |
78a1ca7
to
bc976f4
Compare
2c3d38c
to
b0853cf
Compare
/test-examples="examples/network/subnet.yaml" |
Co-authored-by: Sergen Yalçın <[email protected]> Signed-off-by: Fatih Türken <[email protected]>
…ervices resource Signed-off-by: Fatih Türken <[email protected]>
- AppServicePlan.web.azure.upbound.io/v1beta1 - ServicePlan.web.azure.upbound.io/v1beta1 Signed-off-by: Fatih Türken <[email protected]>
…run make generate after rebase: - API.apimanagement.azure.upbound.io/v1beta1 - APIOperationPolicy.apimanagement.azure.upbound.io/v1beta1 - APIPolicy.apimanagement.azure.upbound.io/v1beta1 - Policy.apimanagement.azure.upbound.io/v1beta1 - ProductPolicy.apimanagement.azure.upbound.io/v1beta1 Signed-off-by: Fatih Türken <[email protected]>
…rk.azure.upbound.io/v1beta1 Signed-off-by: Fatih Türken <[email protected]>
… fix some comment lines Signed-off-by: Fatih Türken <[email protected]>
…e manifest Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
…for deprecated field siteNames Signed-off-by: Fatih Türken <[email protected]>
…be deprecated. Signed-off-by: Fatih Türken <[email protected]>
b0853cf
to
1ac71bf
Compare
/test-examples="examples/network/subnet.yaml" |
…ff for GatewayAPI, APITag and APIRelease resources of apimanagement group Signed-off-by: Sergen Yalçın <[email protected]>
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/network/subnet.yaml" |
/test-examples="examples/web/serviceplan.yaml" |
Signed-off-by: Sergen Yalçın <[email protected]>
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!
A local run of |
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.
Thank you @sergenyalcin & @turkenf for this great effort!
Thank you folks, we really needed this! |
Description of your changes
In this PR:
v3.95.0
crossplane/upjet
to the commit363f66c52d2c
connectionSetting
forLabServiceLab.labservices.azure.upbound.io/v1beta1
WorkspaceCustomerManagedKey.databricks.azure.upbound.io/v1beta1
. This resource has been deprecated and will be removed from the 4.0 Azure provider. Instead, the newly addedWorkspaceRootDbfsCustomerManagedKey
resource will be used ⬇️WorkspaceRootDbfsCustomerManagedKey.databricks.azure.upbound.io/v1beta1
siteNames
and addedsite
parameter to theBotChannelWebChat.botservice.azure.upbound.io/v1beta1
resource. These parameters have been moved to LateInitializer IgnoredFields to prevent the update loop. Added description for thesiteNames
parameter that has been deprecated.AppServicePlan.web.azure.upbound.io/v1beta1
ServicePlan.web.azure.upbound.io/v1beta1
API.apimanagement.azure.upbound.io/v1beta1
APIOperationPolicy.apimanagement.azure.upbound.io/v1beta1
APIPolicy.apimanagement.azure.upbound.io/v1beta1
Policy.apimanagement.azure.upbound.io/v1beta1
ProductPolicy.apimanagement.azure.upbound.io/v1beta1
WebApplicationFirewallPolicy.network.azure.upbound.io/v1beta1
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Test details of resources with Breaking CRD schema changes and Native schema version changes have been added to the comment line below.
WorkspaceRootDbfsCustomerManagedKey.databricks.azure.upbound.io/v1beta1
has been tested manually