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

Update dependency google-auth to v2.36.0 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-auth ==2.3.3 -> ==2.36.0 age adoption passing confidence

Release Notes

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

v2.36.0

Compare Source

Features
Bug Fixes

v2.35.0

Compare Source

Features
Bug Fixes

v2.34.0

Compare Source

Features
  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#​1558) (18c2ec1)
Bug Fixes

v2.33.0

Compare Source

Features
  • Implement async StaticCredentials using access tokens (#​1559) (dc17dfc)
  • Implement base classes for credentials and request sessions (#​1551) (036dac4)
Bug Fixes
  • metadata: Enhance retry logic for metadata server access in _metadata.py (#​1545) (61c2432)
Documentation

v2.32.0

Compare Source

Features

v2.31.0

Compare Source

Features
Bug Fixes

v2.30.0

Compare Source

Features
Bug Fixes

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](https://redirect.github.com/googleapis/google-auth-


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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency google-auth to v2.6.0 Update dependency google-auth to v2.6.2 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from e5fdbb1 to 9056e9b Compare March 26, 2022 15:23
@renovate renovate bot changed the title Update dependency google-auth to v2.6.2 Update dependency google-auth to v2.6.6 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 9056e9b to 3a7ef43 Compare April 24, 2022 21:57
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 3a7ef43 to bcd3eb0 Compare June 18, 2022 20:31
@renovate renovate bot changed the title Update dependency google-auth to v2.6.6 Update dependency google-auth to v2.8.0 Jun 18, 2022
@renovate renovate bot changed the title Update dependency google-auth to v2.8.0 Update dependency google-auth to v2.11.1 Sep 25, 2022
@renovate renovate bot changed the title Update dependency google-auth to v2.11.1 Update dependency google-auth to v2.14.1 Nov 20, 2022
@renovate renovate bot changed the title Update dependency google-auth to v2.14.1 Update dependency google-auth to v2.16.2 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 00d5e76 to c49f316 Compare March 18, 2023 14:05
@renovate renovate bot changed the title Update dependency google-auth to v2.16.2 Update dependency google-auth to v2.16.3 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from c49f316 to 80c6baa Compare March 25, 2023 00:04
@renovate renovate bot changed the title Update dependency google-auth to v2.16.3 Update dependency google-auth to v2.17.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 80c6baa to a797c98 Compare March 30, 2023 11:43
@renovate renovate bot changed the title Update dependency google-auth to v2.17.0 Update dependency google-auth to v2.17.1 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from a797c98 to 027006e Compare March 31, 2023 05:59
@renovate renovate bot changed the title Update dependency google-auth to v2.17.1 Update dependency google-auth to v2.19.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch 2 times, most recently from d6a3a3c to 6653290 Compare June 2, 2023 02:23
@renovate renovate bot changed the title Update dependency google-auth to v2.19.0 Update dependency google-auth to v2.19.1 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 6653290 to ea4aa17 Compare June 16, 2023 02:59
@renovate renovate bot changed the title Update dependency google-auth to v2.19.1 Update dependency google-auth to v2.20.0 Jun 16, 2023
@renovate renovate bot changed the title Update dependency google-auth to v2.20.0 Update dependency google-auth to v2.21.0 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from ea4aa17 to 77902fb Compare June 26, 2023 23:32
@renovate renovate bot changed the title Update dependency google-auth to v2.21.0 Update dependency google-auth to v2.22.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 77902fb to 93e2c70 Compare July 12, 2023 11:56
@renovate renovate bot changed the title Update dependency google-auth to v2.22.0 Update dependency google-auth to v2.23.0 Sep 11, 2023
@renovate renovate bot changed the title Update dependency google-auth to v2.25.2 Update dependency google-auth to v2.26.0 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 7e38a56 to fbfb826 Compare January 4, 2024 08:55
@renovate renovate bot changed the title Update dependency google-auth to v2.26.0 Update dependency google-auth to v2.26.1 Jan 4, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.26.1 Update dependency google-auth to v2.26.2 Jan 12, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.26.2 Update dependency google-auth to v2.27.0 Jan 25, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.27.0 Update dependency google-auth to v2.28.0 Feb 16, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.28.0 Update dependency google-auth to v2.28.1 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 43af4de to 58365c1 Compare March 9, 2024 02:43
@renovate renovate bot changed the title Update dependency google-auth to v2.28.1 Update dependency google-auth to v2.28.2 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 58365c1 to 42276e5 Compare March 22, 2024 02:36
@renovate renovate bot changed the title Update dependency google-auth to v2.28.2 Update dependency google-auth to v2.29.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 42276e5 to 00d4106 Compare June 7, 2024 05:10
@renovate renovate bot changed the title Update dependency google-auth to v2.29.0 Update dependency google-auth to v2.30.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 00d4106 to f8179d3 Compare July 1, 2024 23:35
@renovate renovate bot changed the title Update dependency google-auth to v2.30.0 Update dependency google-auth to v2.31.0 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from f8179d3 to 28f8f15 Compare July 8, 2024 23:58
@renovate renovate bot changed the title Update dependency google-auth to v2.31.0 Update dependency google-auth to v2.32.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 28f8f15 to 1b53dc5 Compare August 7, 2024 05:41
@renovate renovate bot changed the title Update dependency google-auth to v2.32.0 Update dependency google-auth to v2.33.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/google-auth-2.x branch from 1b53dc5 to 50d596f Compare August 19, 2024 02:49
@renovate renovate bot changed the title Update dependency google-auth to v2.33.0 Update dependency google-auth to v2.34.0 Aug 19, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.34.0 Update dependency google-auth to v2.35.0 Sep 20, 2024
@renovate renovate bot changed the title Update dependency google-auth to v2.35.0 Update dependency google-auth to v2.36.0 Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants