Skip to content

Bump TF to 1.117.0#5421

Merged
janniklasrose merged 29 commits into
mainfrom
janniklasrose/tf-bump
Jun 3, 2026
Merged

Bump TF to 1.117.0#5421
janniklasrose merged 29 commits into
mainfrom
janniklasrose/tf-bump

Conversation

@janniklasrose

@janniklasrose janniklasrose commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Changes

Bump TF provider to v1.117.0

Stacked on #5361

Why

Align releases

Tests

task generate-tf-schema was no-op besides version & sha

@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator
@simonfaltum

Copy link
Copy Markdown
Member

This looks clean and the checksums match the 1.117.0 release, so the bump itself looks good to me.

One thing I wanted to check: don't we also need to regenerate the acceptance goldens? A few of them pin the provider version in the recorded user-agent, so I think the terraform variants will drift from 1.115.0 to 1.117.0. The ones I spotted:

  • acceptance/bundle/user_agent/output.txt and simple/out.requests.*.terraform.json
  • acceptance/bundle/state/state_present/output.txt
  • acceptance/bundle/migrate/runas/out.create_requests.json

I think ./task test-update should pick them all up in one pass.

Also, the lint and direct-test failures look like they're coming from the SDK bump in #5361 (new Parameters field on EditPipeline tripping exhaustruct), so probably nothing to do here, just flagging in case it's useful. 🙂

Base automatically changed from janniklasrose/sdk-bump to main June 3, 2026 13:23
@janniklasrose

Copy link
Copy Markdown
Contributor Author

@simonfaltum re #5421 (comment)

all got more or less auto-addressed after rebase

@janniklasrose janniklasrose enabled auto-merge June 3, 2026 13:52
@janniklasrose janniklasrose added this pull request to the merge queue Jun 3, 2026
Merged via the queue into main with commit 25e2071 Jun 3, 2026
23 checks passed
@janniklasrose janniklasrose deleted the janniklasrose/tf-bump branch June 3, 2026 14:24
@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator
deco-sdk-tagging Bot added a commit that referenced this pull request Jun 4, 2026
## Release v1.2.0

### CLI
* `experimental open` now opens every DABs resource type that has a workspace URL, picking up `catalogs`, `schemas`, `volumes`, `database_instances`, `database_catalogs`, `synced_database_tables`, `postgres_catalogs`, `postgres_synced_tables`, `quality_monitors`, `vector_search_endpoints`, and `vector_search_indexes` ([#5346](#5346)).

### Bundles
* Retry transient HTTP 5xx and 408 errors in direct deployment engine ([#5349](#5349), [#5364](#5364)).
* Preserve `.designer.ipynb` suffix when translating notebook task paths so Lakeflow Designer files referenced from a `notebook_task` resolve correctly in the workspace ([#5370](#5370)).
* Fix script output dropping last line without trailing newline ([#4995](#4995)).
* engine/direct: Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively ([#5413](#5413)).
* Support `purge_on_delete: true` on `postgres_projects` so bundles can hard-delete a Lakebase project on destroy (skipping the soft-delete retention window) ([#5414](#5414)).
* Support terraform references in direct engine ([#5392](#5392))
* Support lifecycle.started for SQL warehouses ([#5348](#5348))

### Dependency updates
* Bump Go toolchain to 1.26.4 ([#5420](#5420)).
* Bump `github.com/databricks/databricks-sdk-go` from v0.136.0 to v0.141.0 ([#5361](#5361))
* Bump Terraform provider from v1.115.0 to v1.117.0 ([#5421](#5421))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants