Added: libcloud/site/trunk/source/_posts/2014-06-26-libcloud-0-15-0-released.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2014-06-26-libcloud-0-15-0-released.md?rev=1608359&view=auto ============================================================================== --- libcloud/site/trunk/source/_posts/2014-06-26-libcloud-0-15-0-released.md (added) +++ libcloud/site/trunk/source/_posts/2014-06-26-libcloud-0-15-0-released.md Mon Jul 7 07:47:28 2014 @@ -0,0 +1,68 @@ +--- +layout: post +title: Libcloud 0.15.0 released +author: Tomaz Muraus +tags: + - news + - release announcement +--- + +We are pleased to announce the release of Libcloud 0.15.0. + +This is a first release in the 0.15 series which means it brings many +new features, improvements and bug fixes. + +### Release highlights + +* New compute driver for [Outscale SAS and Outscale INC cloud][3] +* New compute driver for [HP Public Cloud (Helion)][4] +* New compute driver for [Kili public cloud][5] +* Extension methods for the VPC Internet gateway management in the EC2 driver +* Lower memory usage and faster parsing of large XML responses when lxml + library is installed. +* and much more! + +Full change log can be found [here][2]. + +### Download + +Libcloud 0.15.0 can be downloaded from +<https://libcloud.apache.org/downloads.html> + +or installed using pip: + +{% highlight bash %} +pip install apache-libcloud==0.15.0 +{% endhighlight %} + +### Upgrading + +If you have installed Libcloud using pip you can also use it to upgrade it: + +{% highlight bash %} +pip install --upgrade apache-libcloud==0.15.0 +{% endhighlight %} + +### Documentation + +Regular and API documentation is available at +<https://libcloud.readthedocs.org/en/v0.15.0/>. + +### 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 +[Changelog][2]. + +[1]: http://mail-archives.us.apache.org/mod_mbox/www-announce/201312.mbox/%3ccajmhemjsmn071xfv8ikleph_ky-mkm48e2qe02fqqftqact...@mail.gmail.com%3E +[2]: https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-15-0 +[3]: https://www.outscale.com/en/ +[4]: http://www.hpcloud.com/ +[5]: http://kili.io/
Added: libcloud/site/trunk/source/_posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin.md?rev=1608359&view=auto ============================================================================== --- libcloud/site/trunk/source/_posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin.md (added) +++ libcloud/site/trunk/source/_posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin.md Mon Jul 7 07:47:28 2014 @@ -0,0 +1,39 @@ +--- +layout: post +title: Libcloud's 5th birthday celebration during EuroPython week in Berlin +author: Tomaz Muraus +tags: + - news + - conferences + - events + - celebrations +--- + +On July 23nd of this year it will be exactly 5 years from the initial project +announcement on the [Cloudkick blog][3]. + +We are going to celebrate this great milestone with a cake and drinks and we +would like to invite you to join us. The celebration will take place in a nice +bar during the [EuroPython week][2] in Berlin, Germany. + +<div class="imginline"> + <img src="/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/cake.png" class="img-responsive inline" /> + <p class="img-caption">The cake is not a lie!</p> +</div> + +Celebration will be attended by Libcloud developers so this is also a great +opportunity for you to meet and hang with us in real-life and ask any questions +you might have about the project. + +<div class="imginline"> + <a href="https://www.eventbrite.com/e/apache-libclouds-5th-birthday-celebration-tickets-12180609531" target="_blank"><img src="/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/eventbrite_page.jpg" class="img-responsive inline" /></a> + <p class="img-caption">For more information visit the eventbrite page.</p> +</div> + +For more information, exact location and RSVP, please refer to the +[Eventbrite page][1]. Keep in mind that RSVP is mandatory if you want to +attend the celebration. + +[1]: https://www.eventbrite.com/e/apache-libclouds-5th-birthday-celebration-tickets-12180609531 +[2]: https://ep2014.europython.eu/en/ +[3]: http://web.archive.org/web/20120517182502/https://www.cloudkick.com/blog/2009/jul/23/libcloud-announced/ Added: libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/cake.png URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/cake.png?rev=1608359&view=auto ============================================================================== Binary file - no diff available. Propchange: libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/cake.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/eventbrite_page.jpg URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/eventbrite_page.jpg?rev=1608359&view=auto ============================================================================== Binary file - no diff available. Propchange: libcloud/site/trunk/source/images/posts/2014-07-07-libcloud-5th-birthday-celebration-during-europython-week-in-berlin/eventbrite_page.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg
