Skip to content

Conversation

@andrewnester
Copy link
Contributor

@andrewnester andrewnester commented Aug 7, 2025

Changes

Upgrade TF provider to 1.86.0

Important changes:

Note: Go SDK bump needs to be merged first #3376

NodeCount int `json:"node_count,omitempty"`
ParentInstanceRef *ResourceDatabaseInstanceParentInstanceRef `json:"parent_instance_ref,omitempty"`
PgVersion string `json:"pg_version,omitempty"`
PurgeOnDelete bool `json:"purge_on_delete,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eng-dev-ecosystem-bot
Copy link
Collaborator

eng-dev-ecosystem-bot commented Aug 7, 2025

Run: 16806098619

Env ✅‌pass 🔄‌flaky 🙈‌skip
✅‌ aws linux 309 464
✅‌ aws windows 310 463
✅‌ aws-ucws linux 415 364
✅‌ aws-ucws windows 416 363
✅‌ azure linux 309 463
🔄‌ azure windows 309 1 462
✅‌ azure-ucws linux 417 361
✅‌ azure-ucws windows 418 360
✅‌ gcp linux 308 465
🔄‌ gcp windows 306 3 464
Test Name azure windows gcp windows
TestAccept ✅‌pass 🔄‌flaky
TestAccept/bundle/resources/pipelines/update ✅‌pass 🔄‌flaky
TestAccept/bundle/resources/pipelines/update/DATABRICKS_CLI_DEPLOYMENT=terraform ✅‌pass 🔄‌flaky
TestSyncIncrementalFileOverwritesFolder 🔄‌flaky ✅‌pass

return req.Workspace.SqlDataSourcesList(req)
})

server.Handle("GET", "/api/2.0/secrets/acls/get", func(req testserver.Request) any {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New TF provider has a special retry logic for ACLs to match the request/response of put and get, hence this change
databricks/terraform-provider-databricks#4885

@andrewnester andrewnester added this pull request to the merge queue Aug 7, 2025
Merged via the queue into main with commit 4319690 Aug 7, 2025
13 checks passed
@andrewnester andrewnester deleted the deps/update-tf-1.86.0 branch August 7, 2025 14:19
alyssa-db pushed a commit that referenced this pull request Aug 7, 2025
## Changes
Upgrade TF provider to 1.86.0

Important changes:
* Added support for `endpoint_url` and `email_notifications` for
`model_serving_endpoints`
* Do not set `run_as` from `run_as_user_name` in DLT pipelines. This
fixes an issue where the value for run_as was unintentionally cached in
the Terraform state. More details and the workaround are specified in
the PR:
(databricks/terraform-provider-databricks#4886)

Note: Go SDK bump needs to be merged first
#3376

<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
deco-sdk-tagging bot added a commit that referenced this pull request Aug 13, 2025
## Release v0.264.0

### Dependency updates
* Upgrade TF provider to 1.86.0 ([#3374](#3374))
* Update Go SDK to 0.79.0 ([#3376](#3376))

### CLI
* Fixed panic when providing a CLI command with an incorrect JSON input ([#3398](#3398))

### Bundles
* Changed logic for resolving `${resources...}` references. Previously this would be done by terraform at deploy time. Now if it references a field that is present in the config, it will be done by DABs during bundle loading ([#3370](#3370))
* Add support for tagging pipelines ([#3086](#3086))
* Add warning for when an invalid value is specified for an enum field ([#3050](#3050))
* Add support for running specified job tasks instead of all job tasks ([#3388](#3388))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants