Modified: libcloud/site/trunk/generated/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1866043&r1=1866042&r2=1866043&view=diff ============================================================================== --- libcloud/site/trunk/generated/index.html (original) +++ libcloud/site/trunk/generated/index.html Wed Aug 28 19:25:52 2019 @@ -169,7 +169,7 @@ <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/2.5.0" target="_blank">2.5.0</a></p> + <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/2.6.0" target="_blank">2.6.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> @@ -241,19 +241,19 @@ <h3>Latest Blog Posts</h3> - <p><a href="/blog/2019/08/27/clemens-wolff-joins-our-team.html">Clemens Wolff (clewolff) joins our team</a> + <p><a href="/blog/2019/08/28/libcloud-2-6-0-released.html">Libcloud 2.6.0 released</a> - <p><a href="/blog/2019/05/30/libcloud-2-5-0-released.html">Libcloud 2.5.0 released</a> + <p><a href="/blog/2019/08/27/clemens-wolff-joins-our-team.html">Clemens Wolff (clewolff) joins our team</a> - <p><a href="/blog/2018/11/08/libcloud-2-4-0-released.html">Libcloud 2.4.0 released</a> + <p><a href="/blog/2019/05/30/libcloud-2-5-0-released.html">Libcloud 2.5.0 released</a> - <p><a href="/blog/2018/06/27/rick-van-de-loo-joins-our-team.html">Rick van de Loo (vdloo) joins our team</a> + <p><a href="/blog/2018/11/08/libcloud-2-4-0-released.html">Libcloud 2.4.0 released</a>
Modified: libcloud/site/trunk/generated/sitemap.xml URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1866043&r1=1866042&r2=1866043&view=diff ============================================================================== --- libcloud/site/trunk/generated/sitemap.xml (original) +++ libcloud/site/trunk/generated/sitemap.xml Wed Aug 28 19:25:52 2019 @@ -395,6 +395,10 @@ <lastmod>2019-08-27T00:00:00+02:00</lastmod> </url> <url> + <loc>https://libcloud.apache.org/blog/2019/08/28/libcloud-2-6-0-released.html</loc> + <lastmod>2019-08-28T00:00:00+02:00</lastmod> + </url> + <url> <loc>https://libcloud.apache.org/getting-started.html</loc> <lastmod>2019-05-30T20:07:30+02:00</lastmod> </url> @@ -408,7 +412,7 @@ </url> <url> <loc>https://libcloud.apache.org/blog/blog/</loc> - <lastmod>2019-08-27T17:33:58+02:00</lastmod> + <lastmod>2019-08-28T21:24:54+02:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/media.html</loc> @@ -424,7 +428,7 @@ </url> <url> <loc>https://libcloud.apache.org/downloads.html</loc> - <lastmod>2019-05-30T20:09:19+02:00</lastmod> + <lastmod>2019-08-28T21:00:29+02:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/whois-using.html</loc> @@ -440,7 +444,7 @@ </url> <url> <loc>https://libcloud.apache.org/</loc> - <lastmod>2019-08-27T17:33:58+02:00</lastmod> + <lastmod>2019-08-28T21:24:54+02:00</lastmod> </url> <url> <loc>https://libcloud.apache.org/credits.html</loc> Added: libcloud/site/trunk/source/_posts/2019-08-28-libcloud-2-6-0-released.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2019-08-28-libcloud-2-6-0-released.md?rev=1866043&view=auto ============================================================================== --- libcloud/site/trunk/source/_posts/2019-08-28-libcloud-2-6-0-released.md (added) +++ libcloud/site/trunk/source/_posts/2019-08-28-libcloud-2-6-0-released.md Wed Aug 28 19:25:52 2019 @@ -0,0 +1,70 @@ +--- +layout: post +title: Libcloud 2.6.0 released +author: Tomaz Muraus +tags: + - news + - release announcement +--- + +We are pleased to announce the release of Libcloud 2.6.0! + +This release includes many new features and improvements. Highlights +include: + +* [New compute driver for Gridscale.io provider][3] +* New compute driver for Maxihost provider +* Various improvements in the OpenStack compute driver +* [Support for ``https`` proxies][2] +* Various improvements in the Azure blobs storage driver +* Various improvements to the deploy node functionality and handling of + unsupported SSH key types +* CloudFlare DNS driver has been updated to use CloudFlare API v4 +* and much more. + +Full change log can be found at +<http://libcloud.readthedocs.io/en/latest/changelog.html#changes-in-apache-libcloud-2.6.0>. + +### Download + +The release can can be downloaded from +<https://libcloud.apache.org/downloads.html> or installed using pip: + +<pre> +pip install apache-libcloud==2.6.0 +</pre> + +### Upgrading + +If you have installed Libcloud using pip you can also use it to upgrade it: + +<pre> +pip install --upgrade apache-libcloud==2.6.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/v2.6.0/> + +### Bugs / Issues + +If you find any bug or issue, please report it on our issue tracker +<https://github.com/apache/libcloud/issues>. +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/v2.6.0/changelog.html +[2]: https://libcloud.readthedocs.io/en/latest/other/using-http-proxy.html +[3]: https://libcloud.readthedocs.io/en/latest/compute/drivers/gridscale.html Modified: libcloud/site/trunk/source/downloads.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1866043&r1=1866042&r2=1866043&view=diff ============================================================================== --- libcloud/site/trunk/source/downloads.md (original) +++ libcloud/site/trunk/source/downloads.md Wed Aug 28 19:25:52 2019 @@ -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 2.5.0 (stable) - Released on May 30, 2019</h2></a> +<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 2.6.0 (stable) - Released on Agust 28, 2019</h2></a> Files: -* [apache-libcloud-2.5.0.tar.gz][2] [[asc][3]] [[sha256][4]] [[sha512][5]] -* [apache-libcloud-2.5.0.tar.bz2][6] [[asc][7]] [[sha256][8]] [[sha512][9]] -* [apache-libcloud-2.5.0.zip][10] [[asc][11]] [[sha256][12]] [[sha512][13]] +* [apache-libcloud-2.6.0.tar.gz][2] [[asc][3]] [[sha256][4]] [[sha512][5]] +* [apache-libcloud-2.6.0.tar.bz2][6] [[asc][7]] [[sha256][8]] [[sha512][9]] +* [apache-libcloud-2.6.0.zip][10] [[asc][11]] [[sha256][12]] [[sha512][13]] Upgrade notes: [Click][16] @@ -180,18 +180,18 @@ gpg: BAD signature from "Paul Querna <.. {% endhighlight %} [1]: {{ page.url }} -[2]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.5.0.tar.gz -[3]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.gz.asc -[4]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.gz.sha256 -[5]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.gz.sha512 -[6]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.5.0.tar.bz2 -[7]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.bz2.asc -[8]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.bz2.sha256 -[9]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.tar.bz2.sha512 -[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.5.0.zip -[11]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.zip.asc -[12]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.zip.sha256 -[13]: http://www.apache.org/dist/libcloud/apache-libcloud-2.5.0.zip.sha512 +[2]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.6.0.tar.gz +[3]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.gz.asc +[4]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.gz.sha256 +[5]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.gz.sha512 +[6]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.6.0.tar.bz2 +[7]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.bz2.asc +[8]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.bz2.sha256 +[9]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.tar.bz2.sha512 +[10]: http://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.6.0.zip +[11]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.zip.asc +[12]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.zip.sha256 +[13]: http://www.apache.org/dist/libcloud/apache-libcloud-2.6.0.zip.sha512 [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 Modified: libcloud/site/trunk/source/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1866043&r1=1866042&r2=1866043&view=diff ============================================================================== --- libcloud/site/trunk/source/index.html (original) +++ libcloud/site/trunk/source/index.html Wed Aug 28 19:25:52 2019 @@ -81,7 +81,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/2.5.0" target="_blank">2.5.0</a></p> + <p>Latest stable version: <a href="https://pypi.python.org/pypi/apache-libcloud/2.6.0" target="_blank">2.6.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>
