You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/01/25 06:56:11 UTC

[3/3] libcloud git commit: CHANGES.rst: Order "Compute" changes by driver

CHANGES.rst: Order "Compute" changes by driver


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/91257d53
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/91257d53
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/91257d53

Branch: refs/heads/trunk
Commit: 91257d53383a9afaef8645b4d88402c7f138e5dd
Parents: f2fbe31
Author: Quentin Pradet <qu...@apache.org>
Authored: Thu Jan 25 10:54:54 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Thu Jan 25 10:55:28 2018 +0400

----------------------------------------------------------------------
 CHANGES.rst | 135 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 68 insertions(+), 67 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/91257d53/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 0c89220..84581e6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,35 +24,10 @@ Common
 Compute
 ~~~~~~~
 
-- [GCE] Allow adding labels to images (GITHUB-1138)
-  [Katriel Traum, Eric Johnson]
-
-- [GCE] Allow adding license strings to images (GITHUB-1136)
-  [Katriel Traum, Eric Johnson]
-
-- [UpCloud] New driver for UpCloud (LIBCLOUD-938, GITHUB-1102)
-  [Mika Lackman, Ilari Mäkelä]
-
-- [EC2] Add new x1.16xlarge and x1e.32xlarge instance type. (GITHUB-1101)
-  [Anthony Monthe]
-
-- [EC2] Add AWS EC2 c5 series (GITHUB-1147)
-  [Anthony Monthe]
-
-- [EC2] Add AWS EC2 M5 sizes (GITHUB-1159)
-  [Anthony Monthe]
-
-- [EC2] Update pricing information for EC2 instances.
-  [Tomaz Muraus]
-
-- Update ProfitBricks driver and add support for the new API v4. (GITHUB-1103)
-  [Nurfet Becirevic]
-
-- [GCE] Support GCE node labels. (LIBCLOUD-934, GITHUB-1115)
-  [@maxlip]
-
-- [GCE] Fix `GCEList` pagination. (GITHUB-1095)
-  [Yap Sok Ann]
+- 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.
+  (GITHUB-1156, LIBCLOUD-971)
+  [Tobias Paepke]
 
 - [ARM] Fix checking for "location is None" in several functions (LIBCLOUD-926, GITHUB-1098)
   [Sameh Elsharkawy]
@@ -60,23 +35,9 @@ Compute
 - [ARM] Fix error when using SSH key auth with Python 3 (GITHUB-1098)
   [Sameh Elsharkawy]
 
-- [GCE] Allow setting service account in instance templates (LIBCLOUD-947, GITHUB-1108)
-  [Evan Carter]
-
 - [ARM] Fix API call on powerOff, understand PAUSED state (GITHUB-1003)
   [Markos Gogoulos]
 
-- [UpCloud] Use disk size and storage tier also when creating node from template
-  (LIBCLOUD-952, GITHUB-1124)
-  [Mika Lackman]
-
-- [UpCloud] Allow to define hostname and username
-  (LIBCLOUD-951, LIBCLOUD-953, GITHUB-1123, GITHUB-1125)
-  [Mika Lackman]
-
-- [UpCloud] Add pricing information to list_sizes (LIBCLOUD-969, GITHUB-1152)
-  [Mika Lackman]
-
 - [ARM] Delete VHDs more reliably in destroy_node(), raise exception on unhandled errors
   (GITHUB-1120)
   [Lucas Di Pentima]
@@ -88,21 +49,6 @@ Compute
   (GITHUB-1126)
   [Peter Amstutz, Lucas Di Pentima]
 
-- [EC2] Allow cn-north-1 even without pricing information
-  (LIBCLOUD-954, GITHUB-1127)
-  [Quentin Pradet]
-
-- [Digital Ocean] Add ex_enable_ipv6 in DigitalOcean_v2 driver
-  (GITHUB-1130)
-  [Rick van de Loo]
-
-- [EC2] Fix EBS volume encryption (GITHUB-1008)
-  [Sergey Babak]
-
-- [GCE] Add support for private IP addresses in GCE instance creation
-  (LIBCLOUD-944, GITHUB-1107)
-  [Gareth Mcfarlane]
-
 - [ARM] Fix delete_old_vhd (GITHUB-1137)
   [Peter Amstutz, Lucas Di Pentima]
 
@@ -115,26 +61,81 @@ Compute
 - [CloudStack] Handle NICs without addresses (GITHUB-1141)
   [Pierre-Yves Ritschard]
 
-- 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.
-  (GITHUB-1156, LIBCLOUD-971)
-  [Tobias Paepke]
+- [CloudStack] Add change size and restore (LIBCLOUD-975, GITHUB-1166)
+  [Mauro Murari]
+
+- [Digital Ocean] Add ex_enable_ipv6 in DigitalOcean_v2 driver
+  (GITHUB-1130)
+  [Rick van de Loo]
+
+- [Digital Ocean] Add support for tags in list_nodes()
+  (LIBCLOUD-967, GITHUB-1149)
+  [Mike Fischer]
+
+- [EC2] Add new x1.16xlarge and x1e.32xlarge instance type. (GITHUB-1101)
+  [Anthony Monthe]
+
+- [EC2] Add AWS EC2 c5 series (GITHUB-1147)
+  [Anthony Monthe]
+
+- [EC2] Add AWS EC2 M5 sizes (GITHUB-1159)
+  [Anthony Monthe]
+
+- [EC2] Update pricing information for EC2 instances.
+  [Tomaz Muraus]
+
+- [EC2] Allow cn-north-1 even without pricing information
+  (LIBCLOUD-954, GITHUB-1127)
+  [Quentin Pradet]
+
+- [EC2] Fix EBS volume encryption (GITHUB-1008)
+  [Sergey Babak]
 
 - [ECS Aliyun] Support modify_security_group_attributes (GITHUB-1157)
   [Zhang Yiming]
 
+- [GCE] Allow adding labels to images (GITHUB-1138)
+  [Katriel Traum, Eric Johnson]
+
+- [GCE] Allow adding license strings to images (GITHUB-1136)
+  [Katriel Traum, Eric Johnson]
+
+- [GCE] Support GCE node labels. (LIBCLOUD-934, GITHUB-1115)
+  [@maxlip]
+
+- [GCE] Fix `GCEList` pagination. (GITHUB-1095)
+  [Yap Sok Ann]
+
+- [GCE] Allow setting service account in instance templates (LIBCLOUD-947, GITHUB-1108)
+  [Evan Carter]
+
+- [GCE] Add support for private IP addresses in GCE instance creation
+  (LIBCLOUD-944, GITHUB-1107)
+  [Gareth Mcfarlane]
+
 - [GCE] Allow for use of shared network (VPC) and subnetwork (GITHUB-1165)
   [Boris Chazalet]
 
 - [GCE] Add support for accelerators (LIBCLOUD-963, GITHUB-1163)
   [Michael Johnson]
 
-- [Digital Ocean] Add support for tags in list_nodes()
-  (LIBCLOUD-967, GITHUB-1149)
-  [Mike Fischer]
+- [ProfitBricks] Update driver and add support for the new API v4. (GITHUB-1103)
+  [Nurfet Becirevic]
+
+- [UpCloud] New driver for UpCloud (LIBCLOUD-938, GITHUB-1102)
+  [Mika Lackman, Ilari Mäkelä]
+
+- [UpCloud] Use disk size and storage tier also when creating node from template
+  (LIBCLOUD-952, GITHUB-1124)
+  [Mika Lackman]
+
+- [UpCloud] Allow to define hostname and username
+  (LIBCLOUD-951, LIBCLOUD-953, GITHUB-1123, GITHUB-1125)
+  [Mika Lackman]
+
+- [UpCloud] Add pricing information to list_sizes (LIBCLOUD-969, GITHUB-1152)
+  [Mika Lackman]
 
-- [CloudStack] Add change size and restore (LIBCLOUD-975, GITHUB-1166)
-  [Mauro Murari]
 
 Storage
 ~~~~~~~