Cloudbridge

Latest version: v3.2.0

Safety actively analyzes 631110 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.0.2

-------------------------------------------------------------------------
* Added AWS instance types caching for better performance
* Added ``router.subnets`` property
* Ensure the default network for CloudBridge on AWS has subnets

1.0.1

-------------------------------------------------------------------------
* Fixed minor bug when retrieving buckets with only limited access.
* Relaxed some library version dependencies (e.g. six).

1.0.0

-------------------------------------------------------------------------

* Added Microsoft Azure as a provider.
* Restructured the interface to make it more comprehensible and uniform across
all supported providers. See `issue 69 <https://github.com/CloudVE/cloudbridge/issues/69>`_
for more details as well as the library layout image for an easy visual
reference: https://github.com/CloudVE/cloudbridge#quick-reference.
* Migrated AWS implementation to use the boto3 library (thanks 01000101)
* Cleaned up use of ``name`` property for resources. Resources now have ``id``,
``name``, and ``label`` properties to represent respectively: a unique
identifier supplied by the provider; a descriptive, unchangeable name; and a
user-supplied label that can be modified during the existence of a resource.
* Added enforcement of name and label value: names must be at least 3 characters
in length at minimum, and 64 characters at maximum, consisting of only lower
case letters and dashes. Should not start or end with a dash.
* Refactored tests and extracted standard interface tests where all resources
are being tested using the same code structure. Also, tests will run only
for providers that implement a given service.
* Moved the repository from github.com/gvlproject to github.com/cloudve org.
* When deleting an OpenStack network, clear any ports.
* Added support for launching OpenStack instances into a specific subnet
* Update image list interface to allow filtering by owner.
* When listing images on AWS, filter only the ones by current account owner.
* Retrieve AWS instance types from a public service to include latest values.
* Instance state uses ``DELETED`` state instead of ``TERMINATED``.
* Return VM type RAM in GB.
* Add implementation for ``generate_url`` on OpenStack.
* General documentation updates.

0.3.3

----------------------------------------------------------------------

* Remove explicit versioning of requests and Babel.

0.3.2

---------------------------------------------------------------------

* Patch release to support files>5GB with OpenStack (thanks MartinPaulo).
* Misc bug fixes.

0.3.1

----------------------------------------------------------------------

* Patch for binary file handling in OpenStack.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.