Skip to content

Commit c8938bf

Browse files
build(deps): bump github.com/databricks/databricks-sdk-go from 0.70.0 to 0.71.0 (#2971)
Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.70.0 to 0.71.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sdk-go/releases">github.com/databricks/databricks-sdk-go's releases</a>.</em></p> <blockquote> <h2>v0.71.0</h2> <h3>Bug Fixes</h3> <ul> <li>Properly cache tokens when using the <code>metadata-service</code> auth type (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1225">#1225</a>).</li> </ul> <h3>Features</h3> <ul> <li>Return <code>ErrCannotConfigureDefault</code> when <code>DefaultCredentials</code> cannot determine the default auth type. (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1226">databricks/databricks-sdk-go#1226</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md">github.com/databricks/databricks-sdk-go's changelog</a>.</em></p> <blockquote> <h2>Release v0.71.0</h2> <h3>Bug Fixes</h3> <ul> <li>Properly cache tokens when using the <code>metadata-service</code> auth type (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1225">#1225</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/b5dde685aca9e9c3197b69ff3147bb1d0af071f3"><code>b5dde68</code></a> [Release] Release v0.71.0</li> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/c54b388c90dd97b889e1e1ce9161d1e32b640dbb"><code>c54b388</code></a> Fix caching issue in the <code>metadata-service</code> auth type. (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1225">#1225</a>)</li> <li><a href="https://github.com/databricks/databricks-sdk-go/commit/df152420fa94cb72cddd08b0fa23aed0248fb070"><code>df15242</code></a> Return <code>ErrCannotConfigureDefault</code> when <code>DefaulCredentials</code> cannot determine ...</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sdk-go/compare/v0.70.0...v0.71.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/databricks/databricks-sdk-go | [>= 0.28.a, < 0.29] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/databricks/databricks-sdk-go&package-manager=go_modules&previous-version=0.70.0&new-version=0.71.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73f0f2b commit c8938bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/BurntSushi/toml v1.5.0 // MIT
1010
github.com/Masterminds/semver/v3 v3.3.1 // MIT
1111
github.com/briandowns/spinner v1.23.1 // Apache 2.0
12-
github.com/databricks/databricks-sdk-go v0.70.0 // Apache 2.0
12+
github.com/databricks/databricks-sdk-go v0.71.0 // Apache 2.0
1313
github.com/fatih/color v1.18.0 // MIT
1414
github.com/google/uuid v1.6.0 // BSD-3-Clause
1515
github.com/gorilla/mux v1.8.1 // BSD 3-Clause

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)