-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade terraform-provider-databricks to v1.62.1 #691
Upgrade terraform-provider-databricks to v1.62.1 #691
Conversation
Does the PR have any schema changes?Found 16 breaking changes: Functions
Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #691 +/- ##
========================================
- Coverage 1.96% 1.91% -0.06%
========================================
Files 4 4
Lines 254 261 +7
========================================
Hits 5 5
- Misses 249 256 +7 ☔ View full report in Codecov by Sentry. |
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 so much for unblocking this release.
Before we merge, can we file a patch tracking issue that re-iterates why this patch was added and follows the conditions needed to remove it? Thank you!
This PR has been shipped in release v1.57.0. |
This PR was generated via
$ upgrade-provider pulumi/pulumi-databricks --kind=provider
.Fixes Upgrade terraform-provider-databricks to v1.62.1 #686
Fixes Upgrade terraform-provider-databricks to v1.62.0 #681
Fixes Upgrade terraform-provider-databricks to v1.61.0 #673
Fixes Upgrade terraform-provider-databricks to v1.60.0 #667
Fixes Upgrade terraform-provider-databricks to v1.59.0 #648
This PR adds a manual patch to work around an issue with a parameter named Input which causes a class name clash in C sharp.
This was added instead of a rename does not work due to pulumi/pulumi-terraform-bridge#2803
The pu/pu issue for the problem is pulumi/pulumi#17826