mirror of https://github.com/databricks/cli.git
Bump github.com/databricks/databricks-sdk-go from 0.26.1 to 0.26.2 (#1053)
Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.26.1 to 0.26.2. <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.26.2</h2> <p>This is a bugfix release, including a fix correcting issues with OAuth flows, due to a bug with the propagation of the response status in <code>httpclient</code>'s <code>RoundTrip()</code> implementation. This fixes the <code>failed during request visitor: token: oauth2: cannot fetch token: Response: {...}</code> error.</p> <p>All fixes:</p> <ul> <li>Migrate Azure MSI & Metadata Service token sources to <code>httpclient</code> and add 100% test coverage (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/709">#709</a>).</li> <li>Added <code>config.NewAzureCliTokenSource</code> and <code>config.NewAzureMsiTokenSource</code> constructors (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/727">#727</a>).</li> <li>Use per-config refresh context for OAuth tokens (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/728">#728</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>0.26.2</h2> <p>This is a bugfix release, including a fix correcting issues with OAuth flows, due to a bug with the propagation of the response status in <code>httpclient</code>'s <code>RoundTrip()</code> implementation. This fixes the <code>failed during request visitor: token: oauth2: cannot fetch token: Response: {...}</code> error.</p> <p>All fixes:</p> <ul> <li>Migrate Azure MSI & Metadata Service token sources to <code>httpclient</code> and add 100% test coverage (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/709">#709</a>).</li> <li>Added <code>config.NewAzureCliTokenSource</code> and <code>config.NewAzureMsiTokenSource</code> constructors (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/727">#727</a>).</li> <li>Use per-config refresh context for OAuth tokens (<a href="https://redirect.github.com/databricks/databricks-sdk-go/pull/728">#728</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ebb3ea48bc
"><code>ebb3ea4</code></a> Release v0.26.2 (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/732">#732</a>)</li> <li><a href="2dbf06aac2
"><code>2dbf06a</code></a> Use per-config refresh context for OAuth tokens (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/728">#728</a>)</li> <li><a href="964cdc10f7
"><code>964cdc1</code></a> Added <code>config.NewAzureCliTokenSource</code> and <code>config.NewAzureMsiTokenSource</code> con...</li> <li><a href="82d089a391
"><code>82d089a</code></a> Migrate Azure MSI & Metadata Service token sources to <code>httpclient</code> and add 10...</li> <li><a href="8b28282a41
"><code>8b28282</code></a> Add account level MSI credentials test (<a href="https://redirect.github.com/databricks/databricks-sdk-go/issues/726">#726</a>)</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sdk-go/compare/v0.26.1...v0.26.2">compare view</a></li> </ul> </details> <br /> [![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.26.1&new-version=0.26.2)](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> Co-authored-by: Andrew Nester <andrew.nester@databricks.com>
This commit is contained in:
parent
e6bc4c9876
commit
8ac47d0b1d
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.21
|
|||
|
||||
require (
|
||||
github.com/briandowns/spinner v1.23.0 // Apache 2.0
|
||||
github.com/databricks/databricks-sdk-go v0.26.1 // Apache 2.0
|
||||
github.com/databricks/databricks-sdk-go v0.26.2 // Apache 2.0
|
||||
github.com/fatih/color v1.16.0 // MIT
|
||||
github.com/ghodss/yaml v1.0.0 // MIT + NOTICE
|
||||
github.com/google/uuid v1.4.0 // BSD-3-Clause
|
||||
|
|
|
@ -29,8 +29,8 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX
|
|||
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
|
||||
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
|
||||
github.com/databricks/databricks-sdk-go v0.26.1 h1:Wumg1H1K7Y3bNSRWERLE+9+BbCGljZAEwv/xc+xhT6s=
|
||||
github.com/databricks/databricks-sdk-go v0.26.1/go.mod h1:cyFYsqaDiIdaKPdNAuh+YsMUL1k9Lt02JB/72+zgCxg=
|
||||
github.com/databricks/databricks-sdk-go v0.26.2 h1:OcA8aOpwCqCs+brATOuOR6BmqCK/Boye21+1rYw2MOg=
|
||||
github.com/databricks/databricks-sdk-go v0.26.2/go.mod h1:cyFYsqaDiIdaKPdNAuh+YsMUL1k9Lt02JB/72+zgCxg=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
|
Loading…
Reference in New Issue