From 1bea1e709f80346ae8862a801d715bc8a213f7f8 Mon Sep 17 00:00:00 2001 From: Jan Rose Date: Wed, 12 Aug 2026 11:47:23 +0000 Subject: [PATCH 1/3] Bump Terraform provider from v1.125.0 to v1.126.0 ## Changes Bump the pinned Databricks Terraform provider from v1.125.0 to v1.126.0. The v1.126.0 release contains no bundle-relevant resource or field schema changes; only the pinned provider version and archive checksums change. ## Tests Acceptance goldens regenerated via `./task test-update` (no golden changes). Co-authored-by: Isaac --- .nextchanges/dependency-updates/bump-tf-1.126.0.md | 1 + bundle/internal/tf/codegen/schema/version.go | 2 +- bundle/internal/tf/schema/root.go | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .nextchanges/dependency-updates/bump-tf-1.126.0.md diff --git a/.nextchanges/dependency-updates/bump-tf-1.126.0.md b/.nextchanges/dependency-updates/bump-tf-1.126.0.md new file mode 100644 index 0000000000..3cdd1289cf --- /dev/null +++ b/.nextchanges/dependency-updates/bump-tf-1.126.0.md @@ -0,0 +1 @@ +Bump Terraform provider from v1.125.0 to v1.126.0. diff --git a/bundle/internal/tf/codegen/schema/version.go b/bundle/internal/tf/codegen/schema/version.go index 4fa3431f7b..575a6f3b98 100644 --- a/bundle/internal/tf/codegen/schema/version.go +++ b/bundle/internal/tf/codegen/schema/version.go @@ -1,4 +1,4 @@ package schema // ProviderVersion is the version of the Databricks Terraform provider used for codegen. -const ProviderVersion = "1.125.0" +const ProviderVersion = "1.126.0" diff --git a/bundle/internal/tf/schema/root.go b/bundle/internal/tf/schema/root.go index 26c72930e4..9c259f038a 100644 --- a/bundle/internal/tf/schema/root.go +++ b/bundle/internal/tf/schema/root.go @@ -22,9 +22,9 @@ type Root struct { const ( ProviderHost = "registry.terraform.io" ProviderSource = "databricks/databricks" - ProviderVersion = "1.125.0" - ProviderChecksumLinuxAmd64 = "00ff9f7bc1aafd50ea385f6c1ebdfc711f0f9b8f9861cd6ba118578c58deafb8" - ProviderChecksumLinuxArm64 = "19754134f13531ab69dad72e43979ee194a38a7972ba7e20f8be21b679e2182c" + ProviderVersion = "1.126.0" + ProviderChecksumLinuxAmd64 = "b5f9c459ed08141e739dc689d166acc35418947100182b83a72e3b6e47967a46" + ProviderChecksumLinuxArm64 = "4150d152404ebdfb7ffea573180848d8521e61c65425457ae9892e2b19468de4" ) func NewRoot() *Root { From 9a6a14cd70c1d18d71836e9171d5758765fcf210 Mon Sep 17 00:00:00 2001 From: Jan Rose Date: Wed, 12 Aug 2026 12:33:55 +0000 Subject: [PATCH 2/3] Remove superseded 1.125.0 changelog fragment, link PR in 1.126.0 fragment The v1.124.0->v1.125.0 bump has not been released yet, so its unreleased changelog fragment is superseded by this v1.126.0 bump; drop it to avoid a duplicate Dependency Updates line, and expand the PR link in the new fragment. Co-authored-by: Isaac --- .nextchanges/dependency-updates/bump-tf-1.125.0.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .nextchanges/dependency-updates/bump-tf-1.125.0.md diff --git a/.nextchanges/dependency-updates/bump-tf-1.125.0.md b/.nextchanges/dependency-updates/bump-tf-1.125.0.md deleted file mode 100644 index 289d3955cf..0000000000 --- a/.nextchanges/dependency-updates/bump-tf-1.125.0.md +++ /dev/null @@ -1 +0,0 @@ -Bump Terraform provider from v1.124.0 to v1.125.0. From 721ba21a6d93aa5eade105d79a6d1b667a1ef999 Mon Sep 17 00:00:00 2001 From: Jan Rose Date: Wed, 12 Aug 2026 12:35:00 +0000 Subject: [PATCH 3/3] changelog: span full unreleased TF range v1.124.0 to v1.126.0 The v1.124.0->v1.125.0 bump is merged but unreleased, so this fragment now covers the whole unreleased range in a single Dependency Updates line, and expands the PR link (the prior commit only staged the fragment removal). Co-authored-by: Isaac --- .nextchanges/dependency-updates/bump-tf-1.126.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nextchanges/dependency-updates/bump-tf-1.126.0.md b/.nextchanges/dependency-updates/bump-tf-1.126.0.md index 3cdd1289cf..b484bc8b91 100644 --- a/.nextchanges/dependency-updates/bump-tf-1.126.0.md +++ b/.nextchanges/dependency-updates/bump-tf-1.126.0.md @@ -1 +1 @@ -Bump Terraform provider from v1.125.0 to v1.126.0. +Bump Terraform provider from v1.124.0 to v1.126.0 ([#6250](https://github.com/databricks/cli/pull/6250)).