You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Tomaz Muraus <to...@apache.org> on 2014/01/22 17:16:20 UTC

[dev] [ANNOUNCE] Apache Libcloud 0.14.0

Libcloud is a Python library that abstracts away the differences among
multiple cloud provider APIs. It allows users to manage cloud services
(servers, storage, load balancers, DNS) offered by many different providers
through a single, unified and easy to use API.

We are pleased to announce a long awaited Libcloud 0.14.0 release.

This is a first release in the 0.14 series which means it brings many
(and I mean many!) new features, changes and improvements.

Release highlights:

- To make working with providers which support multiple regions easier and
  more user-friendly, some of the drivers have moved away from the "one
  class per region" to a single class plus "region" argument model. Those
  drivers include: EC2, Rackspace, ElasticHosts, Joyent, CloudFiles.
- Addition of a programmatic way of updating the pricing file and ability
  to use a custom pricing file. For more information, please see

https://libcloud.readthedocs.org/en/latest/compute/pricing.html#using-a-custom-pricing-file
- Addition of block storage management methods to the following drivers:
  OpenNebula, OpenStack, EC2
- Unification of the extension arguments for handling security groups in
  the EC2 and OpenStack driver
- New standard compute API for SSH key-pair management
- Many new features and improvements in the CloudStack driver
- New compute and load balancer driver for Google Compute Engine (GCE)
- Ability to export Libcloud's DNS zone to BIND zone format
- and much more!

Some of the changes noted above are backward incompatible. For more
information on what has changed and how to update your code to work with
a new release, please visit the "Upgrade Notes" section of our documentation
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0

Full change log can be found at
<
https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES.rst;h=82357df153f887cf105d6dd234857c03eaa1179e;hb=fcf48b75b70393b99a2e13e36e59e009c88a190f#l4
>

Download

Libcloud 0.14.0 can be downloaded from
http://libcloud.apache.org/downloads.html
or installed using pip:

pip install apache-libcloud==0.14.0

It is possible that the file hasn't been synced to all the mirrors yet. If
this
is the case, please use the main Apache mirror -
https://www.apache.org/dist/libcloud.

Upgrading

If you have installed Libcloud using pip you can also use it to upgrade it:

pip install --upgrade apache-libcloud==0.14.0

Upgrade notes

A page which describes backward incompatible or semi-incompatible
changes and how to preserve the old behavior when this is possible
can be found at
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0
.

Documentation

Regular and API documentation is available at
https://libcloud.readthedocs.org/en/latest/.

Bugs / Issues

If you find any bug or issue, please report it on our issue tracker
<https://issues.apache.org/jira/browse/LIBCLOUD>.
Don't forget to attach an example and / or test which reproduces your
problem.

Thanks

Thanks to everyone who contributed and made this release possible!

Full list of people who contributed to this release can be found in the
CHANGES
<
https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES.rst;h=82357df153f887cf105d6dd234857c03eaa1179e;hb=fcf48b75b70393b99a2e13e36e59e009c88a190f#l4
>

[dev] Re: [ANNOUNCE] Apache Libcloud 0.14.0

Posted by Tomaz Muraus <to...@apache.org>.
Sebb,

Yes I'm aware of that. I never thought it was big issue since our artifacts
are small and majority of our downloads and installs actually come from
PyPi.

In any case, next time I will wait.


On Wed, Jan 22, 2014 at 6:06 PM, sebb <se...@gmail.com> wrote:

> On 22 January 2014 16:16, Tomaz Muraus <to...@apache.org> wrote:
>
> > Download
> >
> > Libcloud 0.14.0 can be downloaded from
> > http://libcloud.apache.org/downloads.html
> > or installed using pip:
> >
> > pip install apache-libcloud==0.14.0
> >
> > It is possible that the file hasn't been synced to all the mirrors yet.
>
> Next time please don't send the announce message until the mirrors
> have been given a chance to catch up.
> Best to wait a couple of days to allow for the slowest mirrors.
>
> >  If this is the case, please use the main Apache mirror -
> > https://www.apache.org/dist/libcloud.
>
> The point of mirrors is to reduce the load on the ASF instructure, so
> please don't encourage users to download from the ASF.
>
> The main ASF mirrors should only be used if there is no other mirror.
>
> Thanks!
>

[dev] Re: [ANNOUNCE] Apache Libcloud 0.14.0

Posted by sebb <se...@gmail.com>.
On 22 January 2014 16:16, Tomaz Muraus <to...@apache.org> wrote:

> Download
>
> Libcloud 0.14.0 can be downloaded from
> http://libcloud.apache.org/downloads.html
> or installed using pip:
>
> pip install apache-libcloud==0.14.0
>
> It is possible that the file hasn't been synced to all the mirrors yet.

Next time please don't send the announce message until the mirrors
have been given a chance to catch up.
Best to wait a couple of days to allow for the slowest mirrors.

>  If this is the case, please use the main Apache mirror -
> https://www.apache.org/dist/libcloud.

The point of mirrors is to reduce the load on the ASF instructure, so
please don't encourage users to download from the ASF.

The main ASF mirrors should only be used if there is no other mirror.

Thanks!