You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/22 08:56:38 UTC

[libcloud] branch trunk updated (04ba707 -> bed982a)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 04ba707  Merge pull request #1612 from micafer/fix_1611
     new 07fc284  Add changelog entry.
     add c84b341  EC2: Add support for gp3 and io2 volumes
     new 495052a  Merge branch 'trunk' of https://github.com/palashgandhi/libcloud into trunk
     new bed982a  Add changelog entry for #1596.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                       |  9 +++++++++
 libcloud/compute/drivers/ec2.py   | 21 +++++++++++++++------
 libcloud/test/compute/test_ec2.py |  6 +++++-
 3 files changed, 29 insertions(+), 7 deletions(-)

[libcloud] 02/03: Merge branch 'trunk' of https://github.com/palashgandhi/libcloud into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 495052ac56a258e669abbf0b0bd9651efbff8dc0
Merge: 07fc284 c84b341
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:51:03 2021 +0200

    Merge branch 'trunk' of https://github.com/palashgandhi/libcloud into trunk

 libcloud/compute/drivers/ec2.py   | 21 +++++++++++++++------
 libcloud/test/compute/test_ec2.py |  6 +++++-
 2 files changed, 20 insertions(+), 7 deletions(-)

[libcloud] 01/03: Add changelog entry.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 07fc2844bc1e990f8d7d86bd0d92cead1174af79
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:36:53 2021 +0200

    Add changelog entry.
---
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 57a2e92..4cbdf4d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -68,6 +68,10 @@ Compute
   (GITHUB-1558)
   [Dimitris Galanis - @dimgal1]
 
+- [OpenStack] Add binding:host_id value to the OpenStack port information.
+  (GITHUB-1492)
+  [Miguel Caballer - @micafer]
+
 DNS
 ~~~
 

[libcloud] 03/03: Add changelog entry for #1596.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit bed982a830dbc2b4c83819b2f4c5bf54f20ceff4
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 10:52:42 2021 +0200

    Add changelog entry for #1596.
---
 CHANGES.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 4cbdf4d..45a2c26 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -72,6 +72,11 @@ Compute
   (GITHUB-1492)
   [Miguel Caballer - @micafer]
 
+- [EC2] Add support for ``gp3`` and ``io2`` volume types. Also add
+  ``ex_throughput`` argument to the ``create_volume`` method.
+  (GITHUB-1596)
+  [Palash Gandhi - @palashgandhi]
+
 DNS
 ~~~