Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0 #1985

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0.

Release notes

Sourced from github.com/databricks/databricks-sdk-go's releases.

v0.53.0

Bug Fixes

  • Update Changelog file (#1091).

Internal Changes

  • Update to latest OpenAPI spec (#1098).

Note: This release contains breaking changes, please see the API changes below for more details.

API Changes:

OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05

Changelog

Sourced from github.com/databricks/databricks-sdk-go's changelog.

[Release] Release v0.53.0

Bug Fixes

  • Update Changelog file (#1091).

Internal Changes

  • Update to latest OpenAPI spec (#1098).

Note: This release contains breaking changes, please see the API changes below for more details.

API Changes:

OpenAPI SHA: 7016dcbf2e011459416cf408ce21143bcc4b3a25, Date: 2024-12-05

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/databricks/databricks-sdk-go [>= 0.28.a, < 0.29]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.52.0 to 0.53.0.
- [Release notes](https://github.com/databricks/databricks-sdk-go/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-go@v0.52.0...v0.53.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 9, 2024
@dependabot dependabot bot temporarily deployed to test-trigger-is December 9, 2024 11:30 Inactive
Copy link

github-actions bot commented Dec 9, 2024

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/cli

Inputs:

  • PR number: 1985
  • Commit SHA: 12993e7cbeef90417a8812a8ef5fc3e0d9d50563

Checks will be approved automatically on success.

@eng-dev-ecosystem-bot
Copy link
Collaborator

Test Details: go/deco-tests/12239084515

@@ -58,16 +58,6 @@ func TestJsonSchema(t *testing.T) {
assert.NotEmpty(t, pipeline.AnyOf[0].Properties[field].Description)
}

// Assert enum values are loaded
schedule := walk(s.Definitions, "github.com", "databricks", "databricks-sdk-go", "service", "pipelines.RestartWindow")
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no more enums inlined in the definition (the old way), so removing the test as we don't have anything to test against anymore.

@andrewnester andrewnester added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit cabdabf Dec 12, 2024
11 checks passed
@andrewnester andrewnester deleted the dependabot/go_modules/github.com/databricks/databricks-sdk-go-0.53.0 branch December 12, 2024 14:41
andrewnester added a commit that referenced this pull request Dec 18, 2024
Bundles:
 * Allow overriding compute for non-development mode targets ([#1899](#1899)).
 * Avoid panic if Config.Workspace.CurrentUser.User is not set ([#1993](#1993)).
 * Show an error when using a cluster override with 'mode: production' ([#1994](#1994)).

Internal:

API Changes:
 * Added `databricks account federation-policy` command group.
 * Added `databricks account service-principal-federation-policy` command group.
 * Added `databricks aibi-dashboard-embedding-access-policy delete` command.
 * Added `databricks aibi-dashboard-embedding-approved-domains delete` command.

OpenAPI commit a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d (2024-12-16)
Dependency updates:
 * Upgrade TF provider to 1.62.0 ([#2030](#2030)).
 * Upgrade Go SDK to 0.54.0 ([#2029](#2029)).
 * Bump TF codegen dependencies to latest ([#1961](#1961)).
 * Bump golang.org/x/term from 0.26.0 to 0.27.0 ([#1983](#1983)).
 * Bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#1984](#1984)).
 * Bump github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0 ([#1985](#1985)).
 * Bump golang.org/x/crypto from 0.24.0 to 0.31.0 ([#2006](#2006)).
 * Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /bundle/internal/tf/codegen ([#2005](#2005)).
andrewnester added a commit that referenced this pull request Dec 18, 2024
Bundles:
* Allow overriding compute for non-development mode targets
([#1899](#1899)).
* Show an error when using a cluster override with 'mode: production'
([#1994](#1994)).

API Changes:
 * Added `databricks account federation-policy` command group.
* Added `databricks account service-principal-federation-policy` command
group.
* Added `databricks aibi-dashboard-embedding-access-policy delete`
command.
* Added `databricks aibi-dashboard-embedding-approved-domains delete`
command.

OpenAPI commit a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d (2024-12-16)
Dependency updates:
* Upgrade TF provider to 1.62.0
([#2030](#2030)).
* Upgrade Go SDK to 0.54.0
([#2029](#2029)).
* Bump TF codegen dependencies to latest
([#1961](#1961)).
* Bump golang.org/x/term from 0.26.0 to 0.27.0
([#1983](#1983)).
* Bump golang.org/x/sync from 0.9.0 to 0.10.0
([#1984](#1984)).
* Bump github.com/databricks/databricks-sdk-go from 0.52.0 to 0.53.0
([#1985](#1985)).
* Bump golang.org/x/crypto from 0.24.0 to 0.31.0
([#2006](#2006)).
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in
/bundle/internal/tf/codegen
([#2005](#2005)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants