This is an automated email from the ASF dual-hosted git repository.
micafer pushed a change to branch
dependabot/github_actions/actions/upload-artifact-7
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from ca32e0c69 Bump actions/upload-artifact from 6 to 7
add 3fb37a2d2 Consistent handling of HTTP/S proxy environment variables
(#2079)
add f04b7970b Add verify_ssl option (#2128)
add 6931d468b Document verify_ssl option for VSphere
add 50799aacd Increase cumulative import time limit to 1 second
add 5b741d622 Merge pull request #2131 from apache/update-changelog
add 5ed9b93d0 Prepare release 3.9.1
add 37dbca771 Triggering build
add 2db29eb51 Triggering build
add 4636d85c1 Merge pull request #2136 from apache/new_rel_3.9.1
add f3af38f0d Update deps (#2137)
add 4e3c975bc Support paramiko 4 changes
add 52794f886 Merge pull request #2135 from
s-t-e-v-e-n-k/support-paramiko-4
add fb29d44ca Update CHANGES.rst for version 3.9.2
add 8ad8f155b Merge pull request #2138 from apache/changelog_update
add 30fb817b7 Merge branch 'trunk' into
dependabot/github_actions/actions/upload-artifact-7
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration-tests.yml | 2 +-
.github/workflows/main.yml | 14 +-
.github/workflows/publish_dev_artifact.yml | 2 +-
.github/workflows/publish_pricing_to_s3.yml | 2 +-
CHANGES.rst | 19 ++
doap_libcloud.rdf | 7 +
libcloud/__init__.py | 2 +-
libcloud/common/abiquo.py | 1 +
libcloud/common/base.py | 8 +-
libcloud/common/dimensiondata.py | 1 +
libcloud/common/google.py | 9 +-
libcloud/common/openstack.py | 2 +-
libcloud/common/openstack_identity.py | 2 +-
libcloud/compute/base.py | 1 -
libcloud/compute/deployment.py | 1 -
libcloud/compute/drivers/azure_arm.py | 6 +-
libcloud/compute/drivers/digitalocean.py | 1 +
libcloud/compute/drivers/dummy.py | 1 +
libcloud/compute/drivers/ecs.py | 14 +-
libcloud/compute/drivers/equinixmetal.py | 3 +-
libcloud/compute/drivers/gandi.py | 3 +-
libcloud/compute/drivers/gce.py | 1 -
libcloud/compute/drivers/gig_g8.py | 1 +
libcloud/compute/drivers/kamatera.py | 1 +
libcloud/compute/drivers/kubevirt.py | 1 +
libcloud/compute/drivers/linode.py | 3 +-
libcloud/compute/drivers/nttcis.py | 1 +
libcloud/compute/drivers/openstack.py | 7 +-
libcloud/compute/drivers/ovh.py | 1 +
libcloud/compute/drivers/rackspace.py | 1 +
libcloud/compute/drivers/rimuhosting.py | 1 +
libcloud/compute/drivers/upcloud.py | 1 +
libcloud/compute/drivers/vcloud.py | 1 +
libcloud/compute/drivers/vpsnet.py | 1 +
libcloud/compute/drivers/vsphere.py | 4 +-
libcloud/compute/drivers/vultr.py | 1 +
libcloud/compute/providers.py | 1 -
libcloud/compute/ssh.py | 4 +-
libcloud/container/drivers/lxd.py | 4 +-
libcloud/dns/drivers/durabledns.py | 1 +
libcloud/dns/drivers/google.py | 2 +-
libcloud/dns/drivers/nfsn.py | 1 +
libcloud/dns/drivers/powerdns.py | 1 +
libcloud/dns/drivers/rcodezero.py | 1 +
libcloud/dns/drivers/vultr.py | 1 +
libcloud/http.py | 14 +-
libcloud/loadbalancer/drivers/elb.py | 21 +-
libcloud/pricing.py | 1 -
libcloud/storage/drivers/local.py | 1 -
libcloud/storage/drivers/oss.py | 2 +-
libcloud/test/common/test_google.py | 1 +
libcloud/test/compute/test_abiquo.py | 1 +
libcloud/test/compute/test_dimensiondata_v2_3.py | 24 +--
libcloud/test/compute/test_dimensiondata_v2_4.py | 24 +--
libcloud/test/compute/test_nttcis.py | 24 +--
libcloud/test/compute/test_ssh_client.py | 42 ++--
libcloud/test/loadbalancer/test_gce.py | 1 +
libcloud/test/test_connection.py | 59 ++++--
libcloud/utils/files.py | 2 +-
pyproject.toml | 11 +-
scripts/time_imports.sh | 2 +-
uv.lock | 238 ++++++++++++++---------
62 files changed, 359 insertions(+), 252 deletions(-)