Bump Terraform provider from v1.127.0 to v1.128.0 - #6323
Merged
Conversation
Regenerate bundle/internal/tf/schema and the DABs field map. v1.128.0 removes the browse fields (browse_only, include_browse) from the ai_gateway mcp_service, model_provider_service, and model_service resources and data sources, matching the same removal in databricks-sdk-go v0.171.0. Co-authored-by: Isaac
Co-authored-by: Isaac
The v1.128.0 databricks_job schema gains a triggers attribute (matching the SDK's job triggers), so terraform state dumps now include "triggers": []. Regenerated migrate/basic and migrate/permissions; migrate/default-python builds a Python wheel and cannot run on this host (no PyPI), so its single line was applied at the position CI reported. Co-authored-by: Isaac
Co-authored-by: Isaac
Collaborator
Integration test reportCommit: ead8574
10 interesting tests: 4 SKIP, 3 RECOVERED, 2 flaky, 1 KNOWN
Top 6 slowest tests (at least 2 minutes):
|
shreyas-goenka
marked this pull request as ready for review
August 20, 2026 10:03
pietern
approved these changes
Aug 20, 2026
denik
approved these changes
Aug 20, 2026
deco-sdk-tagging Bot
added a commit
that referenced
this pull request
Aug 26, 2026
## Release v1.14.0 ### Notable Changes * Bundles still on Terraform state are now migrated to the direct engine automatically, after a deploy whose dry-run conversion comes back clean. To opt out, set `engine: terraform` under `bundle` or `DATABRICKS_BUNDLE_ENGINE=terraform`. See https://docs.databricks.com/aws/en/dev-tools/bundles/direct ### CLI * Fixed idle `databricks ssh connect` sessions disconnecting after a few minutes, on dedicated clusters and on serverless. The tunnel now keeps itself warm: the SSH client and the SSH server on the compute exchange keepalives every 30 seconds, and the CLI's proxy pings the tunnel's websocket every 20 seconds. A session nobody is typing into stays connected, with no need to set `ServerAliveInterval` by hand. ### Bundles * `bundle plan` no longer reports a permanent, unconvergeable update on `securable_kind` for Unity Catalog `TABLE` securables declared under an app's `resources`. The field is computed by the backend (output-only), so it is now ignored during drift detection. Direct engine only ([#6342](#6342)). * Add support for the `cluster_policies` resource type in Declarative Automation Bundles. Cluster policies are only supported in direct deployment mode. * `bundle destroy` no longer counts resources that are already gone remotely in its `Destroy: N deleted` summary. Such deletes only clean up stale state and are not listed under the deletion prompt, so they are now excluded from the count as well, matching the terraform engine. * `bundle destroy` now also removes the directory named after the bundle, not just the target directory beneath it, when `workspace.root_path` ends in `${bundle.name}/${bundle.target}` — which includes the default root path. It is removed non-recursively, so it stays in place while another target of the same bundle is still deployed there. Previously every destroy left an empty directory behind ([#6317](#6317)). * `job_runs` now plans skip for a run that is still in progress and when `on_bundle_deploy` is removed, instead of treating either case as an update. ([#6357](#6357)) * Added `DATABRICKS_BUNDLE_RESOURCE_MAX_WAIT` (in seconds) to cap how long deploy and destroy wait for a resource. Direct engine only. * Fixed `bundle deploy` on the direct engine failing with `Nothing to update`, or reporting a change it never applied, when a schema, catalog, volume, registered model or external location field was removed from the configuration or set outside the bundle. The update now sends the fields the plan reports as cleared instead of dropping them. ### Dependency Updates * Bump `github.com/databricks/databricks-sdk-go` from v0.171.0 to v0.175.0 ([#6322](#6322)). * Bump Terraform provider from v1.127.0 to v1.128.0 ([#6323](#6323)).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.