Skip to content

Consolidate google-oauth-client to latest version#91722

Merged
jakelandis merged 4 commits intoelastic:mainfrom
jakelandis:consolidate_google_oauth_client
Feb 1, 2023
Merged

Consolidate google-oauth-client to latest version#91722
jakelandis merged 4 commits intoelastic:mainfrom
jakelandis:consolidate_google_oauth_client

Conversation

@jakelandis
Copy link
Copy Markdown
Contributor

@jakelandis jakelandis commented Nov 18, 2022

related: #87800
fixes: #90126

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Hi @jakelandis, I've created a changelog YAML for you.

@jakelandis jakelandis added :Distributed/Discovery-Plugins Anything related to our integration plugins with EC2, GCP and Azure and removed :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs labels Nov 18, 2022
@pxsalehi pxsalehi added v8.5.4 and removed v8.5.3 labels Dec 1, 2022
@pquentin pquentin added v7.17.9 and removed v7.17.8 labels Dec 2, 2022
@jakelandis jakelandis removed the v8.5.4 label Jan 31, 2023
Copy link
Copy Markdown
Contributor

@arteam arteam left a comment

Choose a reason for hiding this comment

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

LGTM

@jakelandis
Copy link
Copy Markdown
Contributor Author

thanks @arteam !

@jakelandis jakelandis merged commit 93ecc4d into elastic:main Feb 1, 2023
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

💔 Backport failed

Status Branch Result
8.6 Commit could not be cherrypicked due to conflicts
7.17 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 91722

@jakelandis
Copy link
Copy Markdown
Contributor Author

not backporting to 7.17 at this time since the two version branches have diverged enough it warrants it's own PR and review if we choose to back port.

jakelandis added a commit to jakelandis/elasticsearch that referenced this pull request Feb 1, 2023
mark-vieira pushed a commit to mark-vieira/elasticsearch that referenced this pull request Feb 2, 2023
mck1nneycj added a commit to mck1nneycj/elasticsearch that referenced this pull request Feb 14, 2023
mck1nneycj added a commit to mck1nneycj/elasticsearch that referenced this pull request Feb 14, 2023
jakelandis added a commit that referenced this pull request Jan 9, 2024
This commit syncs the dependencies for discovery GCE plugin with the dependency versions in use in main.

Specifically, this commit upgrades the following for the discovery GCE plugin:

com.google.apis:google-api-services-compute:v1-rev160-1.23.0 -> v1-rev20220322-1.32
com.google.api-client:google-api-client:1.23.0 -> 1.33.1
com.google.oauth-client:google-oauth-client:1.23.0 -> 1.34.1
com.google.code.findbugs:jsr305:1.3.9 -> 3.0.2

and introduces the following for the discovery GCE plugin:

api "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
api "com.google.http-client:google-http-client-gson:1.41.1"
runtimeOnly 'com.google.guava:guava:32.0.1-jre'
runtimeOnly 'com.google.guava:failureaccess:1.0.1'
api 'io.opencensus:opencensus-api:0.30.0'
api 'io.opencensus:opencensus-contrib-http-util:0.30.0'
api 'io.grpc:grpc-context:1.27.2'

backport of #85132 and #91722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport pending :Distributed/Discovery-Plugins Anything related to our integration plugins with EC2, GCP and Azure Team:Distributed Meta label for distributed team. >upgrade v8.6.2 v8.7.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade google-oauth-client for discovery-gce plugin

5 participants