You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/27 20:14:11 UTC

[libcloud] branch trunk updated (f1d82ee -> 25b06f6)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from f1d82ee  Merge pull request #1619 from Kami/requests_changes
     new 611d831  Add workaround for paramiko debug logging when LIBCLOUD_DEBUG is enabled.
     new 8717428  Update Google authentication class so we don't try to retry failed requests when retrying is enabled globally (either via module level constant or via environment variable value) when performing credentials check on driver intialization.
     new 8ee39db  Merge branch 'trunk' into google_auth_improvements
     new a474c68  Update type annotation.
     new 0b8b223  Update Google Auth class so we don't try to contact GCE metadata server when determining credentials type in case of oAuth 2 / installed app credentials are used.
     new fecad4c  Merge branch 'trunk' into google_auth_improvements
     new 25b06f6  Merge pull request #1621 from Kami/google_auth_improvements

The 8707 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                         | 21 +++++++++++++++++++++
 libcloud/common/base.py             | 12 +++++++++++-
 libcloud/common/google.py           | 23 ++++++++++++++++++++---
 libcloud/test/common/test_google.py | 10 ++++++++++
 libcloud/utils/connection.py        |  7 +++++--
 5 files changed, 67 insertions(+), 6 deletions(-)