chore: update dependencies to support workload identity federation#2517
Merged
Conversation
Bump up versions for: - `google-auth-library` to `^7.0.2` - `googleapis-common` to `^5.0.1` The changes above are not sufficient as the `BaseExternalAccountClient` type is still missing in the generated APIs. As a result `BaseExternalAccountClient` was added to the API templates `api-endpoint.njk` and all the APIs were regenerated. While we're at it, `googleapis-common` dependency in the generated APIs was updated to `^5.0.1`.
Codecov Report
@@ Coverage Diff @@
## master #2517 +/- ##
=======================================
Coverage 85.42% 85.42%
=======================================
Files 11 11
Lines 1756 1756
Branches 123 103 -20
=======================================
Hits 1500 1500
Misses 256 256 Continue to review full report at Codecov.
|
Contributor
Author
|
@bcoe regarding this PR:
|
bcoe
approved these changes
Feb 17, 2021
This was referenced Mar 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump up versions for:
google-auth-libraryto^7.0.2googleapis-commonto^5.0.1The changes above are not sufficient as the
BaseExternalAccountClienttype is still missing in the generated APIs. As a resultBaseExternalAccountClientwas added to the API templatesapi-endpoint.njkand all the APIs were regenerated.While we're at it,
googleapis-commondependency in the generated APIs was updated to^5.0.1.