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/Azure/azure-sdk-for-go/sdk/azidentity from 0.12.0 to 1.6.0 in /br #414

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps github.com/Azure/azure-sdk-for-go/sdk/azidentity from 0.12.0 to 1.6.0.

Release notes

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

sdk/storage/azblob/v1.6.0

1.6.0 (2025-01-23)

Features Added

  • Upgraded service version to 2025-01-05.

sdk/storage/azblob/v1.6.0-beta.1

1.6.0-beta.1 (2025-01-13)

Features Added

  • Added permissions & resourcetype parameters in listblob response.
  • Added BlobProperties field in BlobPrefix definition in listblob response.

Bugs Fixed

  • Fix FilterBlob API if Query contains a space character. Fixes #23546

sdk/storage/azblob/v1.5.0

1.5.0 (2024-11-13)

Features Added

  • Fix compareHeaders custom sorting algorithm for String To Sign.
  • Added permissions & resourcetype parameters in listblob response.

sdk/storage/azfile/v1.5.0

1.5.0 (2025-01-23)

Features Added

  • Upgraded service version to 2025-01-05.

sdk/storage/azblob/v1.5.0-beta.1

1.5.0-beta.1 (2024-10-22)

Other Changes

  • Updated azcore version to 1.16.0
  • Updated azidentity version to 1.8.0

sdk/storage/azfile/v1.5.0-beta.1

1.5.0-beta.1 (2025-01-13)

Features Added

  • Add Premium access tier to Files Shares
  • Provisioned v2 billing model for Azure files

sdk/storage/azfile/v1.4.0

1.4.0 (2024-11-13)

Features Added

  • Fix compareHeaders custom sorting algorithm for String To Sign.

sdk/storage/azdatalake/v1.4.0

... (truncated)

Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 4, 2025
Copy link

ti-chi-bot bot commented Feb 4, 2025

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

I'm waiting for a tikv 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.

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.

@pingyu
Copy link
Collaborator

pingyu commented Feb 4, 2025

/ok-to-test

@dependabot dependabot bot force-pushed the dependabot/go_modules/br/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 branch from 4981511 to 0193ba5 Compare February 4, 2025 03:54
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.1499%. Comparing base (bd2b370) to head (0193ba5).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##               main       #414        +/-   ##
================================================
+ Coverage   62.0829%   62.1499%   +0.0670%     
================================================
  Files           247        247                
  Lines         21220      21247        +27     
================================================
+ Hits          13174      13205        +31     
+ Misses         6837       6832         -5     
- Partials       1209       1210         +1     
Flag Coverage Δ *Carryforward flag
br 60.5013% <ø> (ø) Carriedforward from e63537b
cdc 62.8642% <ø> (+0.0947%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

see 8 files with indirect coverage changes

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 0.12.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.12.0...sdk/azcore/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/br/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 branch from 0193ba5 to bbb6ff8 Compare February 4, 2025 04:14
Copy link

ti-chi-bot bot commented Feb 4, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-integration-kafka-test bbb6ff8 link true /test pull-integration-kafka-test
pull-unit-test bbb6ff8 link true /test pull-unit-test

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/br dco-signoff: yes dependencies Pull requests that update a dependency file go Pull requests that update Go code ok-to-test size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant