Apache-libcloud

Latest version: v3.8.0

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

Scan your dependencies

Page 4 of 12

2.6.1

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

Compute
~~~~~~~

- [Packet] Update ``list_sizes`` method so it accepts ``ex_project_id`` argument
and works with project API tokens. (1351) [Dimitris Moraitis - d-mo]

- [GCE] Fix ``GCEProject.set_common_instance_metadata`` and
``GCEproject.set_usage_export_bucket`` method. (1354)
[Aitor Zabala - aitorzabala, Tomaz Muraus - Kami]

- [GCE] Add ``sync`` / ``ex_sync`` argument to the ``ex_stop_node``,
``ex_start_node`` and ``destroy_node`` method. When this argument is set to
``False``, method will return immediately without waiting polling and waiting
for a long running API operation to finish before returning. For backward
compatibility reasons, it defaults to ``True``. (1357)
[Rob Zimmerman - zimventures]

- [GCE] Update list of image projects and add new ``centos-8`` and
``debian-10`` based images. (1358)
[Christopher Lambert - XN137]

- [OpenStack v2] Add new ``ex_image_ref`` argument to the ``create_volume``
method. This way bootable volumes can be created from specific images.
(1363)
[Rick van de Loo]

- [OpenStack v2] Update ``create_node_method`` and allow users to create
nodes from bootable volumes without specifying ``image`` argument.
(1362)
[Rick van de Loo]

- [AWS] Re-generate and update available EC2 instance sizes and pricing data.
[Tomaz Muraus]

Storage
~~~~~~~

- [Common, S3, GCS] Reuse TCP connections when uploading files (1353)
[Quentin Pradet]

Load Balancer
~~~~~~~~~~~~~

- [AWS] Implement various create methods in the driver. (1349)
[Anton Kozyrev - Irvan]

2.6.0

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

General
~~~~~~~

- [OpenStack] Update OpenStack identity driver so a custom project can be
selected using ``domain_name`` keyword argument. Previously, that wasn't
possible and the first project which was returned by the API was always
selected. (1293)
[Miguel Caballer - micafer]

- Add new ``extra`` attribute to the base ``NodeLocation`` class. (1282)
[Dimitris Moraitis - d-mo]

- Remove various code patterns which were in place for supporting multiple
Python versions, including 2.5 and 2.6. Libcloud hasn't supported Python <
2.7 for a while now, so we can remove that code. (1307)
[Tomaz Muraus]

- Also run pylint on ``libcloud/compute/`` directory and fix various pylint
violations. (1308)
[Tomaz Muraus]

- [OpenStack] Remove unused variable in parse_error (1260)
[Rick van de Loo]

- Add support for HTTPS proxies and fix ``driver.set_http_proxy()`` method.

HTTPS proxy can be set up by either setting ``https_proxy`` / ``http_proxy``
environment variable or by using
``driver.connection.connection.set_http_proxy`` method.

For more information, please refer to the documentation -
https://libcloud.readthedocs.io/en/latest/other/using-http-proxy.html
(1314, 1324)
[Jim Liu - hldh214, Tomaz Muraus]

- Fix paramiko debug logging which didn't work when using ``LIBCLOUD_DEBUG``
environment variable. (1315)
[Tomaz Muraaus]

- Update paramiko SSH deployment client so it automatically tries to convert
private keys in PEM format with a header which paramiko doesn't recognize
into a format which paramiko recognizes.

NOTE: Paramiko only supports keys in PEM format. This means keys which start
with "----BEGIN <TYPE> PRIVATE KEY-----". Keys in PKCS8 and newer OpenSSH
format are not supported.

For more information, see https://libcloud.readthedocs.io/en/latest/compute/deployment.html#supported-private-ssh-key-types
(1314)

- Update Paramiko SSH client to throw a more user-friendly error if a private
key file in an unsupported format is used. (1314)
[Tomaz Muraus]

- Fix HTTP(s) proxy support in the OpenStack drivers. (1324)
[Gabe Van Engel - gvengel]

- Fix logging connection class so it also works when data type is ``bytearray``
or ``bytes``. (1339)
[Tomaz Muraus]

Compute
~~~~~~~

- [Google Compute Engine] Fix the driver so ``list_nodes()`` method doesn't
throw if there is a node in a ``SUSPENDED`` state.

Also update the code so it doesn't crash if an unknown node state which is
not defined locally is returned by the API when listing nodes. Such states
are now mapped to ``UNKNOWN``. (1296, LIBCLOUD-1045)

Reported by rafa alistair.
[Tomaz Muraus]

- [OpenStack] Fix a bug with retrieving floating IP address when a
``device_owner`` of a port is ``compute:None``. (1295)
[Miguel Caballer - micafer]
- [Packet] Add various new extension methods to Packet.net driver
(``ex_reinstall_node``, ``ex_list_projects``,
``ex_get_bgp_config_for_project``, ``ex_get_bgp_config``,
``ex_list_nodes_for_project``, etc.). (1282)
[Dimitris Moraitis - d-mo]

- [Maxihost] Add new compute driver for Maxihost provider
(https://www.maxihost.com/). (#1298)
[Spyros Tzavaras - mpempekos]

- [Azure ARM] Add various improvements to the Azure ARM driver:
- Add functionality to resize a volume in Azure
- Add functionality to update the network profile of a node
- Add functionality to update a network interface's properties
- Add functionality to check IP address availability (1244)
[Palash Gandhi - palashgandhi]

- [EC2] Allow user to pass arbitrary filters to ``list_volumes`` method by
passing a dictionary with filters as ``ex_filters`` method argument value.
(1300)
[Palash Gandhi - palashgandhi]

- [GCE] Add new ``ex_instancegroupmanager_set_autohealingpolicies`` method to
the GCE driver.

This method allows user to set the auto healing policies (health check to
use and initial delay) on GCE instance group. (1286)
[Kenta Morris - kentamorris]

- [GCE] Update GCE driver to include new operating system images such as
Ubuntu 18.04, RHEL 8, etc. (1304)
[Christopher Lambert - XN137]

- [GCE] Add new ``ex_resize_volume`` method to the driver. (1301)
[Palash Gandhi - palashgandhi]

- [OpenStack] Add various router management methods to the OpenStack
driver. (1281)
[Miguel Caballer - micafer]

- [OpenStack] Fix ``ex_resize`` method. (1311)
[Miguel Caballer - micafer]

- [OpenStack] For consistency, rename ``ex_resize`` method to
``ex_resize_node``. For backward compatibility reasons, leave ``ex_resize``
alias in place.
[Tomaz Muraus]

- [Gridscale] Add new driver for Gridscale provider (https://gridscale.io).
(1305, 1315)
[Sydney Weber - PrinceSydney]

- [Oneandone] Update Oneandone driver to accomodate latest changes to the API.
This means removing deprecated ``ex_remove_server_firewall_policy`` method
and replacing ``port_from`` and ``port_to`` argument on the firewall policy
with a single ``port`` attribute.
(1230)
[Amel Ajdinovic - aajdinov]

- [DigitalOcean] Update ``list_locations`` method in the DigitalOcean driver
to only returns regions which are available by default. If you want to list
all the regions, you need to pass ``ex_available=False`` argument to the
method. (1001)
[Markos Gogoulos]

- [EC2] Add new ``ex_modify_subnet_attribute`` method to the EC2 driver.
(1205)
[Dan Hunsaker - danhunsaker]

- [Azure ARM] Add ``ex_delete_public_ip`` method to the Azure ARM driver.
(1318)
[Reza Shahriari - redha1419]

- [EC2] Update EC2 driver to throw a more user-friendly exception if a user /
developer tries to provide an invalid value type for an item value in the
request ``params`` dictionary.

Request parameters are sent via query parameters and not via request body,
as such, only string values are supported. (1329, 1321)

Reported by James Bednell.
[Tomaz Muraus]

- [OpenStack] Add new ``ex_remove_security_group_from_node`` method.
(1331)
[Miguel Caballer - micafer]

- [OpenStack] Fix broken ``ex_update_port`` method.
(1320)
[Miguel Caballer - micafer]

- [Softlayer] Fix a bug with driver incorrectly handling the value of
``ex_hourly`` argument in the ``create_node()`` method which caused nodes
to always be created with hourly billing, even if this argument was set to
``False``. (1334, 1335)
[r2ronoha]

- [GCE] Add optional ``cpuPlatform`` and ``minCpuPlatform`` attributes to the
``node.extra`` dictionary. (1342, 1343)
[yairshemla]

Storage
~~~~~~~

- [Azure Blobs] Enable the Azure storage driver to be used with the Azurite
Storage Emulator and Azure Blob Storage on IoT Edge.
(LIBCLOUD-1037, 1278)
[Clemens Wolff - c-w]

- [Azure Blobs] Fix a bug with Azure storage driver works when used against a
storage account that was created using ``kind=BlobStrage``. This includes
updating the minimum API version used / supported by the storage driver from
``2012-02-12`` to ``2014-02-14``. (LIBCLOUD-851, 1202, 1294)
[Clemens Wolff - c-w, Davis Kirkendall - daviskirk]

- [Azure Blobs] Increase the maximum size of block blobs that can be created
to 100 MB. This includes updating the minimum API version used / supported
by the storage driver from ``2014-02-14`` to ``2016-05-31``. (1340)
[Clemens Wolff - c-w]

- [Azure Blobs] Set the minimum required version of requests to ``2.5.0`` since
requests ``2.4.0`` and earlier exhibit XML parsing errors of Azure Storage
responses. (1325, 1322)
[Clemens Wolff - c-w]

- [Azure Blobs] Detect bad version of requests that leads to errors in parsing
Azure Storage responses. This scenario is known to happen on RHEL 7.6 when
requests was installed via yum. (1332, 1322)
[Clemens Wolff - c-w]

- [Common, CloudFiles] Fix ``upload_object_via_stream`` and ensure we start
from the beginning when calculating hash for the provided iterator. This way
we avoid hash mismatch errors in scenario where provided iterator is already
iterated / seeked upon before calculating the hash. (1326)
[Gabe Van Engel - gvengel, Tomaz Muraus]

- [Backblaze B2] Fix a bug with driver not working correctly due to a
regression which was inadvertently introduced in one of the previous
releases. (1338, 1339)

Reported by Shawn Nock - nocko.
[Tomaz Muraus]

- [Backblaze B2] Fix ``upload_object_via_stream`` method. (1339)
[Tomaz Muraus]

DNS
~~~

- [Cloudflare] Re-write the Cloudflare DNS driver to use Cloudflare API v4.
(LIBCLOUD-1001, LIBCLOUD-994, 1292)
[Clemens Wolff - c-w]

- [Gandi LiveDNS] Add new driver for Gandi LiveDNS service. (1323)
[Ryan Lee - zepheiryan]

- [PowerDNS] Update driver so it works with API v3 and v4. 1328
[biggosh]

2.5.0

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

General
~~~~~~~

- [NTT CIS] Add loadbalancer and compute drivers for NTT-CIS, rename
dimensiondata modules to NTT-CIS. (1250)
[Mitch Raful]

- [NTT CIS] Fix loadbalancer docs. (1270)
[Mitch Raful]

- Use assertIsNone instead of assertEqual with None in tests (1264)
[Ken Dreyer]

- Updating command line arguments to current version in Azure examples.
(1273)
[mitar]

- [GCE, SoftLayer] Update GCE and Softlayer drivers to utilize crypto
primitives from the ``cryptography`` library instead of deprecated and
unmaintained ``PyCrypto`` library.

(1280)
[Ryan Petrello]

- Fix ``libcloud.enable_debug`` function so it doesn't leak open file handle
and closes the open file when the program exits when a debug mode is used.
[Tomaz Muraus]

* Update various drivers (CloudFiles, NTT CIS etc.) so they don't leak open
file handles in some situations.
[Tomaz Muraus]

Common
~~~~~~

- [OpenStack] Handle missing user enabled attribute (1261)
[Ken Dreyer]

- [Google Cloud Storage] Handle Interoperability access keys of more than 20
characters. (1272)
[Yoan Tournade]

Compute
~~~~~~~

- [OpenStack] Implement OpenStack_1_1_NodeDriver ex_get_snapshot (1257)
[Rick van de Loo]

- [OpenStack] Pagination in various OpenStack_2_NodeDriver methods (1263)
[Rick van de Loo]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_create_subnet (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_delete_subnet (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver list_volumes (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_get_volume (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver create_volume (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver destroy_volume (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_list_snapshots (LIBCLOUD-874,
1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver create_volume_snapshot
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver destroy_volume_snapshot
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_list_security_groups
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_create_security_group
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_delete_security_group
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_create_security_group_rule
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_delete_security_group_rule
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Implement OpenStack_2_NodeDriver ex_list_floating_ip_pools
(LIBCLOUD-874, 1242)
[Miguel Caballer]

- [OpenStack] Fix parse_error if 'code' not in API response message
(1242)
[Miguel Caballer]

- [OpenStack] Adapt _to_port function to work with old OpenStack versions
(1242)
[Miguel Caballer]

- [OpenStack] Use SUSPENDED NodeState in OpenStack driver (1269)
[Miguel Caballer]

- [UpCloud] Update documentation for UpCloud driver (LIBCLOUD-1026,
1259)
[Ilari Mäkelä]

- [NTT CIS] Fix indenting in ex_initiate_drs_failover docstring (1271)
[Rick van de Loo]

- [NTT CIS] Change endpoint 'canada' to 'ca' in libcloud/common/nttcis.py
(1270)
[Mitch Raful]

- [OpenStack] Fix ``detach_volume`` method so it works with v2 volumes.
(1267)
[Rick van de Loo]

- [CloudSigma] Fix CloudSigma driver so it correctly handles subscription
objects without the ``start_time`` and / or ``end_time`` attribute.
(1284, LIBCLOUD-1040)
[aki-k, Tomaz Muraus]

Storage
~~~~~~~

- [Azure] Fix ``upload_object_via_stream`` method so it also works with
iterators which don't implement ``seek()`` method. If the iterator doesn't
support seek, entire iterator content will be buffered in memory.
(LIBCLOUD-1043, 1287)
[Clemens Wolff]
- [CloudFiles] Fix ``download_object_as_stream`` method in the CloudFiles
driver. This regression / bug was inadvertently introduced when migrating
code to ``requests``.
(LIBCLOUD-1039, 1283)
[Matt Seymour]
- [CloudFiles] Fix a bug with ``ChunkStreamReader`` class and make sure file
descriptor is also closed if the iterator isn't fully exhausted or if the
iterator is never read from.

NOTE: This potential open file descriptor leakage only affected code which
utilized ``ex_multipart_upload_object`` method.
[Tomaz Muraus]

Container
~~~~~~~~~

- [Docker] Improve docstring for RegistryClient (1254)
[Ken Dreyer]

DNS
~~~

- Add new driver for RcodeZero DNS (1256, LIBCLOUD-1025)
[MikeAT]
- [DigitalOcean] Update DigitalOcean driver so it supports ``ttl`` attribute for
``Record`` objects. This includes support for specifying a record ttl via
``extra['ttl']`` attribute when creating and updating a record. (1252
LIBCLOUD-1022) [Kevin Roy]

Storage
~~~~~~~

- Adds missing docs for param ex_prefix & adds to DummyStore. Add ex_prefix
kwarg to the `list_container_objects` methods in the base and dummy classes.
(1275)
[RichardARPANET]

2.4.0

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

- Refuse installation with Python 2.6 and Python 3.3 (support was
already dropped in Libcloud 2.3.0)

- Support Python 3.7 (1227, 1236)
[Andreas Hasenack, Andrew Starr-Bochicchio, Quentin Pradet]

- Cleanup various Python files
(1182, 1183, 1185, 1186, 1187, 1188)
[Rémy Léone]

- Allow running tests with http_proxy set (1236)
[Andreas Hasenack]

Common
~~~~~~

- [OpenStack] Document openstack_connection_kwargs method (1219)
[Ken Dreyer]

- [OpenStack] Handle missing user email in OpenStackIdentityUser (1249)
[Ken Dreyer]

Compute
~~~~~~~

- [ARM] Support OS disk size definition on node creation (1196)
[Vojta Bartoš]

- [Digital Ocean] Support floating IPs (1177)
[Rick van de Loo]

- [Digital Ocean] Support attach/detach for floating IPs (1191)
[Rick van de Loo]

- [Digital Ocean] Add ex_get_node_details (1221)
[Rick van de Loo]

- [Digital Ocean] Add tags extra attribute to create_node (1212)
[Nikita Chebykin]

- [Dimension Data] Fix IndexError in list_images (1171)
[Adam Friedman]

- [EC2] Add AWS eu-west-3 (Paris) region (1175)
[Anthony Monthe]

- [EC2] Add description to ex_authorize_security_group_ingress (1122)
[Arturo Noha]

- [EC2] Added script to automatically get EC2 instance sizes (1211)
[Anthony Monthe, Quentin Pradet]

- [EC2] Update instance sizes (1238)
[Ward Vandewege]

- [EC2] Accept tags when create a snapshot (LIBCLOUD-1014, 1240)
[Rafael Gonçalves]

- [GCE] Expand Firewall options coverage (LIBCLOUD-960, 1144)
[maxlip]

- [GCE] Expand network and subnetwork options coverage (LIBCLOUD-985,
1181)
[maxlip]

- [GCE] Extend ex_create_address to allow internal ip creation (1174)
[Jeremy Solarz]

- [GCE] Allow shared VPC in managed instance group creation (1179)
[Boris Chazalet]

- [GCE] Support disk_size parameter for boot disk when creating instance
(LIBCLOUD-973, 1162)
[Rahul Paigavan]

- [GCE] Update public image projects list (LIBCLOUD-961, 1143)
[Sean Marlow]

- [GCE] Fix _find_zone_or_region for >500 instances (1203)
[Léo Ferlin-Sutton]

- [GCE] Allow routing_mode=None in ex_create_network (1217)
[Daniel Hunsaker]

- [OpenStack] Implement Glance Image API v2 (1151)
[Rick van de Loo]

- [OpenStack] Fix spelling in ex_files description (1197)
[Ken Dreyer]

- [OpenStack v2] Allow listing image members (1172)
[Rick van de Loo]

- [OpenStack v2] Allow creating and accepting image members (1176)
[Rick van de Loo]

- [OpenStack v2] Fix image members methods (1190)
[Rick van de Loo]

- [OpenStack] Fix API doc for delete_floating_ip (1218)
[Ken Dreyer]

- [OpenStack] Implement port attaching/detaching (1225)
[Rick van de Loo]

- [OpenStack] Add methods for getting and creating ports (1226)
[Alexander Grooff]

- [OpenStack] Add get_user method (1216)
[Ken Dreyer]

- [OpenStack] Add ex_list_subnets to OpenStack_2_NodeDriver (1215,
LIBCLOUD-604)
[Miguel Caballer]

- [OpenStack] The OpenStack_2_NodeDriver uses two connections (1215,
LIBCLOUD-997)
[Miguel Caballer]

- [OpenStack] The OpenStack_2_NodeDriver /v2.0/networks instead of /os-networks
(1215, LIBCLOUD-998)
[Miguel Caballer]

- [Scaleway] New Scaleway driver (1121, 1220)
[Daniel Hunsaker, Nándor István Krácser, Rémy Léone]

- [Scaleway] Update Scaleway default API host (1239)
[Rémy Léone]

DNS
~~~

- [Google Cloud DNS] Document driver instantiation (1198)
[Gareth McFarlane]

Storage
~~~~~~~

- Update docstring for storage provider class (1201)
[Clemens Wolff]

- [Azure Blob Storage] Allow filtering lists by prefix (LIBCLOUD-986,
1193)
[Joshua Hawkinson]

- [Azure Blob Storage] Update driver documentation (1208)
[Clemens Wolff]

- [Azure Blob Storage] Fix upload/download streams (1231)
[Michael Perel]

- [Azure Blob Storage] Fix PageBlob headers (1237)
[Andreas Hasenack]

- [S3] Guess s3 upload content type (LIBCLOUD-958, 1195)
[Iuri de Silvio]

- [S3] Add Amazon S3 (cn-northwest-1) Storage Driver (1241)
[yangkang55]

Other
~~~~~

- Fixed spelling in 2.0 changes documentation (1228)
[Jimmy Casey]

2.3.0

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

- Drop support for Python 2.6 and Python 3.3
They're no longer supported, and the Python ecosystem is starting to
drop support: two of our test dependencies no longer support them.
[Quentin Pradet]

- Made pytest-runner optional (1167)
[Vlad Glagolev]

Common
~~~~~~

- Improve warning when CA_CERTS_PATH is incorrectly passed as a list
(1118)
[Quentin Pradet]

- Cleaned up and corrected third-party drivers documentation (1148)
[Daniel Hunsaker]

- Modernized a few Python examples (1164)
[Batuhan Osman Taşkaya]

- [OpenStack] Authentify with updated Identity API
(LIBCLOUD-965, 1145)
[Miguel Caballer]

Compute
~~~~~~~

- Fix "wait_until_running() method so it also works correctly and doesn't
append "None" to the addresses list if node has no IP address.
(1156, LIBCLOUD-971)
[Tobias Paepke]

- [ARM] Fix checking for "location is None" in several functions (LIBCLOUD-926,
1098)
[Sameh Elsharkawy]

- [ARM] Fix error when using SSH key auth with Python 3 (1098)
[Sameh Elsharkawy]

- [ARM] Fix API call on powerOff, understand PAUSED state (1003)
[Markos Gogoulos]

- [ARM] Delete VHDs more reliably in destroy_node(), raise exception on
unhandled errors (1120)
[Lucas Di Pentima]

- [ARM] Fix api version used to list and delete NICs (1128)
[Peter Amstutz]

- [ARM] Allow faster list_nodes() with ex_fetch_power_state=False
(1126)
[Peter Amstutz, Lucas Di Pentima]

- [ARM] Fix delete_old_vhd (1137)
[Peter Amstutz, Lucas Di Pentima]

- [ARM] Limit number of retries in destroy_node (1134)
[Peter Amstutz, Lucas Di Pentima]

- [ARM] Fix Retry-After header handling (1139)
[Lucas Di Pentima]

- [CloudStack] Handle NICs without addresses (1141)
[Pierre-Yves Ritschard]

- [CloudStack] Add change size and restore (LIBCLOUD-975, 1166)
[Mauro Murari]

- [Digital Ocean] Add ex_enable_ipv6 in DigitalOcean_v2 driver
(1130)
[Rick van de Loo]

- [Digital Ocean] Add support for tags in list_nodes()
(LIBCLOUD-967, 1149)
[Mike Fischer]

- [Digital Ocean] Add rebuild and resize commands
(LIBCLOUD-977, 1169)
[Adam Wight]

- [EC2] Add new x1.16xlarge and x1e.32xlarge instance type. (1101)
[Anthony Monthe]

- [EC2] Add AWS EC2 c5 series (1147)
[Anthony Monthe]

- [EC2] Add AWS EC2 M5 sizes (1159)
[Anthony Monthe]

- [EC2] Update pricing information for EC2 instances.
[Tomaz Muraus]

- [EC2] Allow cn-north-1 even without pricing information
(LIBCLOUD-954, 1127)
[Quentin Pradet]

- [EC2] Fix EBS volume encryption (1008)
[Sergey Babak]

- [ECS Aliyun] Support modify_security_group_attributes (1157)
[Zhang Yiming]

- [GCE] Allow adding labels to images (1138)
[Katriel Traum, Eric Johnson]

- [GCE] Allow adding license strings to images (1136)
[Katriel Traum, Eric Johnson]

- [GCE] Support GCE node labels. (LIBCLOUD-934, 1115)
[maxlip]

- [GCE] Fix `GCEList` pagination. (1095)
[Yap Sok Ann]

- [GCE] Allow setting service account in instance templates (LIBCLOUD-947,
1108)
[Evan Carter]

- [GCE] Add support for private IP addresses in GCE instance creation
(LIBCLOUD-944, 1107)
[Gareth Mcfarlane]

- [GCE] Allow for use of shared network (VPC) and subnetwork (1165)
[Boris Chazalet]

- [GCE] Add support for accelerators (LIBCLOUD-963, 1163)
[Michael Johnson]

- [ProfitBricks] Update driver and add support for the new API v4. (1103)
[Nurfet Becirevic]

- [ProfitBricks] Fix list_snapshots() method (1153)
[Chad Phillips]

- [UpCloud] New driver for UpCloud (LIBCLOUD-938, 1102)
[Mika Lackman, Ilari Mäkelä]

- [UpCloud] Use disk size and storage tier also when creating node from template
(LIBCLOUD-952, 1124)
[Mika Lackman]

- [UpCloud] Allow to define hostname and username
(LIBCLOUD-951, LIBCLOUD-953, 1123, 1125)
[Mika Lackman]

- [UpCloud] Add pricing information to list_sizes (LIBCLOUD-969, 1152)
[Mika Lackman]

Storage
~~~~~~~

- Added Digital Ocean Spaces driver (LIBCLOUD-955, 1129)
[Andrew Starr-Bochicchio]

- [Digital Ocean Spaces] Add support for AMS3 region (1142)
[Andrew Starr-Bochicchio]

- [Digital Ocean Spaces] Add support for SGP1 region (1168)
[Andrew Starr-Bochicchio]

- Fix a bug / regression which resulted in increased memory consumption when
using ``download_object`` method. This method would store whole object
content in memory even though there was no need for that.

This regression was introduced in 2.0.0 when we moved to using ``requests``
library.
(1132)
[Quentin Pradet]

- Fix a regression with hash computation performance and memory usage on object
upload inadvertently introduced in 2.0.0 and make it more efficient.
(1135)
[Quentin Pradet]

2.2.1

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

Common
~~~~~~

- Fix an issue with installation failing on some operating system and file
systems combinations (e.g. ecryptfs layered on top of ext4) which don't
support file names longer than 143 characters. (LIBCLOUD-946, 1112)

Reported by Cyrille Verrier.
[Tomaz Muraus]

Compute
~~~~~~~

- [EC2] add g3 instance types
[1101]
(zulupro)

- [EC2] add 'end' to ec2 reserved_node
[1099]
(xofer)

- Decrease sleep delay (from 1.5 to 0.2 seconds) inside paramiko client which
is used to prevent busy waiting while waiting for data on the channel.

This should cause deploy scripts which produce a lot of output in incremental
manner to finish faster.
[Tomaz Muraus]

- Fix a regression in the Azure ARM driver which didn't allow custom storage
URI suffix to be used with create_node. (1110)
[Lucas Di Pentima]

Tests
~~~~~

- Make sure we normalize header values and cast all the numbers to strings in
base connection classes used by tests. (LIBCLOUD-945, 1111)

Reported by Erich Eckner.
[Tomaz Muraus]

Page 4 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.