This is an automated email from the ASF dual-hosted git repository.
micafer pushed a change to branch dependabot/pip/pytest-9.1.1
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 3fde7b522 Bump pytest from 9.0.3 to 9.1.1
add cf7498538 Add volume support and start stop operations
add 4a9e7d09f Fix to 1.2 version
add de658406a Fix black
add 0f5fb8f40 Fix isort
add b7c091db2 Add API key in the driver auth
add 7a8fa678b Move to new 1.3 API
add aee52db77 Add firewall functions
add 3dff5be70 Merge branch 'trunk' into improve_upload
add a12936a48 fix Storage cloning state mapping
add 3bbc87db2 Add changelog msg
add 53cda5d65 Correct dependencies
add 510b0314a Correct dependencies
add b8592ed5a Add msg in changelog
add 74e268145 Merge pull request #2157 from apache/correct_deps
add 32d26d665 Merge branch 'trunk' into correct_deps
add 796657498 Merge pull request #2158 from apache/correct_deps
add 81ab33da3 Bump actions/cache from 5 to 6
add f6ffde7b2 Merge branch 'trunk' into
dependabot/github_actions/actions/cache-6
add 905642001 Merge pull request #2154 from
apache/dependabot/github_actions/actions/cache-6
add 7e31baae9 Bump astral-sh/setup-uv from 8.3.0 to 8.3.2 (#2155)
add a078b92d8 Fix CodeQL atmos error
add f2765fe12 Merge pull request #2160 from apache/fix_codeql_atmos_error
add ddafe522f Merge branch 'trunk' into improve_upload
add fbbfd0860 Merge pull request #2147 from apache/improve_upload
add cd3e5ac6d Merge branch 'trunk' into dependabot/pip/pytest-9.1.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration-tests.yml | 4 +-
.github/workflows/main.yml | 28 +-
.github/workflows/publish_dev_artifact.yml | 2 +-
.github/workflows/publish_pricing_to_s3.yml | 2 +-
CHANGES.rst | 14 +
docs/compute/drivers/upcloud.rst | 42 +-
libcloud/common/upcloud.py | 34 +-
libcloud/compute/drivers/upcloud.py | 423 ++++++++++++++++++++-
libcloud/storage/drivers/atmos.py | 3 +
libcloud/test/common/test_upcloud.py | 13 +
...orage_01d4fcd4-e446-433b-8a9c-551a1284952e.json | 22 ++
.../fixtures/upcloud/api_1_2_storage_create.json | 20 +
.../fixtures/upcloud/api_1_2_storage_normal.json | 31 ++
libcloud/test/compute/test_upcloud.py | 386 ++++++++++++++++++-
pyproject.toml | 4 +-
uv.lock | 30 +-
16 files changed, 975 insertions(+), 83 deletions(-)
create mode 100644
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_01d4fcd4-e446-433b-8a9c-551a1284952e.json
create mode 100644
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_create.json
create mode 100644
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_normal.json