-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 opencensus-contrib-http-util from 0.18.0 to 0.31.1 in /plugins/repository-gcs #3633
Bump opencensus-contrib-http-util from 0.18.0 to 0.31.1 in /plugins/repository-gcs #3633
Conversation
@dependabot recreate |
05fbc32
to
a4ed58c
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
1621030
to
a0e6fc9
Compare
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT.testTimeoutWhileThrottling |
a0e6fc9
to
94d11e0
Compare
Gradle Check (Jenkins) Run Completed with:
|
Bumps [opencensus-contrib-http-util](https://github.com/census-instrumentation/opencensus-java) from 0.18.0 to 0.31.1. - [Release notes](https://github.com/census-instrumentation/opencensus-java/releases) - [Changelog](https://github.com/census-instrumentation/opencensus-java/blob/master/CHANGELOG.md) - [Commits](census-instrumentation/opencensus-java@v0.18.0...v0.31.1) --- updated-dependencies: - dependency-name: io.opencensus:opencensus-contrib-http-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Vacha Shah <vachshah@amazon.com>
Signed-off-by: Poojita Raj <poojiraj@amazon.com>
37be9fd
to
08dd256
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #3633 +/- ##
============================================
- Coverage 70.98% 70.85% -0.13%
+ Complexity 58180 58090 -90
============================================
Files 4708 4708
Lines 277559 277559
Branches 40189 40189
============================================
- Hits 197024 196667 -357
- Misses 64448 64758 +310
- Partials 16087 16134 +47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-3633-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f4571dc687bdec6fdc53cd720056b9e13e63dc8d
# Push it to GitHub
git push --set-upstream origin backport/backport-3633-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
Bumps opencensus-contrib-http-util from 0.18.0 to 0.31.1.
Release notes
Sourced from opencensus-contrib-http-util's releases.
... (truncated)
Changelog
Sourced from opencensus-contrib-http-util's changelog.
... (truncated)
Commits
21bbcb8
Bump version to 0.31.1602b56c
Fix retry stat measures to match those in grpc-java exactly (#2097) (#2102)d24539e
Bump version to 0.31.1-SNAPSHOT3b0b339
Bump version to 0.31.02e90f49
implement gRPC client retry stats measures and views (#2084)81225af
fix: Shutdown Stackdriver MetricServiceClient properly (#2091)0899c0b
Add text for upgrading to latest log4j (#2089)1584507
Bump release version. (#2088)93d13d2
Test against log4j 2.16.0 (#2087)6d55608
Bump release version. (#2086)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 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)