Repository: libcloud Updated Branches: refs/heads/trunk f6aaee21b -> c7cce02db
Fix formatting in CHANGES.rst file so generate contributors script works correclty. Also wrap lines at 80 characters. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a8881e13 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a8881e13 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a8881e13 Branch: refs/heads/trunk Commit: a8881e135e34db66781d60b4328ac5dd981d2d9e Parents: 419c694 Author: Tomaz Muraus <to...@tomaz.me> Authored: Sun Feb 12 15:59:43 2017 +0100 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Sun Feb 12 15:59:43 2017 +0100 ---------------------------------------------------------------------- CHANGES.rst | 86 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a8881e13/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 5b1420c..d59b3f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,39 +7,44 @@ Changes Apache Libcloud 2.0.0rc1 Common ~~~~~~ -- Fix DEBUG mode, also add support for using io.StringIO as the file handle when calling libcloud.enable_debug - [GITHUB-978, LIBCLOUD-887] - (Anthony Shaw) +- Fix DEBUG mode, also add support for using io.StringIO as the file handle + when calling libcloud.enable_debug. + (GITHUB-978, LIBCLOUD-887) + [Anthony Shaw] -- Introduction of the requests package as the mechanism for making HTTP requests for all drivers - [GITHUB-928] - (Anthony Shaw) +- Introduction of the requests package as the mechanism for making HTTP + requests for all drivers. + (GITHUB-928) + [Anthony Shaw] -- Fix bug where custom port and secure flag would not get propagated to connection class - [GITHUB-972] - (Anthony Shaw) +- Fix bug where custom port and secure flag would not get propagated to + connection class. + (GITHUB-972) + [Anthony Shaw] -- Fix bug where custom port would not get propagated to connection - [GITHUB-971] - (Anthony Shaw) +- Fix bug where custom port would not get propagated to connection. + (GITHUB-971) + [Anthony Shaw] -- Fix bug where instantiating a connection from URL and then requesting an action with a leading / would lead to - a malformed URL - [GITHUB-976] - (Anthony Shaw) +- Fix bug where instantiating a connection from URL and then requesting an + action with a leading / would lead to a malformed URL. + (GITHUB-976) + [Anthony Shaw] Compute ~~~~~~~ -- Fix a bug in profitbricks driver where listing snapshots would request a malformed URL +- Fix a bug in profitbricks driver where listing snapshots would request a + malformed URL. [GITHUB-976] (Anthony Shaw) -- Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated - [GITHUB-967] - (Anthony Shaw) - -- [google compute] Improve performance of list nodes by caching volume information. +- Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated. + (GITHUB-967) + [Anthony Shaw] + +- [google compute] Improve performance of list nodes by caching volume + information. (GITHUB-813, LIBCLOUD-826) [Tom Melendez] @@ -50,34 +55,36 @@ Common ~~~~~~ - Set Dimension Data compute, backup and load balancer to default to 2.4 API. - [GITHUB-961] + (GITHUB-961) [Samuel Chong] Compute ~~~~~~~ - [azure] New method for accessing rate cards. - [GITHUB-957] - (Soren L. Hansen) + (GITHUB-957) + [Soren L. Hansen] - [gce] Allow multiple preemptible instances to be created. - [GITHUB-954] - (John Baublitz) + (GITHUB-954) + [John Baublitz] - [openstack] Add new Connection class to support VOMS proxys to keystone servers. - [GITHUB-959] - (micafer) + (GITHUB-959) + [micafer] - [outscale] Added support for changed API for describing quotas. - [GITHUB-960] - (Javier M. Mellid) + (GITHUB-960) + [Javier M. Mellid] - [ec2] Added m4 instances to us-gov and brazil, added m4.16xlarge to all. - [GITHUB-964] - (Matthew Tyas) + (GITHUB-964) + [Matthew Tyas] -- Added new CloudScale.ch driver +- Add new CloudScale.ch driver + (GITHUB-951) + [Dave Halter] - [google compute] Bug fix for ex_create_multiple_nodes Google Cloud disk auto delete. @@ -108,8 +115,8 @@ Container - [rancher] The scheme (secure) and port no longer need to be explicitly specified, allowing a user to simply copy in the string provided to them from Rancher. - [GITHUB-958] - (Matthew Ellison) + (GITHUB-958) + [Matthew Ellison] Changes in Apache Libcloud 1.4.0 -------------------------------- @@ -184,7 +191,7 @@ Compute [Anthony Monthe] - [GCE] Support for HTTP(S) proxies with BackendServices. - (GITHUB-856 + (GITHUB-856) [Tom Melendez] Container @@ -240,7 +247,7 @@ General [Michael Calmer] - Deprecate DigitalOcean v1 API support in favour of v2 API. - (GITHUB-889)(GITHUB-892) + (GITHUB-889, GITHUB-892) [Andrew Starr-Bochicchio] - Deprecate RunAbove cloud drivers in favour of new OVH cloud driver. @@ -284,11 +291,13 @@ Compute - Added `ex_stop_node` to the OpenStack driver. (GITHUB-865) + [Allard Hoeve] - When creating volume snapshot, the arguments `name` and `description` are truely optional when working with newer OpenStack versions. The OpenStack driver will now only post thost arguments if they are non-`NoneType`. (GITHUB-866) + [Allard Hoeve] - StorageVolumeSnapshot now has an attribute `name` that has the name of the snapshot if the provider supports it. This used to be `.extra['name']`, but @@ -604,7 +613,6 @@ Storage (GITHUB-736) [Javier M. Mellid] - - Add new S3 RGW storage driver. (GITHUB-786, GITHUB-792) [Javier M. Mellid]