Skip to content

chore(deps): Update azure (0.25) and azure storage (0.21) #23351

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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

thomasqueirozb
Copy link
Contributor

@thomasqueirozb thomasqueirozb commented Jul 9, 2025

Summary

Update azure_core and azure_identity to v0.25 and azure_storage and azure_storage_blobs to v0.21.

This is part of the ongoing effort to update http to 1.x

Vector configuration

How did you test this PR?

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

Related: #19179
Related: Metaswitch/apt-transport-blob#77
Related: #22917
Related: #23036
Related: #22912

Notes

  • Please read our Vector contributor resources.
  • Do not hesitate to use @vectordotdev/vector to reach out to us regarding this PR.
  • Some CI checks run only after we manually approve them.
    • We recommend adding a pre-push hook, please see this template.
    • Alternatively, we recommend running the following locally before pushing to the remote branch:
      • cargo fmt --all
      • cargo clippy --workspace --all-targets -- -D warnings
      • cargo nextest run --workspace (alternatively, you can run cargo test --all)
  • After a review is requested, please avoid force pushes to help us review incrementally.
    • Feel free to push as many commits as you want. They will be squashed into one before merging.
    • For example, you can run git merge origin master and git push.
  • If this PR introduces changes Vector dependencies (modifies Cargo.lock), please
    run cargo vdev build licenses to regenerate the license inventory and commit the changes (if any). More details here.

@thomasqueirozb thomasqueirozb requested a review from a team as a code owner July 9, 2025 20:50
@github-actions github-actions bot added the domain: sinks Anything related to the Vector's sinks label Jul 9, 2025
@thomasqueirozb thomasqueirozb added sink: azure_blob Anything `azure_blob` sink related no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jul 9, 2025
Copy link
Member

@pront pront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice patch. This should help with:

@@ -143,32 +149,31 @@ pub fn build_client(
Some(uri) => ClientBuilder::with_location(
CloudLocation::Custom {
uri: uri.to_string(),
account: account_name.to_string(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to verify, this is different than what was done in #22621

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@datadog-vectordotdev
Copy link

datadog-vectordotdev bot commented Jul 9, 2025

Datadog Report

Branch report: azure-deps-0.25
Commit report: 99d0a89
Test service: vector

❌ 6 Failed (0 Known Flaky), 407 Passed, 0 Skipped, 1m 19.67s Total Time

❌ Failed Tests (6)

This report shows up to 5 failed tests.

  • sinks::azure_blob::integration_tests::azure_blob_healthcheck_passed - vector - Details

    Expand for error
     Test has failed
    
  • sinks::azure_blob::integration_tests::azure_blob_healthcheck_unknown_container - vector - Details

    Expand for error
     Test has failed
    
  • sinks::azure_blob::integration_tests::azure_blob_insert_json_into_blob - vector - Details

    Expand for error
     Test has failed
    
  • sinks::azure_blob::integration_tests::azure_blob_insert_lines_into_blob - vector - Details

    Expand for error
     Test has failed
    
  • sinks::azure_blob::integration_tests::azure_blob_insert_lines_into_blob_gzip - vector - Details

    Expand for error
     Test has failed
    

@pront pront force-pushed the master branch 4 times, most recently from 1720078 to ffe54be Compare July 10, 2025 15:43
@pront pront marked this pull request as draft July 10, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: sinks Anything related to the Vector's sinks no-changelog Changes in this PR do not need user-facing explanations in the release changelog sink: azure_blob Anything `azure_blob` sink related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants