Modified: jclouds/site-content/releasenotes/atom.xml URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1887257&r1=1887256&r2=1887257&view=diff ============================================================================== --- jclouds/site-content/releasenotes/atom.xml (original) +++ jclouds/site-content/releasenotes/atom.xml Sat Mar 6 13:39:53 2021 @@ -9,9 +9,9 @@ <entry> - <id>https://jclouds.apache.org/releasenotes/2.2.1/</id> - <title type="html"><![CDATA[Release Notes for Version 2.2.1]]></title> - <link href="https://jclouds.apache.org/releasenotes/2.2.1/"/> + <id>https://jclouds.apache.org/releasenotes/2.3.0/</id> + <title type="html"><![CDATA[Release Notes for Version 2.3.0]]></title> + <link href="https://jclouds.apache.org/releasenotes/2.3.0/"/> <updated>2019-10-21T00:00:00Z</updated> <content type="html"><![CDATA[<ol> <li><a href="#intro">Introduction</a></li> @@ -24,23 +24,25 @@ <h2><a id="intro"></a>Introduction</h2> -<p>Apache jclouds 2.2.1 is the first bugfix release after jclouds 2.2.0 and comes with several bugfixes and performance improvements. -You can <a href="https://s.apache.org/jclouds221">read the official announcement here</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> +<p>Apache jclouds 2.3.0 is a first major release after a long period of time. +In this release we have focused on modernizing the codebase and upgraded many dependencies which should help users with more modern environments. +You can <a href="https://s.apache.org/jclouds230">read the official announcement here</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> <h2><a id="highlights"></a>Release Highlights</h2> -<p>New features in Apache jclouds 2.2.1 include:</p> +<p>New features in Apache jclouds 2.3.0 include:</p> <ul> -<li>The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now -maintained by the Apache Karaf team and they will be released by them.</li> +<li>Upgradings Guava, Guice, and GSON dependencies</li> </ul> <h3>Bugs and patches</h3> <ul> -<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1520'>JCLOUDS-1520</a>] - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-912'>JCLOUDS-912</a>] - GCS uploads with InputStream payloads are not working +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1470'>JCLOUDS-1470</a>] - Vulnarable Guava dependency dragged from jclouds-driver </li> <li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1529'>JCLOUDS-1529</a>] - NullPointerException in org.jclouds.json.gson.internal.JsonReaderInternalAccess.INSTANCE </li> @@ -52,16 +54,52 @@ maintained by the Apache Karaf team and </li> <li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1544'>JCLOUDS-1544</a>] - Unable to build javadoc with JDK >= 8 </li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1547'>JCLOUDS-1547</a>] - Google InputStream blob upload ignores MD5 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1552'>JCLOUDS-1552</a>] - AWSError#parseAWSErrorFromContent attempts to parse the response even if there is none +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1559'>JCLOUDS-1559</a>] - ParseJson is using the system's default charset to parse HTTP responses +</li> +</ul> + + +<h3>New Feature</h3> + +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1473'>JCLOUDS-1473</a>] - S3 intelligent tiering +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1548'>JCLOUDS-1548</a>] - GSON Cleanup, GSON replacement through Jackson +</li> </ul> <h3>Improvement</h3> <ul> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1333'>JCLOUDS-1333</a>] - Cannot compile jclouds with Guava 21+ +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1491'>JCLOUDS-1491</a>] - Jclouds uses a deprecated version of Guava to support Azure storage. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1498'>JCLOUDS-1498</a>] - Upgrade to recent Guice version +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1525'>JCLOUDS-1525</a>] - Update xmlbuilder dependency +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1526'>JCLOUDS-1526</a>] - Update BouncyCastle dependency +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1528'>JCLOUDS-1528</a>] - Use TLS instead of SSL in SSLContext.getInstance +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1532'>JCLOUDS-1532</a>] - Update SSHJ + JSCH +</li> <li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1540'>JCLOUDS-1540</a>] - Update Snakeyaml </li> <li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1541'>JCLOUDS-1541</a>] - Add Middle East (Bahrain) region to the AWS EC2 and S3 providers list </li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1542'>JCLOUDS-1542</a>] - Java 11 warns of illegal reflective access +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1546'>JCLOUDS-1546</a>] - Google Cloud Storage archive tier +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1557'>JCLOUDS-1557</a>] - Azure Blob Storage: Support for Local Endpoints (eg Azurite) +</li> </ul> @@ -69,31 +107,97 @@ maintained by the Apache Karaf team and <h2><a id="knownissues"></a> Known Issues</h2> -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1520">JCLOUDS-1520</a> - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used.</li> -</ul> - - <h2><a id="credits"></a>Credits</h2> <p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> <ul> -<li><p>Especial thanks to the Apache Karaf team for taking over the <code>jclouds-karaf</code> and <code>jclouds-cli</code> projects to -make sure they will have continuity.</p></li> -<li><p>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</p></li> +<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> <li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> </ul> <h2><a id="test"></a>Test Results</h2> -<p>Please see the discussion and the vote threads for live test results for 2.2.1:</p> +<p>Please see the discussion and the vote threads for live test results for 2.3.0:</p> + +<ul> +<li>RC1 <a href="https://s.apache.org/jclouds230rc1vote">vote</a> and <a href="https://s.apache.org/jclouds230rc1discuss">discussion</a> threads.</li> +</ul> + +]]></content> + </entry> + + <entry> + <id>https://jclouds.apache.org/releasenotes/2.2.1/</id> + <title type="html"><![CDATA[Release Notes for Version 2.2.1]]></title> + <link href="https://jclouds.apache.org/releasenotes/2.2.1/"/> + <updated>2020-05-14T00:00:00Z</updated> + <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) + +## <a id="intro"></a>Introduction + +Apache jclouds 2.2.1 is the first bugfix release after jclouds 2.2.0 and comes with several bugfixes and performance improvements. +You can [read the official announcement here](https://s.apache.org/jclouds221). To get started with jclouds, please see the [jclouds installation guide](/start/install/). + +## <a id="highlights"></a>Release Highlights + +New features in Apache jclouds 2.2.1 include: + +* The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now + maintained by the Apache Karaf team and they will be released by them. + +### Bugs and patches + +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1520'>JCLOUDS-1520</a>] - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1529'>JCLOUDS-1529</a>] - NullPointerException in org.jclouds.json.gson.internal.JsonReaderInternalAccess.INSTANCE +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1533'>JCLOUDS-1533</a>] - Using Azure SAS Token unable to upload the file specific folder in the container +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1538'>JCLOUDS-1538</a>] - Expires header value is incorrectly formatted in S3 upsert requests +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1543'>JCLOUDS-1543</a>] - list() results are not in order when using withDetails +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1544'>JCLOUDS-1544</a>] - Unable to build javadoc with JDK >= 8 +</li> +</ul> + +### Improvement <ul> -<li>RC1 <a href="https://s.apache.org/jclouds221rc1vote">vote</a> and <a href="https://s.apache.org/jclouds221rc1discuss">discussion</a> threads.</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1540'>JCLOUDS-1540</a>] - Update Snakeyaml +</li> +<li>[<a href='https://issues.apache.org/jira/browse/JCLOUDS-1541'>JCLOUDS-1541</a>] - Add Middle East (Bahrain) region to the AWS EC2 and S3 providers list +</li> </ul> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346361&styleName=Html&projectId=12314430). + +## <a id="knownissues"></a> Known Issues + +* [JCLOUDS-1520](https://issues.apache.org/jira/browse/JCLOUDS-1520) - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used. + +## <a id="credits"></a>Credits + +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: + +* Especial thanks to the Apache Karaf team for taking over the `jclouds-karaf` and `jclouds-cli` projects to + make sure they will have continuity. + +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). + +## <a id="test"></a>Test Results + +Please see the discussion and the vote threads for live test results for 2.2.1: + +* RC1 [vote](https://s.apache.org/jclouds221rc1vote) and [discussion](https://s.apache.org/jclouds221rc1discuss) threads. ]]></content> </entry> @@ -102,33 +206,27 @@ make sure they will have continuity.</p> <title type="html"><![CDATA[Release Notes for Version 2.2.0]]></title> <link href="https://jclouds.apache.org/releasenotes/2.2.0/"/> <updated>2019-10-21T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) -<h2><a id="intro"></a>Introduction</h2> +## <a id="intro"></a>Introduction -<p>Apache jclouds 2.2.0 is a first major release after a long period of time. In this release we have focused on modernizing the +Apache jclouds 2.2.0 is a first major release after a long period of time. In this release we have focused on modernizing the codebase and some dependencies to upgrade to Java 8 and prepare to upgrade to newer Java versions in future. -You can <a href="https://s.apache.org/jclouds220">read the official announcement here</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> +You can [read the official announcement here](https://s.apache.org/jclouds220). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<h2><a id="highlights"></a>Release Highlights</h2> +## <a id="highlights"></a>Release Highlights -<p>New features in Apache jclouds 2.2.0 include:</p> +New features in Apache jclouds 2.2.0 include: -<ul> -<li>Java 8 friendly builds</li> -<li>The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now -maintained by the Apache Karaf team and they will be released by them.</li> -</ul> +* Java 8 friendly builds +* The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now + maintained by the Apache Karaf team and they will be released by them. - -<h3>Bugs and patches</h3> +### Bugs and patches <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1200'>JCLOUDS-1200</a> - org.jclouds.http.HttpResponseException fails to serialize @@ -192,9 +290,8 @@ maintained by the Apache Karaf team and <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1510'>JCLOUDS-1510</a> - ParseSax convertStreamToStringAndParse creates a String from bytes without specifying a charset </li> </ul> - - -<h3>New Feature</h3> + +### New Feature <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1399'>JCLOUDS-1399</a> - S3 One Zone-IA Storage Class @@ -208,9 +305,8 @@ maintained by the Apache Karaf team and <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1494'>JCLOUDS-1494</a> - Add S3 Glacier Deep Archive tier </li> </ul> - - -<h3>Improvement</h3> + +### Improvement <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-847'>JCLOUDS-847</a> - S3 poor upload performance @@ -252,9 +348,8 @@ maintained by the Apache Karaf team and <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1514'>JCLOUDS-1514</a> - Azurecompute-arm add disk storage types on disk create/update </li> </ul> - - -<h3>Task</h3> + +### Task <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1406'>JCLOUDS-1406</a> - Add default location configuration to dimension data provider @@ -279,36 +374,27 @@ maintained by the Apache Karaf team and </li> </ul> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342811). -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342811">here</a>.</p> - -<h2><a id="knownissues"></a> Known Issues</h2> - -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1520">JCLOUDS-1520</a> - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used.</li> -</ul> - +## <a id="knownissues"></a> Known Issues -<h2><a id="credits"></a>Credits</h2> +* [JCLOUDS-1520](https://issues.apache.org/jira/browse/JCLOUDS-1520) - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used. -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +## <a id="credits"></a>Credits -<ul> -<li><p>Especial thanks to the Apache Karaf team for taking over the <code>jclouds-karaf</code> and <code>jclouds-cli</code> projects to -make sure they will have continuity.</p></li> -<li><p>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</p></li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* Especial thanks to the Apache Karaf team for taking over the `jclouds-karaf` and `jclouds-cli` projects to + make sure they will have continuity. -<h2><a id="test"></a>Test Results</h2> +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.2.0:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds220rc1vote">vote</a> and <a href="https://s.apache.org/jclouds220rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.2.0: +* RC1 [vote](https://s.apache.org/jclouds220rc1vote) and [discussion](https://s.apache.org/jclouds220rc1discuss) threads. ]]></content> </entry> @@ -317,32 +403,26 @@ make sure they will have continuity.</p> <title type="html"><![CDATA[Release Notes for Version 2.1.3]]></title> <link href="https://jclouds.apache.org/releasenotes/2.1.3/"/> <updated>2019-10-21T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) -<h2><a id="highlights"></a>Release Highlights</h2> +## <a id="intro"></a>Introduction -<p>New features in Apache jclouds 2.1.3 include:</p> +Apache jclouds 2.1.3 is the third bugfix release after jclouds 2.1.0 and comes with several bugfixes and performance improvements. +You can [read the official announcement here](https://s.apache.org/jclouds213). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<ul> -<li>The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now -maintained by the Apache Karaf team and they will be released by them.</li> -</ul> +## <a id="highlights"></a>Release Highlights +New features in Apache jclouds 2.1.3 include: -<h3>Bugs and patches</h3> +* The jclouds Karaf integration and the jclouds CLI are no longer part of the jclouds releases. The projects are now + maintained by the Apache Karaf team and they will be released by them. +### Bugs and patches + <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1492'>JCLOUDS-1492</a> - Dimension Data Feature API Predicates are not usable </li> @@ -355,17 +435,15 @@ maintained by the Apache Karaf team and <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1510'>JCLOUDS-1510</a> - ParseSax convertStreamToStringAndParse creates a String from bytes without specifying a charset </li> </ul> - - -<h3>New Feature</h3> + +### New Feature <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1494'>JCLOUDS-1494</a> - Add S3 Glacier Deep Archive tier </li> </ul> - - -<h3>Improvement</h3> + +### Improvement <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1428'>JCLOUDS-1428</a> - Support for SAS token based Authentication for Azure Blob Storage @@ -379,45 +457,35 @@ maintained by the Apache Karaf team and <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1514'>JCLOUDS-1514</a> - Azurecompute-arm add disk storage types on disk create/update </li> </ul> - - -<h3>Task</h3> + +### Task <ul> <li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1495'>JCLOUDS-1495</a> - maven plugins are not correctly referred to </li> </ul> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12344941). -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12344941">here</a>.</p> - -<h2><a id="knownissues"></a> Known Issues</h2> - -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1520">JCLOUDS-1520</a> - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used.</li> -</ul> +## <a id="knownissues"></a> Known Issues +* [JCLOUDS-1520](https://issues.apache.org/jira/browse/JCLOUDS-1520) - JClouds is not using the JDK's KeepAliveCache when UntrustedSSLContextSupplier is used. -<h2><a id="credits"></a>Credits</h2> - -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +## <a id="credits"></a>Credits -<ul> -<li><p>Especial thanks to the Apache Karaf team for taking over the <code>jclouds-karaf</code> and <code>jclouds-cli</code> projects to -make sure they will have continuity.</p></li> -<li><p>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</p></li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* Especial thanks to the Apache Karaf team for taking over the `jclouds-karaf` and `jclouds-cli` projects to + make sure they will have continuity. -<h2><a id="test"></a>Test Results</h2> +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.1.3:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds213rc1vote">vote</a> and <a href="https://s.apache.org/jclouds213rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.1.3: +* RC1 [vote](https://s.apache.org/jclouds213rc1vote) and [discussion](https://s.apache.org/jclouds213rc1discuss) threads. ]]></content> </entry> @@ -426,96 +494,79 @@ make sure they will have continuity.</p> <title type="html"><![CDATA[Release Notes for Version 2.1.2]]></title> <link href="https://jclouds.apache.org/releasenotes/2.1.2/"/> <updated>2019-02-06T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) -<ul> -<li>EC2 r5, t3, and x1 instance types</li> -<li>GCS REGIONAL storage class</li> -</ul> +## <a id="intro"></a>Introduction +Apache jclouds 2.1.2 is the second bugfix release after jclouds 2.1.0 and comes with several bugfixes and performance improvements. +You can [read the official announcement here](https://s.apache.org/jclouds212). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<h3>Bugs and patches</h3> +## <a id="highlights"></a>Release Highlights -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1339">JCLOUDS-1339</a> - Support launching an x1 EC2 instance</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1366">JCLOUDS-1366</a> - OutOfMemory when InputStream referencing to big file is used as payload</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1419">JCLOUDS-1419</a> - Missing StorageClass REGIONAL for GCS buckets</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1431">JCLOUDS-1431</a> - Support AU geo for Live Tests</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1443">JCLOUDS-1443</a> - unable to resolve URI with complex host</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1447">JCLOUDS-1447</a> - S3 CopyObject requires x-amz-copy-source to be URL encoded</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1455">JCLOUDS-1455</a> - Update ParseResponse to log error details. Add ParseTests for Domain Objects in NetworkApi and ServerApi</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1457">JCLOUDS-1457</a> - Add Clean Server operation to ServerApi</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1460">JCLOUDS-1460</a> - Add support for t3 instance types in AWS ec2</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1462">JCLOUDS-1462</a> - Upgrade Apache Http driver in response to CVE-2015-5262</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1463">JCLOUDS-1463</a> - MachineTypeToHardware throws exception when region has no available zone</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1464">JCLOUDS-1464</a> - Google Cloud Storage regions need updating</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1466">JCLOUDS-1466</a> - Azurecompute-arm listNodes doesn't work</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1467">JCLOUDS-1467</a> - Newly added c5 instanceType do not supports c5d series of AWS</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1468">JCLOUDS-1468</a> - Add missing fields on CloudStack usage API</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1472">JCLOUDS-1472</a> - Multipart upload for AzureBlob fails when using InputStream for files greater than 32MB</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1474">JCLOUDS-1474</a> - [ARM] Enable Standard SKUs for Load Balancers and PublicIPs</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1477">JCLOUDS-1477</a> - B2 cannot upload small payloads when multipart specified</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1479">JCLOUDS-1479</a> - Swift API throws Exception when getting blob from containers</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1488">JCLOUDS-1488</a> - Filesystem list call with prefix is slow in large containers</li> -</ul> +New features in Apache jclouds 2.1.2 include: +* EC2 r5, t3, and x1 instance types +* GCS REGIONAL storage class -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12343896">here</a>.</p> +### Bugs and patches -<h2><a id="knownissues"></a> Known Issues</h2> +* [JCLOUDS-1339](https://issues.apache.org/jira/browse/JCLOUDS-1339) - Support launching an x1 EC2 instance +* [JCLOUDS-1366](https://issues.apache.org/jira/browse/JCLOUDS-1366) - OutOfMemory when InputStream referencing to big file is used as payload +* [JCLOUDS-1419](https://issues.apache.org/jira/browse/JCLOUDS-1419) - Missing StorageClass REGIONAL for GCS buckets +* [JCLOUDS-1431](https://issues.apache.org/jira/browse/JCLOUDS-1431) - Support AU geo for Live Tests +* [JCLOUDS-1443](https://issues.apache.org/jira/browse/JCLOUDS-1443) - unable to resolve URI with complex host +* [JCLOUDS-1447](https://issues.apache.org/jira/browse/JCLOUDS-1447) - S3 CopyObject requires x-amz-copy-source to be URL encoded +* [JCLOUDS-1455](https://issues.apache.org/jira/browse/JCLOUDS-1455) - Update ParseResponse to log error details. Add ParseTests for Domain Objects in NetworkApi and ServerApi +* [JCLOUDS-1457](https://issues.apache.org/jira/browse/JCLOUDS-1457) - Add Clean Server operation to ServerApi +* [JCLOUDS-1460](https://issues.apache.org/jira/browse/JCLOUDS-1460) - Add support for t3 instance types in AWS ec2 +* [JCLOUDS-1462](https://issues.apache.org/jira/browse/JCLOUDS-1462) - Upgrade Apache Http driver in response to CVE-2015-5262 +* [JCLOUDS-1463](https://issues.apache.org/jira/browse/JCLOUDS-1463) - MachineTypeToHardware throws exception when region has no available zone +* [JCLOUDS-1464](https://issues.apache.org/jira/browse/JCLOUDS-1464) - Google Cloud Storage regions need updating +* [JCLOUDS-1466](https://issues.apache.org/jira/browse/JCLOUDS-1466) - Azurecompute-arm listNodes doesn't work +* [JCLOUDS-1467](https://issues.apache.org/jira/browse/JCLOUDS-1467) - Newly added c5 instanceType do not supports c5d series of AWS +* [JCLOUDS-1468](https://issues.apache.org/jira/browse/JCLOUDS-1468) - Add missing fields on CloudStack usage API +* [JCLOUDS-1472](https://issues.apache.org/jira/browse/JCLOUDS-1472) - Multipart upload for AzureBlob fails when using InputStream for files greater than 32MB +* [JCLOUDS-1474](https://issues.apache.org/jira/browse/JCLOUDS-1474) - [ARM] Enable Standard SKUs for Load Balancers and PublicIPs +* [JCLOUDS-1477](https://issues.apache.org/jira/browse/JCLOUDS-1477) - B2 cannot upload small payloads when multipart specified +* [JCLOUDS-1479](https://issues.apache.org/jira/browse/JCLOUDS-1479) - Swift API throws Exception when getting blob from containers +* [JCLOUDS-1488](https://issues.apache.org/jira/browse/JCLOUDS-1488) - Filesystem list call with prefix is slow in large containers -<ul> -<li>There are a couple JIRA issues related to OpenStack endpoint and API version support: <a href="https://issues.apache.org/jira/browse/JCLOUDS-773">JCLOUDS-773</a> and <a href="https://issues.apache.org/jira/browse/JCLOUDS-1197">JCLOUDS-1197</a>.</li> -</ul> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12343896). +## <a id="knownissues"></a> Known Issues -<h2><a id="credits"></a>Credits</h2> +* There are a couple JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197). -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +## <a id="credits"></a>Credits -<ul> -<li><a href="https://github.com/tormath1">Mathieu Tortuyaux</a> for fixing REST URLs with paths</li> -<li><a href="https://github.com/lemmy">Markus Alexander Kuppe</a> for adding EC2 x1 instances</li> -<li><a href="https://github.com/davidcurrie">David Currie</a> for fixing URL encoding for S3 x-amz-copy-source</li> -<li><a href="https://github.com/smedavaram75">smedavaram75</a> for adding GCS REGIONAL storage class</li> -<li><a href="https://github.com/maismail">Mahmoud Ismail</a> for annotating GCE sourceImage as @Nullable</li> -<li><a href="https://github.com/olivergondza">Oliver Gondža</a> for configuring sensitive Nova logging</li> -<li><a href="https://github.com/trentontrees">Trent Schmidt</a> for adding t3 and other instances</li> -<li><a href="https://github.com/filecatalyst">filecatalyst</a> for updating GCS regions</li> -<li><a href="https://github.com/reptillicus">Joe Meiring</a> for fixing filesystem clear container options</li> -<li><a href="https://github.com/kazimazar">kazimazar</a> for adding c5d and m5d instances</li> -<li><a href="https://github.com/mcdonnell-john">John McDonnell</a> for adding missing options to CloudStack ListUsageRecords</li> -<li><a href="https://github.com/pimuzzo">Simone Locci</a> for fixing Azure compute listNodes</li> -<li><p><a href="https://github.com/trantienduchn">Trần Tiến Äức</a> for fixing Swift container metadata cache</p></li> -<li><p>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</p></li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* [Mathieu Tortuyaux](https://github.com/tormath1) for fixing REST URLs with paths +* [Markus Alexander Kuppe](https://github.com/lemmy) for adding EC2 x1 instances +* [David Currie](https://github.com/davidcurrie) for fixing URL encoding for S3 x-amz-copy-source +* [smedavaram75](https://github.com/smedavaram75) for adding GCS REGIONAL storage class +* [Mahmoud Ismail](https://github.com/maismail) for annotating GCE sourceImage as @Nullable +* [Oliver Gondža](https://github.com/olivergondza) for configuring sensitive Nova logging +* [Trent Schmidt](https://github.com/trentontrees) for adding t3 and other instances +* [filecatalyst](https://github.com/filecatalyst) for updating GCS regions +* [Joe Meiring](https://github.com/reptillicus) for fixing filesystem clear container options +* [kazimazar](https://github.com/kazimazar) for adding c5d and m5d instances +* [John McDonnell](https://github.com/mcdonnell-john) for adding missing options to CloudStack ListUsageRecords +* [Simone Locci](https://github.com/pimuzzo) for fixing Azure compute listNodes +* [Trần Tiến Äức](https://github.com/trantienduchn) for fixing Swift container metadata cache -<h2><a id="test"></a>Test Results</h2> +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.1.2:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds212rc1vote">vote</a> and <a href="https://s.apache.org/jclouds212rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.1.2: +* RC1 [vote](https://s.apache.org/jclouds212rc1vote) and [discussion](https://s.apache.org/jclouds212rc1discuss) threads. ]]></content> </entry> @@ -524,92 +575,74 @@ You can <a href="https://s.apache.org/jc <title type="html"><![CDATA[Release Notes for Version 2.1.1]]></title> <link href="https://jclouds.apache.org/releasenotes/2.1.1/"/> <updated>2018-08-16T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) +## <a id="intro"></a>Introduction -<h3>Bugs and patches</h3> +Apache jclouds 2.1.1 is the first bugfix release after jclouds 2.1.0 and comes with several bugfixes and performance improvements. +You can [read the official announcement here](https://s.apache.org/jclouds211). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1200">JCLOUDS-1200</a> - org.jclouds.http.HttpResponseException fails to serialize</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1263">JCLOUDS-1263</a> - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1294">JCLOUDS-1294</a> - Azure ARM improve HTTP retry logic</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1330">JCLOUDS-1330</a> - Azure ARM orphaned networks not cleaned up when node deleted</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1331">JCLOUDS-1331</a> - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1362">JCLOUDS-1362</a> - Randomly generated node password can be invalid in Azure ARM</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1368">JCLOUDS-1368</a> - GCS cannot upload multipart file larger than 1 GB</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1372">JCLOUDS-1372</a> - Add support for R4 instance types in AWS ec2</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1373">JCLOUDS-1373</a> - Add the new Paris region to aws-ec2</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1381">JCLOUDS-1381</a> - NullPointerException provisioning VM in GCE: could not find image for disk</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1387">JCLOUDS-1387</a> - Add support for c5 instance types in AWS ec2</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1389">JCLOUDS-1389</a> - Multipart upload to Google cloud storage failing with 400 bad request</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1391">JCLOUDS-1391</a> - Headers must be sorted by lowercase when calculating signature</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1392">JCLOUDS-1392</a> - When fetching blob metadata with details all folders are removed from response</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1400">JCLOUDS-1400</a> - GCS's presigned url requires blank Content-Type</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1401">JCLOUDS-1401</a> - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1405">JCLOUDS-1405</a> - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1410">JCLOUDS-1410</a> - SoftLayer cannot provision with private image</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1422">JCLOUDS-1422</a> - LocalBlobStore.list ignores recursive flag when prefix set</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1427">JCLOUDS-1427</a> - NPE when deserializing Elastic IPs that have tags</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1433">JCLOUDS-1433</a> - IllegalArgumentException from Strings2.replaceTokens</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1436">JCLOUDS-1436</a> - Add support for m5 instance types in AWS ec2</li> -</ul> +## <a id="highlights"></a>Release Highlights +New features in Apache jclouds 2.1.1 include: -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342884">here</a>.</p> +* Add support for r4, c5 and m5 instance types in AWS ec2. +* Add the new Paris region to aws-ec2 +* Support different "domain" values for "identity/user" and "project" in OpenStack Keystone V3 +* Improve Azure ARM resource cleanup especially of orphaned networks and orphaned resource groups. -<h2><a id="knownissues"></a> Known Issues</h2> +### Bugs and patches -<ul> -<li>There are a couple JIRA issues related to OpenStack endpoint and API version support: <a href="https://issues.apache.org/jira/browse/JCLOUDS-773">JCLOUDS-773</a> and <a href="https://issues.apache.org/jira/browse/JCLOUDS-1197">JCLOUDS-1197</a>.</li> -<li>China regions cannot be used in Azure ARM: <a href="https://issues.apache.org/jira/browse/JCLOUDS-1441">JCLOUDS-1441</a>.</li> -</ul> +* [JCLOUDS-1200](https://issues.apache.org/jira/browse/JCLOUDS-1200) - org.jclouds.http.HttpResponseException fails to serialize +* [JCLOUDS-1263](https://issues.apache.org/jira/browse/JCLOUDS-1263) - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence +* [JCLOUDS-1294](https://issues.apache.org/jira/browse/JCLOUDS-1294) - Azure ARM improve HTTP retry logic +* [JCLOUDS-1330](https://issues.apache.org/jira/browse/JCLOUDS-1330) - Azure ARM orphaned networks not cleaned up when node deleted +* [JCLOUDS-1331](https://issues.apache.org/jira/browse/JCLOUDS-1331) - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue +* [JCLOUDS-1362](https://issues.apache.org/jira/browse/JCLOUDS-1362) - Randomly generated node password can be invalid in Azure ARM +* [JCLOUDS-1368](https://issues.apache.org/jira/browse/JCLOUDS-1368) - GCS cannot upload multipart file larger than 1 GB +* [JCLOUDS-1372](https://issues.apache.org/jira/browse/JCLOUDS-1372) - Add support for R4 instance types in AWS ec2 +* [JCLOUDS-1373](https://issues.apache.org/jira/browse/JCLOUDS-1373) - Add the new Paris region to aws-ec2 +* [JCLOUDS-1381](https://issues.apache.org/jira/browse/JCLOUDS-1381) - NullPointerException provisioning VM in GCE: could not find image for disk +* [JCLOUDS-1387](https://issues.apache.org/jira/browse/JCLOUDS-1387) - Add support for c5 instance types in AWS ec2 +* [JCLOUDS-1389](https://issues.apache.org/jira/browse/JCLOUDS-1389) - Multipart upload to Google cloud storage failing with 400 bad request +* [JCLOUDS-1391](https://issues.apache.org/jira/browse/JCLOUDS-1391) - Headers must be sorted by lowercase when calculating signature +* [JCLOUDS-1392](https://issues.apache.org/jira/browse/JCLOUDS-1392) - When fetching blob metadata with details all folders are removed from response +* [JCLOUDS-1400](https://issues.apache.org/jira/browse/JCLOUDS-1400) - GCS's presigned url requires blank Content-Type +* [JCLOUDS-1401](https://issues.apache.org/jira/browse/JCLOUDS-1401) - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand +* [JCLOUDS-1405](https://issues.apache.org/jira/browse/JCLOUDS-1405) - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect +* [JCLOUDS-1410](https://issues.apache.org/jira/browse/JCLOUDS-1410) - SoftLayer cannot provision with private image +* [JCLOUDS-1422](https://issues.apache.org/jira/browse/JCLOUDS-1422) - LocalBlobStore.list ignores recursive flag when prefix set +* [JCLOUDS-1427](https://issues.apache.org/jira/browse/JCLOUDS-1427) - NPE when deserializing Elastic IPs that have tags +* [JCLOUDS-1433](https://issues.apache.org/jira/browse/JCLOUDS-1433) - IllegalArgumentException from Strings2.replaceTokens +* [JCLOUDS-1436](https://issues.apache.org/jira/browse/JCLOUDS-1436) - Add support for m5 instance types in AWS ec2 +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342884). -<h2><a id="credits"></a>Credits</h2> +## <a id="knownissues"></a> Known Issues -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +* There are a couple JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197). +* China regions cannot be used in Azure ARM: [JCLOUDS-1441](https://issues.apache.org/jira/browse/JCLOUDS-1441). -<ul> -<li><a href="https://github.com/VRanga000">Vikas Rangarajan</a> for his contribution to the new instance types supported in the AWS ec2 provider.</li> -<li><a href="https://github.com/jglick">Jesse Glick</a> for the fix for AWS S3 signatures.</li> -<li><a href="https://github.com/axel3rd">Alix Lourme</a> for the Openstack Keystone V3 domain configuration for projects.</li> -<li><a href="https://github.com/danielestevez">Daniel Estevez</a> for his contributions to the Azure ARM provider.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +## <a id="credits"></a>Credits +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<h2><a id="test"></a>Test Results</h2> +* [Vikas Rangarajan](https://github.com/VRanga000) for his contribution to the new instance types supported in the AWS ec2 provider. +* [Jesse Glick](https://github.com/jglick) for the fix for AWS S3 signatures. +* [Alix Lourme](https://github.com/axel3rd) for the Openstack Keystone V3 domain configuration for projects. +* [Daniel Estevez](https://github.com/danielestevez) for his contributions to the Azure ARM provider. +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.1.1:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds211rc1vote">vote</a> and <a href="https://s.apache.org/jclouds211rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.1.1: +* RC1 [vote](https://s.apache.org/jclouds211rc1vote) and [discussion](https://s.apache.org/jclouds211rc1discuss) threads. ]]></content> </entry> @@ -697,79 +730,64 @@ Please see the discussion and the vote t <title type="html"><![CDATA[Release Notes for Version 2.0.3]]></title> <link href="https://jclouds.apache.org/releasenotes/2.0.3/"/> <updated>2017-11-30T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) -<ul> -<li>Fixed compilation issues in Java 1.8.</li> -<li>Completed the provider APIs in the DimensionData provider needed to support the Compute abstraction.</li> -<li>Added the Amazon China Beijing region.</li> -<li>Support <code>custom-data</code> and added the <code>VirtualMachineScaleSet</code> APIs to Azure ARM.</li> -<li>Updated ProfitBricks to the latest API version.</li> -<li>Added B2 native prefix and delimiter support.</li> -</ul> +## <a id="intro"></a>Introduction +Apache jclouds 2.0.3 is the third bugfix release after jclouds 2.0 and comes with several bugfixes and performance improvements. You can [read the official announcement here](https://s.apache.org/jclouds203). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<h3>Bugs and patches</h3> +## <a id="highlights"></a>Release Highlights -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-831">JCLOUDS-831</a> - Use the GroupNamingConvention to generate the names</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-981">JCLOUDS-981</a> - Azure: remove mandatory virtual network creation</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1194">JCLOUDS-1194</a> - Java 1.8 compilation issue</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1255">JCLOUDS-1255</a> - Add support for Dimension Data</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1256">JCLOUDS-1256</a> - Inifinite recursion in BoxConfig(File, Image)</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1258">JCLOUDS-1258</a> - Amazon China Beijing Region Support</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1282">JCLOUDS-1282</a> - Support custom-data in Azure ARM template options</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1314">JCLOUDS-1314</a> - B2 native prefix and delimiter support</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1327">JCLOUDS-1327</a> - putBlob with zero length Inputstream is failing on google-cloud-storage</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1328">JCLOUDS-1328</a> - Update ProfitBricks to the latest API version</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1329">JCLOUDS-1329</a> - Azure ARM extraneous resources are not cleaned up on node deletion</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1342">JCLOUDS-1342</a> - Azure-ARM Virtual Machine Scale Set Support</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1351">JCLOUDS-1351</a> - AWS CentOS marketplace AMI misdetecting OS type</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1358">JCLOUDS-1358</a> - putBlob with zero length InputSteam is failing for aws s3</li> -</ul> +Apache jclouds 2.0.3 new features include: +* Fixed compilation issues in Java 1.8. +* Completed the provider APIs in the DimensionData provider needed to support the Compute abstraction. +* Added the Amazon China Beijing region. +* Support `custom-data` and added the `VirtualMachineScaleSet` APIs to Azure ARM. +* Updated ProfitBricks to the latest API version. +* Added B2 native prefix and delimiter support. -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341063&styleName=Html&projectId=12314430">here</a>.</p> +### Bugs and patches -<h2><a id="knownissues"></a> Known Issues</h2> +* [JCLOUDS-831](https://issues.apache.org/jira/browse/JCLOUDS-831) - Use the GroupNamingConvention to generate the names +* [JCLOUDS-981](https://issues.apache.org/jira/browse/JCLOUDS-981) - Azure: remove mandatory virtual network creation +* [JCLOUDS-1194](https://issues.apache.org/jira/browse/JCLOUDS-1194) - Java 1.8 compilation issue +* [JCLOUDS-1255](https://issues.apache.org/jira/browse/JCLOUDS-1255) - Add support for Dimension Data +* [JCLOUDS-1256](https://issues.apache.org/jira/browse/JCLOUDS-1256) - Inifinite recursion in BoxConfig(File, Image) +* [JCLOUDS-1258](https://issues.apache.org/jira/browse/JCLOUDS-1258) - Amazon China Beijing Region Support +* [JCLOUDS-1282](https://issues.apache.org/jira/browse/JCLOUDS-1282) - Support custom-data in Azure ARM template options +* [JCLOUDS-1314](https://issues.apache.org/jira/browse/JCLOUDS-1314) - B2 native prefix and delimiter support +* [JCLOUDS-1327](https://issues.apache.org/jira/browse/JCLOUDS-1327) - putBlob with zero length Inputstream is failing on google-cloud-storage +* [JCLOUDS-1328](https://issues.apache.org/jira/browse/JCLOUDS-1328) - Update ProfitBricks to the latest API version +* [JCLOUDS-1329](https://issues.apache.org/jira/browse/JCLOUDS-1329) - Azure ARM extraneous resources are not cleaned up on node deletion +* [JCLOUDS-1342](https://issues.apache.org/jira/browse/JCLOUDS-1342) - Azure-ARM Virtual Machine Scale Set Support +* [JCLOUDS-1351](https://issues.apache.org/jira/browse/JCLOUDS-1351) - AWS CentOS marketplace AMI misdetecting OS type +* [JCLOUDS-1358](https://issues.apache.org/jira/browse/JCLOUDS-1358) - putBlob with zero length InputSteam is failing for aws s3 -<p>There are a number of open JIRA issues related to OpenStack endpoint and API version support: <a href="https://issues.apache.org/jira/browse/JCLOUDS-114">JCLOUDS-114</a>, <a href="https://issues.apache.org/jira/browse/JCLOUDS-773">JCLOUDS-773</a> and <a href="https://issues.apache.org/jira/browse/JCLOUDS-1197">JCLOUDS-1197</a>. In particular, jclouds does not currently support OpenStack Keystone v3; the community is currently <a href="https://s.apache.org/OSbY">actively working on that</a>.</p> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341063&styleName=Html&projectId=12314430). -<h2><a id="credits"></a>Credits</h2> +## <a id="knownissues"></a> Known Issues -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +There are a number of open JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-114](https://issues.apache.org/jira/browse/JCLOUDS-114), [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197). In particular, jclouds does not currently support OpenStack Keystone v3; the community is currently [actively working on that](https://s.apache.org/OSbY). -<ul> -<li><a href="https://twitter.com/jmspring">Jim Spring</a> for his contributions to the Azure ARM provider.</li> -<li><a href="https://github.com/trevorflanagan">Trevor Flanagan</a> for his continued support on the DimensionData provider.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +## <a id="credits"></a>Credits +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<h2><a id="test"></a>Test Results</h2> +* [Jim Spring](https://twitter.com/jmspring) for his contributions to the Azure ARM provider. +* [Trevor Flanagan](https://github.com/trevorflanagan) for his continued support on the DimensionData provider. +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.0.3:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds203rc1vote">vote</a> and <a href="https://s.apache.org/jclouds203rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.0.3: +* RC1 [vote](https://s.apache.org/jclouds203rc1vote) and [discussion](https://s.apache.org/jclouds203rc1discuss) threads. ]]></content> </entry> @@ -778,90 +796,75 @@ Please see the discussion and the vote t <title type="html"><![CDATA[Release Notes for Version 2.0.2]]></title> <link href="https://jclouds.apache.org/releasenotes/2.0.2/"/> <updated>2017-07-06T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) -<ul> -<li>Added the RouteTable and InternetGateway APIs to the AWS EC2 provider.</li> -<li>Added the Ohio, Canada, London and China regions to AWS.</li> -<li>Early stages of the development of the DimensionData provider with the addition of the infrastructure and server APIs.</li> -<li>Improvements to Azure ARM to support multiple resource groups and to be able to deal with arbitrary resource group layouts.</li> -<li>Added advanced networking support to the Azure ARM compute service integration.</li> -</ul> +## <a id="intro"></a>Introduction +Apache jclouds 2.0.2 is the second bugfix release after jclouds 2.0. It comes with several bugfixes and performance improvements, and with the addition of the first APIs to manage the [DimensionData](http://www.dimensiondata.com) cloud. You can [read the official announcement here](https://s.apache.org/jclouds202). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<h3>Bugs and patches</h3> +## <a id="highlights"></a>Release Highlights -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-902">JCLOUDS-902</a> - GCS temporary signed URLs</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1128">JCLOUDS-1128</a> - Cloudstack listProjects doesnt support page or pagesize fields</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1130">JCLOUDS-1130</a> - In Cloudstack Usage Response, projectid shouldnt be camel cased.</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1217">JCLOUDS-1217</a> - Add Canada and London regions to AWS</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1218">JCLOUDS-1218</a> - jclouds throws an exception while reading file from FS that doesn't support XATTR</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1226">JCLOUDS-1226</a> - Jclouds-labs: Region required in Azure ARM</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1246">JCLOUDS-1246</a> - Extending RegionScopedBlobStore is not possible because of protected access specifier</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1249">JCLOUDS-1249</a> - IllegalArgumentException when rolling back servers in openstack-nova</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1254">JCLOUDS-1254</a> - [Azure ARM] Retrieving custom images does not filter storage accounts by location</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1258">JCLOUDS-1258</a> - S3 China Beijing Region Support</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1259">JCLOUDS-1259</a> - Missing StorageClass for buckets</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1261">JCLOUDS-1261</a> - AWS v4 auth excludes port numbers from host header</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1262">JCLOUDS-1262</a> - Add missing Ohio region to AWS</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1266">JCLOUDS-1266</a> - Reduce minimum B2 multipart size to 5 MB</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1267">JCLOUDS-1267</a> - Allow B2 streaming uploads</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1269">JCLOUDS-1269</a> - Jclouds doesn't get the VPC when subnetId parameter is provided</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1273">JCLOUDS-1273</a> - Cannot work with multiple resource groups in Azure ARM</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1274">JCLOUDS-1274</a> - Azure ARM managed disks are not deleted when destroying nodes</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1278">JCLOUDS-1278</a> - Implement the TemplateOptions.networks option in Azure ARM</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1297">JCLOUDS-1297</a> - Swift Multipart uploadId Format Problem</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1299">JCLOUDS-1299</a> - cannot list swift container with object name containing %</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1306">JCLOUDS-1306</a> - [Openstack] Deleting a SG doesn't invalidate the cache</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1307">JCLOUDS-1307</a> - Security group can't be re-created if deleted externally</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1315">JCLOUDS-1315</a> - Add InternetGatewayApi to AWSEC2Api</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1316">JCLOUDS-1316</a> - Add a RouteTableApi to AWSEC2Api</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1317">JCLOUDS-1317</a> - Add ModifySubnetAttribute to AWSSubnetApi</li> -</ul> +Apache jclouds 2.0.2 new features include: +* Added the RouteTable and InternetGateway APIs to the AWS EC2 provider. +* Added the Ohio, Canada, London and China regions to AWS. +* Early stages of the development of the DimensionData provider with the addition of the infrastructure and server APIs. +* Improvements to Azure ARM to support multiple resource groups and to be able to deal with arbitrary resource group layouts. +* Added advanced networking support to the Azure ARM compute service integration. -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430">here</a>.</p> +### Bugs and patches -<h2><a id="knownissues"></a> Known Issues</h2> +* [JCLOUDS-902](https://issues.apache.org/jira/browse/JCLOUDS-902) - GCS temporary signed URLs +* [JCLOUDS-1128](https://issues.apache.org/jira/browse/JCLOUDS-1128) - Cloudstack listProjects doesnt support page or pagesize fields +* [JCLOUDS-1130](https://issues.apache.org/jira/browse/JCLOUDS-1130) - In Cloudstack Usage Response, projectid shouldnt be camel cased. +* [JCLOUDS-1217](https://issues.apache.org/jira/browse/JCLOUDS-1217) - Add Canada and London regions to AWS +* [JCLOUDS-1218](https://issues.apache.org/jira/browse/JCLOUDS-1218) - jclouds throws an exception while reading file from FS that doesn't support XATTR +* [JCLOUDS-1226](https://issues.apache.org/jira/browse/JCLOUDS-1226) - Jclouds-labs: Region required in Azure ARM +* [JCLOUDS-1246](https://issues.apache.org/jira/browse/JCLOUDS-1246) - Extending RegionScopedBlobStore is not possible because of protected access specifier +* [JCLOUDS-1249](https://issues.apache.org/jira/browse/JCLOUDS-1249) - IllegalArgumentException when rolling back servers in openstack-nova +* [JCLOUDS-1254](https://issues.apache.org/jira/browse/JCLOUDS-1254) - [Azure ARM] Retrieving custom images does not filter storage accounts by location +* [JCLOUDS-1258](https://issues.apache.org/jira/browse/JCLOUDS-1258) - S3 China Beijing Region Support +* [JCLOUDS-1259](https://issues.apache.org/jira/browse/JCLOUDS-1259) - Missing StorageClass for buckets +* [JCLOUDS-1261](https://issues.apache.org/jira/browse/JCLOUDS-1261) - AWS v4 auth excludes port numbers from host header +* [JCLOUDS-1262](https://issues.apache.org/jira/browse/JCLOUDS-1262) - Add missing Ohio region to AWS +* [JCLOUDS-1266](https://issues.apache.org/jira/browse/JCLOUDS-1266) - Reduce minimum B2 multipart size to 5 MB +* [JCLOUDS-1267](https://issues.apache.org/jira/browse/JCLOUDS-1267) - Allow B2 streaming uploads +* [JCLOUDS-1269](https://issues.apache.org/jira/browse/JCLOUDS-1269) - Jclouds doesn't get the VPC when subnetId parameter is provided +* [JCLOUDS-1273](https://issues.apache.org/jira/browse/JCLOUDS-1273) - Cannot work with multiple resource groups in Azure ARM +* [JCLOUDS-1274](https://issues.apache.org/jira/browse/JCLOUDS-1274) - Azure ARM managed disks are not deleted when destroying nodes +* [JCLOUDS-1278](https://issues.apache.org/jira/browse/JCLOUDS-1278) - Implement the TemplateOptions.networks option in Azure ARM +* [JCLOUDS-1297](https://issues.apache.org/jira/browse/JCLOUDS-1297) - Swift Multipart uploadId Format Problem +* [JCLOUDS-1299](https://issues.apache.org/jira/browse/JCLOUDS-1299) - cannot list swift container with object name containing % +* [JCLOUDS-1306](https://issues.apache.org/jira/browse/JCLOUDS-1306) - [Openstack] Deleting a SG doesn't invalidate the cache +* [JCLOUDS-1307](https://issues.apache.org/jira/browse/JCLOUDS-1307) - Security group can't be re-created if deleted externally +* [JCLOUDS-1315](https://issues.apache.org/jira/browse/JCLOUDS-1315) - Add InternetGatewayApi to AWSEC2Api +* [JCLOUDS-1316](https://issues.apache.org/jira/browse/JCLOUDS-1316) - Add a RouteTableApi to AWSEC2Api +* [JCLOUDS-1317](https://issues.apache.org/jira/browse/JCLOUDS-1317) - Add ModifySubnetAttribute to AWSSubnetApi -<p>The <code>removeSecurityGroup</code> method of security group extension in Azure ARM throws a <code>NullPointerException</code> when the security group does not exist. A <a href="https://github.com/jclouds/jclouds-labs/pull/399">patch</a> has already been submitted and will be fixed in the next release.</p> +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430). -<h2><a id="credits"></a>Credits</h2> +## <a id="knownissues"></a> Known Issues -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +The `removeSecurityGroup` method of security group extension in Azure ARM throws a `NullPointerException` when the security group does not exist. A [patch](https://github.com/jclouds/jclouds-labs/pull/399) has already been submitted and will be fixed in the next release. -<ul> -<li><a href="https://twitter.com/grymacy">Geoff Macartney</a> for his recent contributions on the new aws-ec2 APIs.</li> -<li><a href="https://github.com/trevorflanagan">Trevor Flanagan</a>, <a href="https://github.com/gatj98">Gordon Jones</a> and <a href="https://github.com/jawnclarke">John Clarke</a> for starting the development of the DimensionData provider.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +## <a id="credits"></a>Credits +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<h2><a id="test"></a>Test Results</h2> +* [Geoff Macartney](https://twitter.com/grymacy) for his recent contributions on the new aws-ec2 APIs. +* [Trevor Flanagan](https://github.com/trevorflanagan), [Gordon Jones](https://github.com/gatj98) and [John Clarke](https://github.com/jawnclarke) for starting the development of the DimensionData provider. +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>Please see the discussion and the vote threads for live test results for 2.0.2:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds202rc1vote">vote</a> and <a href="https://s.apache.org/jclouds202rc1discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.0.2: +* RC1 [vote](https://s.apache.org/jclouds202rc1vote) and [discussion](https://s.apache.org/jclouds202rc1discuss) threads. ]]></content> </entry> @@ -937,168 +940,189 @@ Please see the discussion and the vote t <title type="html"><![CDATA[Release Notes for Version 2.0.0]]></title> <link href="https://jclouds.apache.org/releasenotes/2.0.0/"/> <updated>2016-11-15T00:00:00Z</updated> - <content type="html">< +1. [Release Highlights](#highlights) +1. [Compute Improvements](#computeimprovements) +1. [BlobStore Improvements](#blobstoreimprovements) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) +## <a id="intro"></a>Introduction -<h2><a id="intro"></a>Introduction</h2> +Apache jclouds 2.0 represents a significant milestone for the project. We are proud to support all major cloud providers in the marketplace with a mature, stable, codebase that is ready for production. You can [read the official announcement here](https://s.apache.org/NbYK). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<p>Apache jclouds 2.0 represents a significant milestone for the project. We are proud to support all major cloud providers in the marketplace with a mature, stable, codebase that is ready for production. You can <a href="https://s.apache.org/NbYK">read the official announcement here</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> +## <a id="highlights"></a>Release Highlights -<h2><a id="highlights"></a>Release Highlights</h2> +Apache jclouds 2.0 features include: -<p>Apache jclouds 2.0 features include:</p> +* Wider compatibility with the Guava and Guice libraries. +* Configuration of arbitrary hardware values in the compute abstraction. +* Many additions to the blobstore portable abstraction. +* Added support for new compute providers: + * Microsoft Azure Resource Manager + * ProfitBricks v3 + * OneAndOne +* Added support for new blob store providers: + * Backblaze B2 +* Better integration with OSGi and Apache Karaf. +* Numerous bug fixes and performance improvements. -<ul> -<li>Wider compatibility with the Guava and Guice libraries.</li> -<li>Configuration of arbitrary hardware values in the compute abstraction.</li> -<li>Many additions to the blobstore portable abstraction.</li> -<li>Added support for new compute providers: +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327379&styleName=Html&projectId=12314430). -<ul> -<li>Microsoft Azure Resource Manager</li> -<li>ProfitBricks v3</li> -<li>OneAndOne</li> -</ul> -</li> -<li>Added support for new blob store providers: +We have also improved [our CI system](https://jclouds.ci.cloudbees.com) by adding compatibility builds with the core libraries and OSGi framework, and by adding weekly builds that run the live tests. Check it out! -<ul> -<li>Backblaze B2</li> -</ul> -</li> -<li>Better integration with OSGi and Apache Karaf.</li> -<li>Numerous bug fixes and performance improvements.</li> -</ul> +## <a id="computeimprovements"></a>Compute Improvements +* Added support for Microsoft Azure ARM, ProfitBricks v3 and OneAndOne. +* Configuration of arbitrary hardware values (CPU, memory and disk space) in the compute abstraction. [Read more](/blog/2016/08/22/arbitrary-cpu-ram/) about this useful feature developed as part of a GSoC 2016 project! +* Added `ap-northeast-2` (Seoul) and `ap-south-1` (Mumbai) regions to AWS. +* Implemented the compute abstraction in CloudSigma v2. +* Added the `cloudsigma2-mia` (Miami) region to CloudSigma v2. +* Promoted Docker and OAuth APIs to the main repo. The *groupId* for their respective dependencies changes to `org.apache.jclouds.api`. +* Promoted Google Compute Engine and ProfitBricks providers to the main repo. The *groupId* for their respective dependencies changes to `org.apache.jclouds.provider`. -<p>The complete list of fixed issues and improvements can be found <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327379&styleName=Html&projectId=12314430">here</a>.</p> -<p>We have also improved <a href="https://jclouds.ci.cloudbees.com">our CI system</a> by adding compatibility builds with the core libraries and OSGi framework, and by adding weekly builds that run the live tests. Check it out!</p> +## <a id="blobstoreimprovements"></a>BlobStore Improvements -<h2><a id="computeimprovements"></a>Compute Improvements</h2> +* Added support for the Backblaze B2 API. +* Removed legacy swift API (superseded by openstack-swift). +* Removed discontinued hpcloud-objectstorage provider. +* Revamped multi-part upload, including listing contents and aborting operations. +* Support for server-side copying of blobs. +* Support for listing blobs via prefix and delimiter. +* Support modification and retrieval of container and blob ACLs. +* Cleaned up percent encoding, enabling use of non-ASCII characters. -<ul> -<li>Added support for Microsoft Azure ARM, ProfitBricks v3 and OneAndOne.</li> -<li>Configuration of arbitrary hardware values (CPU, memory and disk space) in the compute abstraction. <a href="/blog/2016/08/22/arbitrary-cpu-ram/">Read more</a> about this useful feature developed as part of a GSoC 2016 project!</li> -<li>Added <code>ap-northeast-2</code> (Seoul) and <code>ap-south-1</code> (Mumbai) regions to AWS.</li> -<li>Implemented the compute abstraction in CloudSigma v2.</li> -<li>Added the <code>cloudsigma2-mia</code> (Miami) region to CloudSigma v2.</li> -<li>Promoted Docker and OAuth APIs to the main repo. The <em>groupId</em> for their respective dependencies changes to <code>org.apache.jclouds.api</code>.</li> -<li>Promoted Google Compute Engine and ProfitBricks providers to the main repo. The <em>groupId</em> for their respective dependencies changes to <code>org.apache.jclouds.provider</code>.</li> -</ul> +## <a id="knownissues"></a> Known Issues +* The JSON credentials file used in Google Cloud cannot be used in the jclouds CLI for Google Cloud Storage and for Google Compute Engine, when using a reusable compute service. -<h2><a id="blobstoreimprovements"></a>BlobStore Improvements</h2> +## <a id="credits"></a>Credits -<ul> -<li>Added support for the Backblaze B2 API.</li> -<li>Removed legacy swift API (superseded by openstack-swift).</li> -<li>Removed discontinued hpcloud-objectstorage provider.</li> -<li>Revamped multi-part upload, including listing contents and aborting operations.</li> -<li>Support for server-side copying of blobs.</li> -<li>Support for listing blobs via prefix and delimiter.</li> -<li>Support modification and retrieval of container and blob ACLs.</li> -<li>Cleaned up percent encoding, enabling use of non-ASCII characters.</li> -</ul> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* [Rita Zhang](https://twitter.com/ritazzhang) and her team, especially [Jim Spring](https://twitter.com/jmspring) and [Janne Koskinen](https://twitter.com/jtjk), for their contributions to the Microsoft Azure ARM provider ant the OAuth APIs. +* [Josef Cacek](https://twitter.com/jckwart) for all his contributions to the Docker provider. +* [Ali Bazlamit](https://github.com/alibazlamit) for adding support for the ProfitBricks v3 and the OneAndOne providers. +* [Iván Lomba](https://twitter.com/ivanlomba) for choosing jclouds for his GSoC 2016 project and adding the support for arbitrary CPU and RAM values in the compute abstraction. +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<h2><a id="knownissues"></a> Known Issues</h2> +## <a id="test"></a>Test Results -<ul> -<li>The JSON credentials file used in Google Cloud cannot be used in the jclouds CLI for Google Cloud Storage and for Google Compute Engine, when using a reusable compute service.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.0.0: +* RC1 [vote](https://lists.apache.org/thread.html/4ddd8f06e96d1b0493f55ae5fbe4e9c24d3180ad286b73a7603ef797@%3Cdev.jclouds.apache.org%3E) and [discussion](https://lists.apache.org/thread.html/02ae3551b5da6729c76a18fb3375a15f65a0e444cbded912b5c259f9@%3Cdev.jclouds.apache.org%3E) threads. +* RC2 [vote](https://lists.apache.org/thread.html/5cc14191a57dbbc40346223d80775236d75878858b11c129305834c4@%3Cdev.jclouds.apache.org%3E) and [discussion](https://lists.apache.org/thread.html/bf4339e17add0ec281965f7285fdfcf8a42ed8c3d30eccb6ec124de8@%3Cdev.jclouds.apache.org%3E) threads. +* RC3 [vote](https://lists.apache.org/thread.html/8e57ef987625311b82af4961557730363707c84aba0da05640ed5e6d@%3Cdev.jclouds.apache.org%3E) and [discussion](https://lists.apache.org/thread.html/7d56d66ba43bac352b383ca87d05e94f6aa9b9ed97fc212492c92fbb@%3Cdev.jclouds.apache.org%3E) threads. -<h2><a id="credits"></a>Credits</h2> +]]></content> + </entry> + + <entry> + <id>https://jclouds.apache.org/releasenotes/1.9.3/</id> + <title type="html"><![CDATA[Release Notes for Version 1.9.3]]></title> + <link href="https://jclouds.apache.org/releasenotes/1.9.3/"/> + <updated>2016-11-23T00:00:00Z</updated> + <content type="html">< +1. [Credits](#credits) +1. [Test Results](#test) -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +## <a id="intro"></a>Introduction -<ul> -<li><a href="https://twitter.com/ritazzhang">Rita Zhang</a> and her team, especially <a href="https://twitter.com/jmspring">Jim Spring</a> and <a href="https://twitter.com/jtjk">Janne Koskinen</a>, for their contributions to the Microsoft Azure ARM provider ant the OAuth APIs.</li> -<li><a href="https://twitter.com/jckwart">Josef Cacek</a> for all his contributions to the Docker provider.</li> -<li><a href="https://github.com/alibazlamit">Ali Bazlamit</a> for adding support for the ProfitBricks v3 and the OneAndOne providers.</li> -<li><a href="https://twitter.com/ivanlomba">Iván Lomba</a> for choosing jclouds for his GSoC 2016 project and adding the support for arbitrary CPU and RAM values in the compute abstraction.</li> -<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +You can read the official announcement at [Apache jclouds 1.9.3 released](http://markmail.org/thread/qlapnppmfbilje7p). To get started with jclouds, please see the [jclouds installation guide](/start/install/). +This is a bugfix release. The following list shows the fixed issues and patches that are included in the release: -<h2><a id="test"></a>Test Results</h2> +#### Bugs and patches -<p>Please see the discussion and the vote threads for live test results for 2.0.0:</p> +* <a href='https://github.com/jclouds/jclouds/pull/1027'>PR-1027</a> - fix jclouds/apis/swift retryOnRenew +* <a href='https://github.com/jclouds/jclouds/pull/991'>PR-991</a> - Fix for ssh reload for CentOS 7 +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1044'>JCLOUDS-1044</a> - fix handling NULL JsonTokens in adapters under NullFilteringTypeAdapterFactories class +* <a href='https://github.com/jclouds/jclouds/pull/956'>PR-956</a> - update CloudstackTemplateOptions pattern +* <a href='https://github.com/jclouds/jclouds/pull/937'>PR-937</a> - fix hpcloud compute adapter +* <a href='https://github.com/jclouds/jclouds/pull/934'>PR-934</a> - Version range specification for guava in OSGi +* <a href='https://github.com/jclouds/jclouds/pull/932'>PR-932</a> - fix for issue if SL machine has multiple credentials registered +* <a href='https://github.com/jclouds/jclouds/pull/907'>PR-907</a> - Fix: RunScriptOptions equals -<ul> -<li>RC1 <a href="https://lists.apache.org/thread.html/4ddd8f06e96d1b0493f55ae5fbe4e9c24d3180ad286b73a7603ef797@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/02ae3551b5da6729c76a18fb3375a15f65a0e444cbded912b5c259f9@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> -<li>RC2 <a href="https://lists.apache.org/thread.html/5cc14191a57dbbc40346223d80775236d75878858b11c129305834c4@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/bf4339e17add0ec281965f7285fdfcf8a42ed8c3d30eccb6ec124de8@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> -<li>RC3 <a href="https://lists.apache.org/thread.html/8e57ef987625311b82af4961557730363707c84aba0da05640ed5e6d@%3Cdev.jclouds.apache.org%3E">vote</a> and <a href="https://lists.apache.org/thread.html/7d56d66ba43bac352b383ca87d05e94f6aa9b9ed97fc212492c92fbb@%3Cdev.jclouds.apache.org%3E">discussion</a> threads.</li> -</ul> +## <a id="credits"></a>Credits + +The Apache jclouds team would like to thank everyone who contributed time and effort in order to make this release happen: + +* The Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). + +## <a id="test"></a>Test Results +Please see the [discussion thread](http://markmail.org/thread/lmt6gseuwv5u3tgn) and the [vote thread](http://markmail.org/thread/wfr6psgxz7bq3sap) for test results for 1.9.3. ]]></content> </entry> <entry> - <id>https://jclouds.apache.org/releasenotes/1.9.3/</id> - <title type="html"><![CDATA[Release Notes for Version 1.9.3]]></title> - <link href="https://jclouds.apache.org/releasenotes/1.9.3/"/> - <updated>2016-11-23T00:00:00Z</updated> - <content type="html"><![CDATA[<ol> -<li><a href="#intro">Introduction</a></li> -<li><a href="#credits">Credits</a></li> -<li><a href="#test">Test Results</a></li> -</ol> + <id>https://jclouds.apache.org/releasenotes/1.9.2/</id> + <title type="html"><![CDATA[Release Notes for Version 1.9.2]]></title> + <link href="https://jclouds.apache.org/releasenotes/1.9.2/"/> + <updated>2016-01-16T00:00:00Z</updated> + <content type="html">< +1. [Credits](#credits) +1. [Test Results](#test) +## <a id="intro"></a>Introduction -<h2><a id="intro"></a>Introduction</h2> +You can read the official announcement at [Apache jclouds 1.9.2 released](http://markmail.org/message/lyozqjxkcxm47zh5). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<p>You can read the official announcement at <a href="http://markmail.org/thread/qlapnppmfbilje7p">Apache jclouds 1.9.3 released</a>. To get started with jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> +This is a bugfix release. The following list shows the fixed issues and improvements: -<p>This is a bugfix release. The following list shows the fixed issues and patches that are included in the release:</p> +#### Bug -<h4>Bugs and patches</h4> +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-991'>JCLOUDS-991</a> - Usage records for Volume usage allow a size field not handled by JClouds. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1004'>JCLOUDS-1004</a> - Update the Go2Cloud endpoint. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1012'>JCLOUDS-1012</a> - project and projectId not supported in JClouds as parameters in a usage record for Cloudstack. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1020'>JCLOUDS-1020</a> - Docker BuildOptions use wrong query parameter for image tagging. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1021'>JCLOUDS-1021</a> - Add JavaDoc to repoTags() value in org.jclouds.docker.domain.Image. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1022'>JCLOUDS-1022</a> - Provide a mechanism to deal with the rate limit in DigitalOcean. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1023'>JCLOUDS-1023</a> - DigitalOcean throws an NPE in the getImage() method if the image does not exist. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1024'>JCLOUDS-1024</a> - The ImageExtension fails to create image if droplet is already stopped. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1027'>JCLOUDS-1027</a> - digitalocean2 request incorrect droplet. -<ul> -<li><a href='https://github.com/jclouds/jclouds/pull/1027'>PR-1027</a> - fix jclouds/apis/swift retryOnRenew</li> -<li><a href='https://github.com/jclouds/jclouds/pull/991'>PR-991</a> - Fix for ssh reload for CentOS 7</li> -<li><a href='https://issues.apache.org/jira/browse/JCLOUDS-1044'>JCLOUDS-1044</a> - fix handling NULL JsonTokens in adapters under NullFilteringTypeAdapterFactories class</li> -<li><a href='https://github.com/jclouds/jclouds/pull/956'>PR-956</a> - update CloudstackTemplateOptions pattern</li> -<li><a href='https://github.com/jclouds/jclouds/pull/937'>PR-937</a> - fix hpcloud compute adapter</li> -<li><a href='https://github.com/jclouds/jclouds/pull/934'>PR-934</a> - Version range specification for guava in OSGi</li> -<li><a href='https://github.com/jclouds/jclouds/pull/932'>PR-932</a> - fix for issue if SL machine has multiple credentials registered</li> -<li><a href='https://github.com/jclouds/jclouds/pull/907'>PR-907</a> - Fix: RunScriptOptions equals</li> -</ul> +#### Improvement +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1010'>JCLOUDS-1010</a> - Test Dockerfile: Consider using DropBear in Busybox instead of OpenSSH in Ubuntu. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1014'>JCLOUDS-1014</a> - Docker: Add possibility to change loginPort. -<h2><a id="credits"></a>Credits</h2> +#### New Feature -<p>The Apache jclouds team would like to thank everyone who contributed time and effort in order to make this release happen:</p> +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-891'>JCLOUDS-891</a> - Add CloudSigma Miami region. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1001'>JCLOUDS-1001</a> - Add Google Compute preemptible support. +* <a href='https://issues.apache.org/jira/browse/JCLOUDS-1017'>JCLOUDS-1017</a> - Add tagImage() method to ImageApi in Docker provider. + +## <a id="credits"></a>Credits -<ul> -<li>The Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li> -<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit">Open Hub</a>.</li> -</ul> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Josef Cacek for all his contributions to the Docker provider. +* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit). -<h2><a id="test"></a>Test Results</h2> +## <a id="test"></a>Test Results
[... 642 lines stripped ...]
