-
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 com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs #7697
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #7697 +/- ##
===========================================
+ Coverage 0 70.74% +70.74%
- Complexity 0 56130 +56130
===========================================
Files 0 4680 +4680
Lines 0 266081 +266081
Branches 0 39067 +39067
===========================================
+ Hits 0 188245 +188245
- Misses 0 61887 +61887
- Partials 0 15949 +15949 |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Craig Perkins <[email protected]>
Created this issue to track (new) flaky test: #7703 |
Signed-off-by: Craig Perkins <[email protected]>
Thank you @reta. I will take a look at the new flaky test. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
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-7697-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 df5705109cda4eedcccd413783d676951d32a8da
# Push it to GitHub
git push --set-upstream origin backport/backport-7697-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 |
I will open up a manual backport |
…gcs (opensearch-project#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit df57051)
…ins/repository-gcs (#7707) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs (#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit df57051) * Fix precommit issues Signed-off-by: Craig Perkins <[email protected]> * CHANGELOG Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…gcs (opensearch-project#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…gcs (opensearch-project#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…gcs (opensearch-project#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
…gcs (opensearch-project#7697) * Bump com.google.api:gax from 2.17.0 to 2.27.0 in /plugins/repository-gcs Signed-off-by: Craig Perkins <[email protected]> * Update PR number in CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> * Re-run CI Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Bumps com.google.api:gax from 2.17.0 to 2.27.0.
Fixes issue in precommit on dependabot PR: #7659