-
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-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs #8276
Bump com.google.api-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs #8276
Conversation
7d23cf4
to
72717e4
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8276 +/- ##
============================================
- Coverage 70.85% 70.83% -0.03%
+ Complexity 56719 56689 -30
============================================
Files 4733 4733
Lines 268336 268336
Branches 39322 39322
============================================
- Hits 190139 190066 -73
- Misses 62146 62237 +91
+ Partials 16051 16033 -18 |
Gradle Check (Jenkins) Run Completed with:
|
…/plugins/repository-gcs Signed-off-by: Thomas Farr <tsfarr@amazon.com>
Signed-off-by: Thomas <tsfarr@amazon.com>
72717e4
to
831dbfb
Compare
@reta Have updated those additional packages |
The com.google.cloud deps can also be updated, but require more work due to changes in behaviour of client, so would do them separately |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
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-8276-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 74788c3f45895a90d030b2434539beac7a1b1723
# Push it to GitHub
git push --set-upstream origin backport/backport-8276-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 |
…/plugins/repository-gcs (opensearch-project#8276) * Bump com.google.api-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Bump google-http-client and google-oauth-client Signed-off-by: Thomas <tsfarr@amazon.com> --------- Signed-off-by: Thomas Farr <tsfarr@amazon.com> Signed-off-by: Thomas <tsfarr@amazon.com> (cherry picked from commit 74788c3)
@Xtansia needs a manual backport, please |
…/plugins/repository-gcs (#8276) (#8328) * Bump com.google.api-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Bump google-http-client and google-oauth-client Signed-off-by: Thomas <tsfarr@amazon.com> --------- Signed-off-by: Thomas Farr <tsfarr@amazon.com> Signed-off-by: Thomas <tsfarr@amazon.com> (cherry picked from commit 74788c3)
…/plugins/repository-gcs (opensearch-project#8276) * Bump com.google.api-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Bump google-http-client and google-oauth-client Signed-off-by: Thomas <tsfarr@amazon.com> --------- Signed-off-by: Thomas Farr <tsfarr@amazon.com> Signed-off-by: Thomas <tsfarr@amazon.com>
…/plugins/repository-gcs (opensearch-project#8276) * Bump com.google.api-client:google-api-client from 1.34.0 to 2.2.0 in /plugins/repository-gcs Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Bump google-http-client and google-oauth-client Signed-off-by: Thomas <tsfarr@amazon.com> --------- Signed-off-by: Thomas Farr <tsfarr@amazon.com> Signed-off-by: Thomas <tsfarr@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Updates the com.google.api-client:google-api-client and the com.google.apis:google-api-services-storage dependencies.
Related Issues
Supersedes #8008
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.