Skip to content

Bump Go toolchain to go1.26.6 - #6266

Merged
janniklasrose merged 1 commit into
mainfrom
auto/bump-go-toolchain
Aug 14, 2026
Merged

Bump Go toolchain to go1.26.6#6266
janniklasrose merged 1 commit into
mainfrom
auto/bump-go-toolchain

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bump Go toolchain from go1.26.5 to go1.26.6.

Release notes: https://go.dev/doc/devel/release#go1.26.6

@github-actionsgithub-actionsBot added the Dependencies Pull requests that update a dependency file label Aug 14, 2026
@pietern
pietern enabled auto-merge August 14, 2026 06:55
@pietern
pietern added this pull request to the merge queueAug 14, 2026
@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator

Integration test report

Commit: 4b4408e

Run: 31777822965

Env🟨​KNOWN💚​RECOVERED🙈​SKIP✅​pass🙈​skipTime
🟨​aws linux31428611446:06
🟨​aws windows314288114210:08
🟨​azure linux31428511447:06
🟨​azure windows314287114210:39
💚​gcp linux1528611445:26
💚​gcp windows1528811428:49
8 interesting tests: 4 SKIP, 3 KNOWN, 1 RECOVERED
Test Nameaws linuxaws windowsazure linuxazure windowsgcp linuxgcp windows
💚​TestAccept💚​R💚​R💚​R💚​R💚​R💚​R
🙈​TestAccept/bundle/invariant/no_drift🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/bundle/resources/vector_search_endpoints/drift/recreated_same_name🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/bundle/resources/vector_search_indexes/recreate/embedding_dimension🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🙈​TestAccept/ssh/connection🙈​S🙈​S🙈​S🙈​S🙈​S🙈​S
🟨​TestFetchRepositoryInfoAPI_FromRepo🟨​K🟨​K🟨​K🟨​K🙈​S🙈​S
🟨​TestFetchRepositoryInfoAPI_FromRepo/root🟨​K🟨​K🟨​K🟨​K
🟨​TestFetchRepositoryInfoAPI_FromRepo/subdir🟨​K🟨​K🟨​K🟨​K
Top 6 slowest tests (at least 2 minutes):
durationenvtestname
8:40gcp windowsTestAccept
8:28azure windowsTestAccept
8:24aws windowsTestAccept
3:10azure linuxTestAccept
2:58aws linuxTestAccept
2:58gcp linuxTestAccept

@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Aug 14, 2026
@janniklasrose

Copy link
Copy Markdown
Contributor

flaky test on linux (TF) only in the merge queue, merging again

=== FAIL: libs/apps/logstream TestLogStreamerTailBufferFlushes (0.10s)
streamer_test.go:53: Error Trace:	/home/runner/work/cli/cli/libs/apps/logstream/streamer_test.go:53
Error: "[1970-01-01T00:00:01Z [APP] msg1]" should have 2 item(s), but has 1
Test: TestLogStreamerTailBufferFlushes
Messages: expected only last two log lines

@janniklasrose
janniklasrose added this pull request to the merge queueAug 14, 2026
Merged via the queue into main with commit 785b5dfAug 14, 2026
29 checks passed
@janniklasrose
janniklasrose deleted the auto/bump-go-toolchain branch August 14, 2026 08:07
varundeepsaini pushed a commit to varundeepsaini/cli that referenced this pull request Aug 17, 2026
The most recent Go toolchain bump (databricks#6266) merged without a changelog
entry, because the `bump-go-toolchain` workflow never emitted one and no
one added it by hand.
- Add the missing fragment for `go1.26.6`, with the PR link expanded.
- Update the workflow to write a version-named fragment on every bump.
The fragment is added as a follow-up commit after the PR is created, so
it can reference the new PR number (`([#N](.../pull/N))`) — this is why
it runs after `Create pull request` rather than before, and it keeps the
entry ready for the planned lint that requires a PR link on fragments.
This pull request and its description were written by Isaac.
deco-sdk-taggingBot added a commit that referenced this pull request Aug 20, 2026
## Release v1.13.0
### Notable Changes
* `bundle deploy` now reports the per-resource actions it took, how many files it synced, and a summary of created/changed/deleted/unchanged resources; `bundle destroy` reports how many resources it deleted. `-q` prints only the summaries, `-qq` only warnings and errors. ([#5720](#5720))
### CLI
* `databricks aitools install` now supports Goose, installing Databricks agent skills into its skills directory.
* Error messages for failed key lookups and variable references now suggest the closest matching key if one is found. ([#6208](#6208))
* Released binaries are now built against the FIPS 140-3 validated Go Cryptographic Module, with FIPS 140-3 mode enabled by default. TLS connections negotiate only FIPS-approved cipher suites, which drops ChaCha20 and CBC from what the client offers. FIPS mode can be disabled at startup with `GODEBUG=fips140=off`, which restores the previous TLS behaviour ([#6262](#6262)).
* `databricks environments setup-local` now removes a `databricks-connect` pin from `[project].dependencies`, an optional-dependency extra, or a dependency group when its version range conflicts with the compute target's `databricks-connect` version, so `uv sync` no longer fails with an unsatisfiable resolution when a template ships a conflicting pin. A pin that co-resolves, carries no version, or is marker-gated is left untouched, and each removed pin is reported with the new `W_DBCONNECT_CONSOLIDATED` warning. Wildcard version pins such as `==15.1.*` are now also checked for conflicts with the environment's constraints.
### Bundles
* Allow dashes in the catalog and schema names prompted by `databricks bundle init`, and backtick-quote the catalog and schema identifiers in the SQL generated by the built-in templates so names with dashes work at runtime.
* Fixed `bundle.git.branch`, `bundle.git.commit`, and `bundle.git.origin_url` being empty for bundles deployed from a workspace Git folder that has Git CLI access. The workspace API does not report git metadata for those folders, so it is now read from the Repos API instead.
* direct: job_runs deploy progress lines now include the resource key (e.g. `Output from job_runs.foo: id=123: ...`) so concurrent runs are easier to tell apart.
* direct: `resources.job_runs` can set `lifecycle.triggers.on_bundle_deploy: true` to re-fire the run on every bundle deploy. Removing the trigger does not recreate the existing run.
* When migrating a bundle to the direct deployment engine, resources that only the direct engine supports (e.g. instance pools, catalogs) are now skipped by the deploy that migrates the state instead of failing it. They are created by the next deploy, which runs on the migrated state.
* Warn on invalid `secret_scopes` permission levels (`READ`, `WRITE`, `MANAGE`); fail under `bundle validate --strict`.
* Reject secret scope permissions that name no principal, instead of failing after the scope is created.
* Write the deployment state atomically so an interrupted save cannot leave a state file that the CLI refuses to read.
* Warn when the deployment state was last written by a newer CLI version than the one running.
* Support pip extras (e.g. `[train]`) on local wheels in a job environment's `dependencies` ([#1602](#1602)).
### Dependency Updates
* Bump `github.com/databricks/databricks-sdk-go` from v0.170.0 to v0.171.0 ([#6320](#6320)).
* Bump the Databricks Terraform provider to 1.127.0 ([#6319](#6319)).
* Bump Go toolchain to 1.26.6 ([#6266](#6266)).
* Bump Go toolchain to 1.26.7 ([#6325](#6325)).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@eng-dev-ecosystem-bot@janniklasrose@pietern