Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1…
….8.0 in /provider/azblob in the azure-sdk-for-go group (#521) Bumps the azure-sdk-for-go group in /provider/azblob with 1 update: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go). Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.7.0 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases</a>.</em></p> <blockquote> <h2>sdk/azidentity/v1.8.0</h2> <h2>1.8.0 (2024-10-08)</h2> <h3>Other Changes</h3> <ul> <li><code>AzurePipelinesCredential</code> sets an additional OIDC request header so that it receives a 401 instead of a 302 after presenting an invalid system access token</li> <li>Allow logging of debugging headers for <code>AzurePipelinesCredential</code> and include them in error messages</li> </ul> <h2>sdk/azidentity/v1.8.0-beta.3</h2> <h2>1.8.0-beta.3 (2024-09-17)</h2> <h3>Features Added</h3> <ul> <li>Added <code>ObjectID</code> type for <code>ManagedIdentityCredentialOptions.ID</code></li> </ul> <h3>Other Changes</h3> <ul> <li>Removed redundant content from error messages</li> </ul> <h2>sdk/azidentity/v1.8.0-beta.2</h2> <h2>1.8.0-beta.2 (2024-08-06)</h2> <h3>Breaking Changes</h3> <ul> <li><code>NewManagedIdentityCredential</code> now returns an error when a user-assigned identity is specified on a platform whose managed identity API doesn't support that. <code>ManagedIdentityCredential.GetToken()</code> formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity, causing a client to act with unexpected privileges. The affected platforms are: <ul> <li>Azure Arc</li> <li>Azure ML (when a resource ID is specified; client IDs are supported)</li> <li>Cloud Shell</li> <li>Service Fabric</li> </ul> </li> </ul> <h3>Other Changes</h3> <ul> <li>If <code>DefaultAzureCredential</code> receives a non-JSON response when probing IMDS before attempting to authenticate a managed identity, it continues to the next credential in the chain instead of immediately returning an error.</li> </ul> <h2>sdk/azidentity/v1.8.0-beta.1</h2> <h2>1.8.0-beta.1 (2024-07-17)</h2> <h3>Features Added</h3> <ul> <li>Restored persistent token caching feature</li> </ul> <h3>Breaking Changes</h3> <blockquote> <p>These changes affect only code written against a beta version such as v1.7.0-beta.1</p> </blockquote> <ul> <li>Redesigned the persistent caching API. Encryption is now required in all cases and persistent cache construction is separate from credential construction. The <code>PersistentUserAuthentication</code> example in the package docs has been updated to demonstrate the new API.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/42def9729bc158e5e19bbde1f8f55ba0e1fbb0b3"><code>42def97</code></a> Add breaking changes to release notes (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21696">#21696</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/112db838ac4e672302ea2b1b4c81f1e4958d4d00"><code>112db83</code></a> Azcore v1.8.0 (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21694">#21694</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/204a3c4df9818a998c508369b15e664f3bce8e01"><code>204a3c4</code></a> Prep azcore v1.7.2 for release (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21506">#21506</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/89497f58c204f2af8a7101dbb7929fac4c1c7a09"><code>89497f5</code></a> Add changelog entry for WASM fix (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21493">#21493</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/0414a4b6976fbabd85f82da5a64b358a52858867"><code>0414a4b</code></a> Transport dialer: setting nil for wasm build (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21451">#21451</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-go/commit/b1db0bec367062563a8991ee4ef1b2e2bfc02e32"><code>b1db0be</code></a> Enable TLS renegotiation (<a href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21182">#21182</a>)</li> <li>See full diff in <a href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.7.0...sdk/azcore/v1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Azure/azure-sdk-for-go/sdk/azidentity&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information