Author: anthonyshaw
Date: Wed Dec 16 09:09:09 2015
New Revision: 1720304

URL: http://svn.apache.org/viewvc?rev=1720304&view=rev
Log:
Updated website with 0.20.0 release documentation

Added:
    libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md
    libcloud/site/trunk/source/images/provider-logos/dimensiondata.png   (with 
props)
Modified:
    libcloud/site/trunk/content/images/providers.png
    libcloud/site/trunk/source/downloads.md
    libcloud/site/trunk/source/index.html

Modified: libcloud/site/trunk/content/images/providers.png
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/images/providers.png?rev=1720304&r1=1720303&r2=1720304&view=diff
==============================================================================
Binary files - no diff available.

Added: libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md?rev=1720304&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md 
(added)
+++ libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md 
Wed Dec 16 09:09:09 2015
@@ -0,0 +1,73 @@
+---
+layout: post
+title: Libcloud 0.20.0 released
+author: Anthony Shaw
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.20.0.
+
+This is a first release in the 0.20 series which means it brings many new
+features, improvements, bug-fixes, and DNS drivers.
+
+### Release highlights
+
+* New DNS driver for [GoDaddy][3]
+* New DNS driver for [CloudFlare DNS][4]
+* Many more improvements and API v2.1 support for the [Dimension Data compute 
driver][5]
+* Support for adding and configuring PTR (reverse DNS) record in RackSpace DNS 
driver
+* Support for preemptable instances in Google Compute driver
+* Add new eu-west-2 & us-east-2 regions to the OUTSCALE_INC & OUTSCALE_SAS 
drivers
+* Added C4, M4 instance types in Amazon EC2 driver
+* Add support for multiple regions in Aurora compute driver
+* GoogleStorageDriver can now use either our S3 authentication or other Google 
Cloud Platform OAuth2 authentication methods.
+* Removed DreamHosts Compute Driver, DreamHosts users will now use the 
OpenStack Node driver since DreamHosts are OpenStack API compliant
+* and much more!
+
+Full change log can be found at [here][1].
+
+### Download
+
+The release can can be downloaded from
+<https://libcloud.apache.org/downloads.html> or installed using pip:
+
+<pre>
+pip install apache-libcloud==0.20.0
+</pre>
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+<pre>
+pip install --upgrade apache-libcloud==0.20.0
+</pre>
+
+### 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>
+
+### 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 file][1].
+
+[1]: 
https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-20-0
+[2]: http://cloud.dimensiondata.com/am/en/
+[3]: http://libcloud.readthedocs.org/en/latest/dns/drivers/godaddy.html

Modified: libcloud/site/trunk/source/downloads.md
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1720304&r1=1720303&r2=1720304&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Wed Dec 16 09:09:09 2015
@@ -9,13 +9,13 @@ description: Download the latest version
 This page contains link to the latest stable release of Libcloud. If you are
 interested in an older release, please visit the [archive page][15].
 
-<a name="latest-stable-release" id="latest-stable-release"><h2 
class="anchor">Libcloud 0.19.0 (stable) - Released on October 30, 2015</h2></a>
+<a name="latest-stable-release" id="latest-stable-release"><h2 
class="anchor">Libcloud 0.20.0 (stable) - Released on December 15, 2015</h2></a>
 
 Files:
 
-* [apache-libcloud-0.19.0.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]]
-* [apache-libcloud-0.19.0.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]]
-* [apache-libcloud-0.19.0.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]]
+* [apache-libcloud-0.20.0.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]]
+* [apache-libcloud-0.20.0.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]]
+* [apache-libcloud-0.20.0.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]]
 
 Upgrade notes: [Click][17]
 
@@ -149,7 +149,7 @@ is mentioned above.
 3.. Verify package with `.asc` signature file
 
 {% highlight bash %}
-gpg --verify apache-libcloud-0.19.0.tar.bz2.asc
+gpg --verify apache-libcloud-0.20.0.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: Good signature from "Paul Querna <...>"
 gpg:                 aka "Paul Querna <...>"
@@ -162,27 +162,27 @@ Primary key fingerprint: 39F6 691A 0ECF
 Example of a bad signature:
 
 {% highlight bash %}
-gpg --verify apache-libcloud-0.19.0.tar.bz2.asc
+gpg --verify apache-libcloud-0.20.0.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: BAD signature from "Paul Querna <...>"
 {% endhighlight %}
 
 [1]: {{ page.url }}
-[2]: 
http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.19.0.tar.gz
-[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.gz.asc
-[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.gz.sha1
-[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.gz.md5
-[6]: 
http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.19.0.tar.bz2
-[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.bz2.asc
-[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.bz2.sha1
-[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.tar.bz2.md5
-[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.19.0.zip
-[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.zip.asc
-[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.zip.sha1
-[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.19.0.zip.md5
+[2]: 
http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.tar.gz
+[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.asc
+[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.sha1
+[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.gz.md5
+[6]: 
http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.tar.bz2
+[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.asc
+[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.sha1
+[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.tar.bz2.md5
+[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-0.20.0.zip
+[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.asc
+[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.sha1
+[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.20.0.zip.md5
 [14]: https://www.apache.org/dist/libcloud/KEYS
 [15]: http://archive.apache.org/dist/libcloud/
 [16]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html
-[17]: 
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.19.0
+[17]: 
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0.20.0
 [18]: https://github.com/apache/libcloud
 [19]: https://git-wip-us.apache.org/repos/asf/libcloud.git

Added: libcloud/site/trunk/source/images/provider-logos/dimensiondata.png
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/images/provider-logos/dimensiondata.png?rev=1720304&view=auto
==============================================================================
Binary file - no diff available.

Propchange: libcloud/site/trunk/source/images/provider-logos/dimensiondata.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: libcloud/site/trunk/source/index.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1720304&r1=1720303&r2=1720304&view=diff
==============================================================================
--- libcloud/site/trunk/source/index.html (original)
+++ libcloud/site/trunk/source/index.html Wed Dec 16 09:09:09 2015
@@ -54,6 +54,9 @@ javascript_files:
               <a 
href="https://libcloud.readthedocs.org/en/latest/compute/drivers/libvirt.html"; 
target="_blank">
                 <img src="/images/provider-logos/libvirt.png" 
class="provider-logo" />
               </a>
+              <a 
href="https://libcloud.readthedocs.org/en/latest/compute/drivers/dimensiondata.html";
 target="_blank">
+                <img src="/images/provider-logos/dimensiondata.png" 
class="provider-logo" />
+              </a>
           </div>
         </div>
 
@@ -70,7 +73,7 @@ javascript_files:
     <div class="row section row-2">
       <div class="col-md-6">
         <h3>Installation</h3>
-        <p>Latest stable version: <a 
href="https://pypi.python.org/pypi/apache-libcloud/0.19.0"; 
target="_blank">0.19.0</a></p>
+        <p>Latest stable version: <a 
href="https://pypi.python.org/pypi/apache-libcloud/0.20.0"; 
target="_blank">0.20.0</a></p>
         <p><code>pip install apache-libcloud</code></p>
         <p>Or <a href="downloads.html">download it from our servers</a> and 
install it manually.</p>
       </div>


Reply via email to