Skip to content
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

chore(deps): update dependency google-auth to v2 #762

Merged
merged 1 commit into from
May 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-auth ~=1.6 -> ~=2.29 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-auth-library-python (google-auth)

v2.29.0

Compare Source

Features
  • Adds support for custom suppliers in AWS and Identity Pool credentials (#​1496) (3af1768)
Bug Fixes
  • Refactor tech debt in aws and identity pool credentials (#​1501) (ce435b0)

v2.28.2

Compare Source

Bug Fixes

v2.28.1

Compare Source

Bug Fixes
  • Typo when setting the state for the pickle deserializer. (#​1479) (08b5cc3)

v2.28.0

Compare Source

Features
  • Adding universe domain support for downscroped credentials (#​1463) (fa8b7b2)
Bug Fixes
  • Change log level to debug for return_none_for_not_found_error (#​1473) (a036b47)
  • Make requests import conditional for gce universe domain (#​1476) (9bb64c8)

v2.27.0

Compare Source

Features
  • Add optional account association for Authorized User credentials. (#​1458) (988153d)
Bug Fixes
  • Allow custom universe domain for gce creds (#​1460) (7db5823)
  • Conditionally import requests only if no request was passed by the caller. (#​1456) (9cd6742)

v2.26.2

Compare Source

Bug Fixes
  • Read universe_domain for external account authorized user (#​1450) (1cc7df3)

v2.26.1

Compare Source

Bug Fixes

v2.26.0

Compare Source

Features
  • Add optional non blocking refresh for sync auth code (a6dc2c3)
  • Add optional non blocking refresh for sync auth code (#​1368) (a6dc2c3)
Bug Fixes
  • External account user cred universe domain support (#​1437) (75068f9)
  • Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#​1445) (776d634)

v2.25.2

Compare Source

Bug Fixes

v2.25.1

Compare Source

Bug Fixes

v2.25.0

Compare Source

Features
  • Add custom tls signer for ECP Provider. (39eb287)
  • Add custom tls signer for ECP Provider. (#​1402) (39eb287)
Bug Fixes

v2.24.0

Compare Source

Features
Bug Fixes
Documentation

v2.23.4

Compare Source

Bug Fixes

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Bug Fixes

v2.23.1

Compare Source

Bug Fixes
  • Less restrictive content-type header check for google authentication (ignores charset) (#​1382) (7039beb)
  • Trust boundary meta header renaming and using the schema from backend team. (#​1384) (2503d4a)
  • Update urllib3 to >= 2.0.5 (#​1389) (a99f3bb)

v2.23.0

Compare Source

Features
  • Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
  • Add get_bq_config_path() to _cloud_sdk.py (#​1358) (9f52f66)
Bug Fixes
  • Expose universe domain in credentials (#​1380) (8b8fce6)
  • Make external_account resistant to string type 'expires_in' responses from non-compliant services (#​1379) (01d3770)
  • Missing ssj for impersonate cred (#​1377) (7d453dc)
  • Skip checking projectid on cred if env var is set (#​1349) (a4135a3)

v2.22.0

Compare Source

Features
Bug Fixes

v2.21.0

Compare Source

Features
Bug Fixes

v2.20.0

Compare Source

Features
Bug Fixes

v2.19.1

Compare Source

Bug Fixes
  • Check id token error response (#​1315) (2a71f7b)
  • Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3)
Documentation
  • Replacing abc.com with example.com (dac7cc3)

v2.19.0

Compare Source

Features

v2.18.1

Compare Source

Bug Fixes

v2.18.0

Compare Source

Features

v2.17.3

Compare Source

Bug Fixes

v2.17.2

Compare Source

Bug Fixes
  • Do not create new JWT credentials if they make the same claims as the existing. (#​1267) (eebb7b6)

v2.17.1

Compare Source

Bug Fixes
  • Print out reauth plugin error and raise if challenge output is None (#​1265) (08d22fe)

v2.17.0

Compare Source

Features
  • Experimental service account iam endpoint flow for id token (#​1258) (8ff0de5)
Bug Fixes

v2.16.3

Compare Source

Bug Fixes

v2.16.2

Compare Source

Bug Fixes
  • Call gcloud config get project to get project for user cred (#​1243) (c078a13)
  • Do not use hardcoded string 'python', when you mean sys.executable. (#​1233) (91ac8e6)
  • Don't retry if error or error_description is not string (#​1241) (e2d263a)
  • Improve ADC related errors and warnings (#​1237) (2dfa213)

v2.16.1

Compare Source

Bug Fixes

v2.16.0

Compare Source

Features
  • AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#​1195) (5e27c8f)
  • Wrap all python built-in exceptions into library excpetions (#​1191) (a83af39)
Bug Fixes
  • Allow get_project_id to take a request (#​1203) (9a4d23a)
  • Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#​1208) (9fc7b1c)

v2.15.0

Compare Source

Features
Bug Fixes

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Features
Bug Fixes
  • Adding more properties to external_account_authorized_user (#​1169) (a12b96d)

v2.13.0

Compare Source

Features
  • Adds new external account authorized user credentials (#​1160) (523f811)
  • Implement pluggable auth interactive mode (#​1131) (44a189f)
  • Introduce the functionality to override token_uri in credentials (#​1159) (73bc7e9)
Bug Fixes
  • Adding one more pattern to relax the regex check for sts and impersonation url endpoints (#​1158) (75326e3)

v2.12.0

Compare Source

Features
Bug Fixes
  • Modify RefreshError exception to use gcloud ADC command. (#​1149) (059fd35)
  • Revert "Update token refresh threshold from 20 seconds to 5 minutes". (186464b)

v2.11.1

Compare Source

Bug Fixes
Documentation

v2.11.0

Compare Source

Features
  • add integration tests for configurable token lifespan (#​1103) (124bae6)
Bug Fixes

v2.10.0

Compare Source

Features
Bug Fixes

v2.9.1

Compare Source

Bug Fixes

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features

v2.7.0

Compare Source

Features
Bug Fixes
Reverts
Documentation

v2.6.6

Compare Source

Bug Fixes

v2.6.5

Compare Source

Bug Fixes

v2.6.4

Compare Source

Bug Fixes

v2.6.3

Compare Source

Bug Fixes

v2.6.2

Compare Source

Bug Fixes
  • Rename aws imdsv2 url field and update token lifetime (#​982) (818e6d2)
Miscellaneous Chores

v2.6.0

Compare Source

Features
  • ADC can load an impersonated service account credentials. (#​962) (52c8ef9)
Bug Fixes

v2.5.0

Compare Source

Features
  • ADC can load an impersonated service account credentials. (#​956) (a8eb4c8)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
Bug Fixes
Documentation

v2.3.3

Compare Source

Bug Fixes

v2.3.2

Compare Source

Bug Fixes
  • add clock_skew_in_seconds to verify_token functions (#​894) (8e95c1e)

v2.3.1

Compare Source

Bug Fixes
Documentation

v2.3.0

Compare Source

Features
Bug Fixes

v2.2.1

Compare Source

Bug Fixes
  • disable self signed jwt for domain wide delegation (#​873) (0cd15e2)

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features
Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • service account is able to use a private token endpoint (#​835) (20b817a)
Bug Fixes
Documentation
  • update user guide/references for downscoped creds (#​827) (d1840dc)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 27, 2022 05:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2022
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 2 times, most recently from d50cf03 to aeedab9 Compare October 29, 2022 03:46
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 4 times, most recently from 0d6dd37 to 176a40a Compare November 14, 2022 17:11
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 6 times, most recently from 09e661f to 296acab Compare November 17, 2022 16:57
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 4 times, most recently from 8fc68ef to 9c35fdc Compare November 30, 2022 15:48
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 3 times, most recently from d3341d7 to ec97c68 Compare December 12, 2022 19:51
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 3 times, most recently from c4c32a9 to faa47ca Compare December 29, 2022 16:15
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 2 times, most recently from 4cf0311 to 934edcd Compare January 11, 2023 16:32
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 3 times, most recently from 3efbc00 to 81ec03d Compare January 24, 2023 00:57
@dpebot
Copy link
Collaborator

dpebot commented Feb 23, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 29, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from e6d59bb to 2c87ab5 Compare March 1, 2024 18:47
@dpebot
Copy link
Collaborator

dpebot commented Mar 1, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 2c87ab5 to 8b47156 Compare March 5, 2024 16:54
@dpebot
Copy link
Collaborator

dpebot commented Mar 5, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 8b47156 to 1758560 Compare March 20, 2024 20:04
@dpebot
Copy link
Collaborator

dpebot commented Mar 20, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 1758560 to 25f1fac Compare March 27, 2024 18:19
@dpebot
Copy link
Collaborator

dpebot commented Mar 27, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 25f1fac to 8d519fe Compare April 2, 2024 06:46
@dpebot
Copy link
Collaborator

dpebot commented Apr 2, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 8d519fe to 4856dfd Compare April 12, 2024 00:05
@dpebot
Copy link
Collaborator

dpebot commented Apr 12, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 4856dfd to 1983399 Compare May 2, 2024 18:22
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 1983399 to 080c8ab Compare May 2, 2024 18:46
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 080c8ab to 4a6de25 Compare May 2, 2024 19:44
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 4a6de25 to 90f5849 Compare May 2, 2024 20:06
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 90f5849 to a442410 Compare May 2, 2024 20:53
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2024

/gcbrun

@apeabody apeabody enabled auto-merge (squash) May 2, 2024 20:54
@apeabody apeabody merged commit d7ac288 into master May 2, 2024
9 checks passed
@apeabody apeabody deleted the renovate/google-auth-2.x branch May 2, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants