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 com.azure:azure-core from 1.51.0 to 1.54.1 in /plugins/repository-azure #16856

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps com.azure:azure-core from 1.51.0 to 1.54.1.

Commits
  • 2ad2cb1 Support per-call timeout in JdkHttpClient (#42932)
  • b0d14bb November 2024 path release for Core libraries (#42928)
  • a48cf4b Increment package versions for hybridcompute releases (#42941)
  • c989d40 [Automation] Generate SDK based on TypeSpec 0.25.0 (#42938)
  • 4c42252 [Automation] Generate Fluent Lite from Swagger hybridcompute#package-preview-...
  • 843c8ef Migrate Identity libraries to new linting format (#42833)
  • 6cbc527 Add missing properties file for azure-messaging-eventgrid (#42931)
  • 83ce4a1 Increment package versions for servicebus releases (#42930)
  • bcfdaf3 STG96 GA Release 2024-11-13 (#42929)
  • ed6849e Fix missing stress matrix display name filter (#42908)
  • 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)

@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Dec 16, 2024
@reta reta added the backport 2.x Backport to 2.x branch label Dec 16, 2024
Copy link
Contributor

❌ Gradle check result for 0badb47: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator

reta commented Dec 17, 2024

@dependabot rebase please

@dependabot dependabot bot force-pushed the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.54.1 branch from 0badb47 to 61b93d6 Compare December 17, 2024 13:21
Copy link
Contributor

❌ Gradle check result for d4dff0f: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta reta force-pushed the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.54.1 branch from d4dff0f to 93fa775 Compare December 17, 2024 14:35
@reta reta force-pushed the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.54.1 branch from 93fa775 to baa646d Compare December 17, 2024 14:36
Copy link
Contributor

❌ Gradle check result for baa646d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

dependabot bot and others added 3 commits December 17, 2024 09:44
Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.51.0 to 1.54.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.51.0...azure-core_1.54.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
@reta reta force-pushed the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.54.1 branch from baa646d to d077e7e Compare December 17, 2024 14:45
Copy link
Contributor

✅ Gradle check result for d077e7e: SUCCESS

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.18%. Comparing base (231c6d6) to head (d077e7e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16856      +/-   ##
============================================
+ Coverage     72.11%   72.18%   +0.07%     
- Complexity    65290    65319      +29     
============================================
  Files          5318     5318              
  Lines        304069   304069              
  Branches      43995    43995              
============================================
+ Hits         219274   219487     +213     
+ Misses        66823    66580     -243     
- Partials      17972    18002      +30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta merged commit 57a6605 into main Dec 17, 2024
38 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.54.1 branch December 17, 2024 16:27
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-16856-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 57a660558f925da44eca18a7eb21983e61a7124a
# Push it to GitHub
git push --set-upstream origin backport/backport-16856-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-16856-to-2.x.

@reta reta added backport 2.x Backport to 2.x branch and removed backport 2.x Backport to 2.x branch labels Dec 17, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 17, 2024
…y-azure (#16856)

* Bump com.azure:azure-core in /plugins/repository-azure

Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.51.0 to 1.54.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.51.0...azure-core_1.54.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 57a6605)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Dec 17, 2024
…y-azure (#16856) (#16875)

* Bump com.azure:azure-core in /plugins/repository-azure

Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.51.0 to 1.54.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.51.0...azure-core_1.54.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Updating SHAs



* Update changelog




---------





(cherry picked from commit 57a6605)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch backport-failed dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant