Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 in /backend in the azure-sdk-for-go group across 1 directory#3076

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend/azure-sdk-for-go-46923cb2e5
Closed

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 in /backend in the azure-sdk-for-go group across 1 directory#3076
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend/azure-sdk-for-go-46923cb2e5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the azure-sdk-for-go group with 1 update in the /internal directory: github.com/Azure/azure-sdk-for-go/sdk/azidentity.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.13.0

1.13.0 (2025-10-07)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential behaves the same as does ManagedIdentityCredential when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (#25265)

Breaking Changes

  • Removed the WorkloadIdentityCredential support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1

sdk/azidentity/v1.13.0-beta.1

1.13.0-beta.1 (2025-09-17)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • WorkloadIdentityCredential supports identity binding mode (#25056)
Commits

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 <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

@openshift-ci
Copy link

openshift-ci bot commented Oct 24, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dependabot dependabot bot force-pushed the dependabot/go_modules/backend/azure-sdk-for-go-46923cb2e5 branch 3 times, most recently from b158bf3 to fd3a822 Compare October 28, 2025 00:35
Bumps the azure-sdk-for-go group with 1 update in the /internal directory: [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.12.0 to 1.13.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.12.0...sdk/azcore/v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk-for-go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/backend/azure-sdk-for-go-46923cb2e5 branch from fd3a822 to cba8dff Compare October 28, 2025 09:33
@github-actions
Copy link

Please rebase pull request.

raelga added a commit that referenced this pull request Dec 16, 2025
Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity across all
Go modules for new features and improvements.

Changes in v1.13.0:
- Added AzurePowerShellCredential for PowerShell authentication
- Enhanced DefaultAzureCredential behavior with AZURE_TOKEN_CREDENTIALS
  environment variable set to ManagedIdentityCredential
- Redesigned persistent token cache API for better performance
- Improved credential factory support for Pipelines federated auth

This update enhances authentication capabilities and provides better
support for various Azure authentication scenarios.

Addresses Dependabot PR: #3076
@raelga raelga mentioned this pull request Dec 16, 2025
4 tasks
@raelga
Copy link
Collaborator

raelga commented Dec 16, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

raelga added a commit that referenced this pull request Dec 16, 2025
Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity across all
Go modules for new features and improvements.

Changes in v1.13.0:
- Added AzurePowerShellCredential for PowerShell authentication
- Enhanced DefaultAzureCredential behavior with AZURE_TOKEN_CREDENTIALS
  environment variable set to ManagedIdentityCredential
- Redesigned persistent token cache API for better performance
- Improved credential factory support for Pipelines federated auth

This update enhances authentication capabilities and provides better
support for various Azure authentication scenarios.

Addresses Dependabot PR: #3076
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/backend/azure-sdk-for-go-46923cb2e5 branch December 17, 2025 10:44
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 needs-ok-to-test needs-rebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant