Skip to content

Upgrade Go SDK to 0.75.0 - #3256

Merged
andrewnester merged 4 commits into
mainfrom
deps/go-sdk-0.75.0
Jul 16, 2025
Merged

Upgrade Go SDK to 0.75.0#3256
andrewnester merged 4 commits into
mainfrom
deps/go-sdk-0.75.0

Conversation

@andrewnester

@andrewnesterandrewnester commented Jul 15, 2025

Copy link
Copy Markdown
Contributor

Changes

Upgrade Go SDK to 0.75.0

The biggest difference is that genkit does not infer field description from the custom types description anymore (for example fields like data_security_mode), thus we do it for annotations ourselves.

The result is that we are now missing descriptions for some of the enum flags.

Tests

Existing tests pass

Comment threadacceptance/help/output.txt Outdated
@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Jul 16, 2025

Copy link
Copy Markdown
Collaborator

Run: 16316014744

Env✅‌pass🔄‌flaky🙈‌skip
✅‌aws linux302419
✅‌aws windows303418
🔄‌aws-ucws linux4008319
🔄‌aws-ucws windows4009318
✅‌azure linux302418
✅‌azure windows303417
🔄‌azure-ucws linux4028316
🔄‌azure-ucws windows4029315
🔄‌gcp linux2983420
✅‌gcp windows302419
12 failing tests:
Test Nameaws-ucws linuxaws-ucws windowsazure-ucws linuxazure-ucws windowsgcp linux
TestAccept✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky
TestAccept/bundle/deploy/dashboard/detect-change🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deploy/dashboard/nested-folders🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deploy/dashboard/simple🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deploy/dashboard/simple_outside_bundle_root🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deploy/dashboard/simple_syncroot🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deployment/bind/dashboard🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/deployment/bind/dashboard/recreation🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestAccept/bundle/templates/default-python/integration_classic✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_CLI_DEPLOYMENT=direct-exp/UV_PYTHON=3.12✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky
TestDashboardAssumptions_WorkspaceImport🔄‌flaky🔄‌flaky🔄‌flaky🔄‌flaky✅‌pass
TestFetchRepositoryInfoAPI_FromRepo✅‌pass🔄‌flaky✅‌pass🔄‌flaky✅‌pass

@andrewnester
andrewnester added this pull request to the merge queueJul 16, 2025
Merged via the queue into main with commit be5cb45Jul 16, 2025
19 checks passed
@andrewnester
andrewnester deleted the deps/go-sdk-0.75.0 branch July 16, 2025 10:20
deco-sdk-taggingBot added a commit that referenced this pull request Jul 16, 2025
## Release v0.260.0
### Notable Changes
* Added support for creating SQL warehouses in DABs ([#3129](#3129))
### Dependency updates
* Upgrade Go SDK to 0.75.0 ([#3256](#3256))
### CLI
* Add `databricks psql` command to connect to Lakebase with a single command ([#3128](#3128))
### Bundles
* Jobs that use cluster policy default values for their cluster configuration now correctly update those defaults on every deployment ([#3255](#3255)).
* Add upper and lower helper methods for bundle templates ([#3242](#3242))
denik pushed a commit that referenced this pull request May 20, 2026
## Changes
Upgrade Go SDK to 0.75.0
The biggest difference is that `genkit` does not infer field description
from the custom types description anymore (for example fields like
`data_security_mode`), thus we do it for annotations ourselves.
The result is that we are now missing descriptions for some of the enum
flags.
## Tests
Existing tests pass
<!-- 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. -->
denik pushed a commit that referenced this pull request May 20, 2026
## Release v0.260.0
### Notable Changes
* Added support for creating SQL warehouses in DABs ([#3129](#3129))
### Dependency updates
* Upgrade Go SDK to 0.75.0 ([#3256](#3256))
### CLI
* Add `databricks psql` command to connect to Lakebase with a single command ([#3128](#3128))
### Bundles
* Jobs that use cluster policy default values for their cluster configuration now correctly update those defaults on every deployment ([#3255](#3255)).
* Add upper and lower helper methods for bundle templates ([#3242](#3242))
Sign up for freeto 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.

3 participants

@andrewnester@eng-dev-ecosystem-bot@pietern