Modified: jclouds/site-content/releasenotes/atom.xml URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/releasenotes/atom.xml (original) +++ jclouds/site-content/releasenotes/atom.xml Thu Nov 30 07:46:44 2017 @@ -9,6 +9,89 @@ <entry> + <id>https://jclouds.apache.org/releasenotes/2.0.3/</id> + <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"><![CDATA[<ol> +<li><a href="#intro">Introduction</a></li> +<li><a href="#highlights">Release Highlights</a></li> +<li><a href="#knownissues">Known Issues</a></li> +<li><a href="#credits">Credits</a></li> +<li><a href="#test">Test Results</a></li> +</ol> + + +<h2><a id="intro"></a>Introduction</h2> + +<p>Apache jclouds 2.0.3 is the third bugfix release after jclouds 2.0 and comes with several bugfixes and performance improvements. You can <a href="https://s.apache.org/jclouds203">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>Apache jclouds 2.0.3 new features include:</p> + +<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> + + +<h3>Bugs and patches</h3> + +<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-1332">JCLOUDS-1332</a> - BaseComputeService.destroyNodesMatching and BaseComputeService.destroyNode different behavior</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-1353">JCLOUDS-1353</a> - AWS EC2 add support for Accelerated computing instance 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> + + +<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> + +<h2><a id="knownissues"></a> Known Issues</h2> + +<p>There are a number of JIRA issues related to Openstack that are around a better versioning 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>. Particularly, jclouds does not currently support OpenStack Keystone v3, but the community is actively working on that. See <a href="https://s.apache.org/OSbY">the discussion in the development mailing list</a>.</p> + +<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><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> + + +<h2><a id="test"></a>Test Results</h2> + +<p>Please see the discussion and the vote threads for live test results for 2.0.3:</p> + +<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> + +]]></content> + </entry> + + <entry> <id>https://jclouds.apache.org/releasenotes/2.0.2/</id> <title type="html"><![CDATA[Release Notes for Version 2.0.2]]></title> <link href="https://jclouds.apache.org/releasenotes/2.0.2/"/> @@ -105,83 +188,65 @@ <title type="html"><![CDATA[Release Notes for Version 2.0.1]]></title> <link href="https://jclouds.apache.org/releasenotes/2.0.1/"/> <updated>2017-02-27T00: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.0.1 is the first bugfix release after jclouds 2.0. It comes with several bugfixes and performance improvements, and with the addition of two new compute providers to labs: [Packet](https://www.packet.net/) and [Vagrant](https://www.vagrantup.com/). You can [read the official announcement here](https://s.apache.org/jclouds201). To get started with jclouds, please see the [jclouds installation guide](/start/install/). -<ul> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-819">JCLOUDS-819</a> - Allow prepending a custom user agent</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1133">JCLOUDS-1133</a> - JDK Script support for Ubuntu >= 16.04 Compute tests</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1206">JCLOUDS-1206</a> - Handling of user_data in digitalocean2 provider is broken</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1208">JCLOUDS-1208</a> - Implement the TemplateOptions.inboundPorts in ProfitBricks REST</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1212">JCLOUDS-1212</a> - Replace custom bundles for Okio and OkHttp for the ServiceMix ones</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1213">JCLOUDS-1213</a> - S3: Region is not respected</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1219">JCLOUDS-1219</a> - Add support for Packet.net</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1220">JCLOUDS-1220</a> - Managing the header name in the TempAuth (Identity Protocol v1)</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1222">JCLOUDS-1222</a> - UserPrincipalNotFound with a french Windows</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1224">JCLOUDS-1224</a> - Update B2 domain</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1231">JCLOUDS-1231</a> - Implement the SecurityGroupExtension and the inbound ports feature</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1235">JCLOUDS-1235</a> - openstack-nova: list-security-groups request is slow, with O(n<sup>2</sup>) behaviour</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1237">JCLOUDS-1237</a> - IpPermission#compareTo is inconsistent with equals</li> -<li><a href="https://issues.apache.org/jira/browse/JCLOUDS-1239">JCLOUDS-1239</a> - Gzipped userdata not handled in openstack-nova debug logging</li> -</ul> +## <a id="highlights"></a>Release Highlights +Apache jclouds 2.0.1 new features 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=12338676">here</a>.</p> +* Added the `SecurityGroupExtension` and support to configure node inbound ports in Azure ARM. +* Added the load balancer APIs to Azure ARM. +* Added the Packet compute provider in labs. Add the `org.apache.jclouds.labs/packet` dependency to check it out! +* Added the Vagrant compute api in labs. Add the `org.apache.jclouds.labs/vagrant` dependency to check it out! -<h2><a id="knownissues"></a> Known Issues</h2> +### Bugs and patches -<ul> -<li>The Azure ARM image extension creates images that cannot be re-deployed. Images are created successfully but the OS provisioning fails with a timeout.</li> -</ul> +* [JCLOUDS-819](https://issues.apache.org/jira/browse/JCLOUDS-819) - Allow prepending a custom user agent +* [JCLOUDS-1133](https://issues.apache.org/jira/browse/JCLOUDS-1133) - JDK Script support for Ubuntu >= 16.04 Compute tests +* [JCLOUDS-1206](https://issues.apache.org/jira/browse/JCLOUDS-1206) - Handling of user_data in digitalocean2 provider is broken +* [JCLOUDS-1208](https://issues.apache.org/jira/browse/JCLOUDS-1208) - Implement the TemplateOptions.inboundPorts in ProfitBricks REST +* [JCLOUDS-1212](https://issues.apache.org/jira/browse/JCLOUDS-1212) - Replace custom bundles for Okio and OkHttp for the ServiceMix ones +* [JCLOUDS-1213](https://issues.apache.org/jira/browse/JCLOUDS-1213) - S3: Region is not respected +* [JCLOUDS-1219](https://issues.apache.org/jira/browse/JCLOUDS-1219) - Add support for Packet.net +* [JCLOUDS-1220](https://issues.apache.org/jira/browse/JCLOUDS-1220) - Managing the header name in the TempAuth (Identity Protocol v1) +* [JCLOUDS-1222](https://issues.apache.org/jira/browse/JCLOUDS-1222) - UserPrincipalNotFound with a french Windows +* [JCLOUDS-1224](https://issues.apache.org/jira/browse/JCLOUDS-1224) - Update B2 domain +* [JCLOUDS-1231](https://issues.apache.org/jira/browse/JCLOUDS-1231) - Implement the SecurityGroupExtension and the inbound ports feature +* [JCLOUDS-1235](https://issues.apache.org/jira/browse/JCLOUDS-1235) - openstack-nova: list-security-groups request is slow, with O(n^2) behaviour +* [JCLOUDS-1237](https://issues.apache.org/jira/browse/JCLOUDS-1237) - IpPermission#compareTo is inconsistent with equals +* [JCLOUDS-1239](https://issues.apache.org/jira/browse/JCLOUDS-1239) - Gzipped userdata not handled in openstack-nova debug logging +The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12338676). -<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 Azure ARM image extension creates images that cannot be re-deployed. Images are created successfully but the OS provisioning fails with a timeout. -<ul> -<li><a href="https://github.com/neykov">Svetoslav Neykov</a> for his support on the karaf integration and for having contributed the Vagrant provider.</li> -<li><a href="https://github.com/alibazlamit">Ali Bazlamit</a> for the continued contributions to the ProfitBricks and OneAndOne providers.</li> -<li><a href="https://twitter.com/danielestevez">Daniel Estevez</a> for his contributions to the Azure ARM load balancer APIs.</li> -<li>The Packet team for helping with testing infrastructure.</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> +* [Svetoslav Neykov](https://github.com/neykov) for his support on the karaf integration and for having contributed the Vagrant provider. +* [Ali Bazlamit](https://github.com/alibazlamit) for the continued contributions to the ProfitBricks and OneAndOne providers. +* [Daniel Estevez](https://twitter.com/danielestevez) for his contributions to the Azure ARM load balancer APIs. +* The Packet team for helping with testing infrastructure. +* 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.1:</p> +## <a id="test"></a>Test Results -<ul> -<li>RC1 <a href="https://s.apache.org/jclouds201rc1vote">vote</a> and <a href="https://s.apache.org/jclouds201rc1discuss">discussion</a> threads.</li> -<li>RC2 <a href="https://s.apache.org/jclouds201rc2vote">vote</a> and <a href="https://s.apache.org/jclouds201rc2discuss">discussion</a> threads.</li> -</ul> +Please see the discussion and the vote threads for live test results for 2.0.1: +* RC1 [vote](https://s.apache.org/jclouds201rc1vote) and [discussion](https://s.apache.org/jclouds201rc1discuss) threads. +* RC2 [vote](https://s.apache.org/jclouds201rc2vote) and [discussion](https://s.apache.org/jclouds201rc2discuss) threads. ]]></content> </entry> @@ -190,109 +255,82 @@ <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 - -<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> - -<h2><a id="computeimprovements"></a>Compute Improvements</h2> - -<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> - - -<h2><a id="blobstoreimprovements"></a>BlobStore Improvements</h2> - -<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> +* 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`. -<h2><a id="knownissues"></a> Known Issues</h2> +## <a id="blobstoreimprovements"></a>BlobStore Improvements -<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> +* 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. +## <a id="knownissues"></a> Known Issues -<h2><a id="credits"></a>Credits</h2> +* 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. -<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://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> +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="test"></a>Test Results</h2> +## <a id="test"></a>Test Results -<p>Please see the discussion and the vote threads for live test results for 2.0.0:</p> +Please see the discussion and the vote threads for live test results for 2.0.0: -<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> +* 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. ]]></content> </entry> @@ -598,80 +636,62 @@ <title type="html"><![CDATA[Release Notes for Version 1.8.1]]></title> <link href="https://jclouds.apache.org/releasenotes/1.8.1/"/> <updated>2014-10-24T00:00:00Z</updated> - <content type="html">< +1. [Highlights](#highlights) +1. [API Changes](#api) +1. [Known Issues](#issues) +1. [Credits](#credits) +1. [Test Results](#test) +## <a id="intro"></a>Introduction -<h2><a id="intro"></a>Introduction</h2> - -<p>You can read the official announcement at <a href="http://apache.markmail.org/thread/xjefzppq7jmgbcca">Apache jclouds 1.8.1 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327548&styleName=Html&projectId=12314430">JIRA Release Notes</a>.</p> +You can read the official announcement at [Apache jclouds 1.8.1 released](http://apache.markmail.org/thread/xjefzppq7jmgbcca). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327548&styleName=Html&projectId=12314430). -<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> +To get jclouds, please see the [jclouds installation guide](/start/install/). -<h2><a id="highlights"></a>Highlights</h2> +## <a id="highlights"></a>Highlights -<ul> -<li>Support for Google Cloud Storage</li> -<li>Graduation of OpenStack Swift. The group ID changes</li> -</ul> +* Support for Google Cloud Storage +* Graduation of OpenStack Swift. The group ID changes +from +{% highlight xml %} +<dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>openstack-swift</artifactId> + <version>1.8.0</version> +</dependency> +{% endhighlight %} +to +{% highlight xml %} +<dependency> + <groupId>org.apache.jclouds.apis</groupId> + <artifactId>openstack-swift</artifactId> + <version>1.8.1</version> +</dependency> +{% endhighlight %} -<p>from</p> -<div class="highlight"><pre><code class="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds.labs<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>openstack-swift<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.8.0<span class="nt"></version></span> -<span class="nt"></dependency></span> -</code></pre></div> - - -<p>to</p> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds.apis<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>openstack-swift<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.8.1<span class="nt"></version></span> -<span class="nt"></dependency></span> -</code></pre></div> +## <a id="api"></a>API Changes +* [openstack-swift API changes from 1.8.0 to 1.8.1](api-changes/openstack-swift/) -<h2><a id="api"></a>API Changes</h2> - -<ul> -<li><a href="api-changes/openstack-swift/">openstack-swift API changes from 1.8.0 to 1.8.1</a></li> -</ul> - - -<h2><a id="issues"></a>Known Issues</h2> - -<ul> -<li>Unfortunately <code>openstack-neutron</code> was broken in this release. If you depend on it, please skip this version.</li> -</ul> - +## <a id="issues"></a>Known Issues -<h2><a id="credits"></a>Credits</h2> +* Unfortunately `openstack-neutron` was broken in this release. If you depend on it, please skip this version. -<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>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. +* 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 -<p>Please see the <a href="http://markmail.org/thread/lertwftpifagoor3">discussion thread</a> and the <a href="http://markmail.org/thread/lertwftpifagoor3">vote thread</a> for test results for 1.8.1.</p> +Please see the [discussion thread](http://markmail.org/thread/lertwftpifagoor3) and the [vote thread](http://markmail.org/thread/lertwftpifagoor3) for test results for 1.8.1. -<p>See <a href="/blog/2014/10/25/poodle-and-jclouds/">this blog post</a> for more information on POODLE and jclouds.</p> -]]></content> +See [this blog post](/blog/2014/10/25/poodle-and-jclouds/) for more information on POODLE and jclouds.]]></content> </entry> <entry> @@ -679,67 +699,51 @@ <title type="html"><![CDATA[Release Notes for Version 1.8.0]]></title> <link href="https://jclouds.apache.org/releasenotes/1.8.0/"/> <updated>2014-08-05T00:00:00Z</updated> - <content type="html">< +1. [Highlights](#highlights) +1. [API Changes](#api) +1. [Known Issues](#issues) +1. [Reminder](#reminder) +1. [Credits](#credits) +1. [Test Results](#test) -<p>You can read the official announcement at <a href="http://markmail.org/message/plk6wedjeh3vanc6">Apache jclouds 1.8.0 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325587&styleName=Html&projectId=12314430">JIRA Release Notes</a>.</p> +## <a id="intro"></a>Introduction -<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> - -<h2><a id="highlights"></a>Highlights</h2> +You can read the official announcement at [Apache jclouds 1.8.0 released](http://markmail.org/message/plk6wedjeh3vanc6). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325587&styleName=Html&projectId=12314430). -<ul> -<li>jclouds 1.8.0 introduces initial support for <a href="http://aws.amazon.com/glacier">Amazon Glacier</a>, sponsored by <a href="/blog/2014/04/23/gsoc/">Google Summer of Code</a> and written by Roman Coedo. This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.</li> -<li>Support for <a href="/guides/docker/">Docker</a>.</li> -<li>Refactored Code supporting OpenStack Neutron.</li> -<li>New Rackspace Auto Scale UK Provider and updated US region support.</li> -<li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li> -</ul> +To get jclouds, please see the [jclouds installation guide](/start/install/). +## <a id="highlights"></a>Highlights -<h2><a id="api"></a>API Changes</h2> +* jclouds 1.8.0 introduces initial support for [Amazon Glacier](http://aws.amazon.com/glacier), sponsored by [Google Summer of Code](/blog/2014/04/23/gsoc/) and written by Roman Coedo. This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval. +* Support for [Docker](/guides/docker/). +* Refactored Code supporting OpenStack Neutron. +* New Rackspace Auto Scale UK Provider and updated US region support. +* This release requires Guava 17.0 and transitions most uses of `InputSupplier` to `ByteSource`. -<ul> -<li>This release removes or deprecates most uses of Guava <code>InputSupplier</code>, including <code>Strings2.toString</code>. Callers should instead use <code>ByteSource</code>, <code>ByteStreams2.toByteArrayAndClose</code>, or <code>Strings2.toStringAndClose</code>. These changes ensure compatibility with future Guava releases.</li> -<li><code>BlobStore</code> introduces a <code>deleteContainerIfEmpty</code> method which more accurately matches the semantics of some providers. Some providers like Azure have better performance with the existing <code>delete</code> method.</li> -<li>The <code>resumeNodesMatching</code>, <code>suspendNodesMatching</code> and <code>rebootNodesMatching</code> of the <code>ComputeService</code> now return the affected nodes.</li> -<li>Deprecates Neutron v2_0. Superseded by <a href="https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2">v2</a>. Moves the code away from map-binders and parsers. Multiple interface changes.</li> -<li><code>RegionScopedBlobStoreContext</code> deprecates <code>configuredRegions()</code>, <code>blobStoreInRegion(String regionId)</code>, <code>signerInRegion(String regionId)</code>, and <code>asyncBlobStoreInRegion(String regionId)</code>.</li> -</ul> - - -<h2><a id="issues"></a>Known Issues</h2> +## <a id="api"></a>API Changes -<ul> -<li>Starting with 1.8.0, the HP Cloud Object Storage provider requires the <code>region</code> attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the <a href="/guides/hpcloud/">provider guide</a> for an example of how to specify the region.</li> -<li>1.8.0 includes an <a href="http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar">incomplete artifact</a> for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.</li> -</ul> +* This release removes or deprecates most uses of Guava `InputSupplier`, including `Strings2.toString`. Callers should instead use `ByteSource`, `ByteStreams2.toByteArrayAndClose`, or `Strings2.toStringAndClose`. These changes ensure compatibility with future Guava releases. +* `BlobStore` introduces a `deleteContainerIfEmpty` method which more accurately matches the semantics of some providers. Some providers like Azure have better performance with the existing `delete` method. +* The `resumeNodesMatching`, `suspendNodesMatching` and `rebootNodesMatching` of the `ComputeService` now return the affected nodes. +* Deprecates Neutron v2_0. Superseded by [v2](https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2). Moves the code away from map-binders and parsers. Multiple interface changes. +* `RegionScopedBlobStoreContext` deprecates `configuredRegions()`, `blobStoreInRegion(String regionId)`, `signerInRegion(String regionId)`, and `asyncBlobStoreInRegion(String regionId)`. +## <a id="issues"></a>Known Issues -<h2><a id="credits"></a>Credits</h2> +* Starting with 1.8.0, the HP Cloud Object Storage provider requires the `region` attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the [provider guide](/guides/hpcloud/) for an example of how to specify the region. +* 1.8.0 includes an [incomplete artifact](http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar) for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact. -<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>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. +* 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 -<p>Please see the <a href="http://markmail.org/thread/2ppvzd7dtjvqfqkk">discussion thread</a> and the <a href="http://markmail.org/thread/7ixght2jgfbu73ok">vote thread</a> for test results for 1.8.0.</p> -]]></content> +Please see the [discussion thread](http://markmail.org/thread/2ppvzd7dtjvqfqkk) and the [vote thread](http://markmail.org/thread/7ixght2jgfbu73ok) for test results for 1.8.0.]]></content> </entry> <entry> @@ -747,92 +751,78 @@ <title type="html"><![CDATA[Release Notes for Version 1.7.3]]></title> <link href="https://jclouds.apache.org/releasenotes/1.7.3/"/> <updated>2014-05-30T00:00:00Z</updated> - <content type="html">< +1. [Highlights](#highlights) +1. [Known Issues](#issues) +1. [Reminder](#reminder) +1. [Credits](#credits) +1. [Test Results](#test) + +## <a id="intro"></a>Introduction + +You can read the official announcement at [Apache jclouds 1.7.3 released](http://jclouds.markmail.org/message/6ormro7calbt5tjn). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.3). + +To get jclouds, please see the [jclouds installation guide](/start/install/). + +## <a id="highlights"></a>Highlights + +* ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again. +* The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2. +* They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0. +* The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us [feedback](/community/). Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later. +* You can get the new Swift and Cloud Files dependencies with: + +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>openstack-swift</artifactId> + <version>1.7.3</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>rackspace-cloudfiles-us</artifactId> + <version>1.7.3</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>rackspace-cloudfiles-uk</artifactId> + <version>1.7.3</version> + </dependency> +</dependencies> +{% endhighlight %} + +* Here is the [Javadoc](/reference/javadoc/1.7.x/) for the new Swift and Cloud Files classes. + +## <a id="issues"></a>Known Issues + +* jclouds 1.7.3 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8. + +## <a id="reminder"></a>Reminder + +The jclouds Maven group ID for versions since [1.6.1-incubating](../1.6.1) is `org.apache.jclouds` rather than `org.jclouds`, so a pom.xml dependency would now look like: + +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-all</artifactId> + <version>1.7.3</version> + </dependency> +</dependencies> +{% endhighlight %} + +## <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="intro"></a>Introduction</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 [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit). -<p>You can read the official announcement at <a href="http://jclouds.markmail.org/message/6ormro7calbt5tjn">Apache jclouds 1.7.3 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.3">JIRA Release Notes</a>.</p> +## <a id="test"></a>Test Results -<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p> - -<h2><a id="highlights"></a>Highlights</h2> +Please see the [discussion thread](http://jclouds.markmail.org/message/smznp6474kpojqeb) and the [vote thread](http://jclouds.markmail.org/message/ydekpm36pwaqpvbf) for test results for 1.7.3. -<ul> -<li>ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again.</li> -<li>The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li> -<li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.</li> -<li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li> -<li>You can get the new Swift and Cloud Files dependencies with:</li> -</ul> - - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds.labs<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>openstack-swift<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.7.3<span class="nt"></version></span> - <span class="nt"></dependency></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds.labs<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>rackspace-cloudfiles-us<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.7.3<span class="nt"></version></span> - <span class="nt"></dependency></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds.labs<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>rackspace-cloudfiles-uk<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.7.3<span class="nt"></version></span> - <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - - -<ul> -<li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li> -</ul> - - -<h2><a id="issues"></a>Known Issues</h2> - -<ul> -<li>jclouds 1.7.3 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li> -</ul> - - -<h2><a id="reminder"></a>Reminder</h2> - -<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>jclouds-all<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.7.3<span class="nt"></version></span> - <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - - -<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>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 <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</li> -</ul> - - -<h2><a id="test"></a>Test Results</h2> - -<p>Please see the <a href="http://jclouds.markmail.org/message/smznp6474kpojqeb">discussion thread</a> and the <a href="http://jclouds.markmail.org/message/ydekpm36pwaqpvbf">vote thread</a> for test results for 1.7.3.</p> ]]></content> </entry> @@ -936,77 +926,64 @@ <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title> <link href="https://jclouds.apache.org/releasenotes/1.7.1/"/> <updated>2014-02-11T00:00:00Z</updated> - <content type="html"><. You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588). +To get jclouds, please see the [jclouds installation guide](/start/install/). -<h2>Notes</h2> +## Notable updates -<ul> -<li>jclouds 1.7.1 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16. Please switch to -Guava 15.0 or earlier, or wait for jclouds 1.8.</li> -</ul> +* A workaround for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427) is provided to make jclouds compatible with JRE 1.7.0\_51-b13. +* Added the [DigitalOcean](https://www.digitalocean.com) compute provider. It is available in labs under the following Maven coordinates: +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>digitalocean</artifactId> + <version>1.7.1</version> + </dependency> +</dependencies> +{% endhighlight %} +* Upgraded Bouncycastle to version 1.49. +* Added an HTTP driver based on the [OkHttp](http://square.github.io/okhttp/) library for efficient HTTP connections. +* Added support for PATCH methods that have a body. +* Allow configuring of networks to which the nodes will be attached directly from the portable [Compute](/start/compute) interface. +## Notes -<h2>Reminder</h2> +* jclouds 1.7.1 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16. Please switch to +Guava 15.0 or earlier, or wait for jclouds 1.8. -<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</p> +## Reminder -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>jclouds-all<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.7.1<span class="nt"></version></span> - <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> +As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like: +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-all</artifactId> + <version>1.7.1</version> + </dependency> +</dependencies> +{% endhighlight %} -<h2>Credits</h2> +## Credits -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<ul> -<li>Ignasi Barrera for managing the release.</li> -<li>Andrew Phillips for his quick and diligent fixes for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a>.</li> -<li>Apache jclouds PMC for verifying.</li> -<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</li> -</ul> + * Ignasi Barrera for managing the release. + * Andrew Phillips for his quick and diligent fixes for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427). + * Apache jclouds PMC for verifying. + * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit). +## Test Results -<h2>Test Results</h2> +Please see the [release discussion thread](http://markmail.org/message/dpfrnkcwvtf5scb7) for test results for 1.7.1. -<p>Please see the <a href="http://markmail.org/message/dpfrnkcwvtf5scb7">release discussion thread</a> for test results for 1.7.1.</p> ]]></content> </entry> @@ -1067,42 +1044,40 @@ Guava 15.0 or earlier, or wait for jclou <title type="html"><![CDATA[Release Notes for Version 1.6.3]]></title> <link href="https://jclouds.apache.org/releasenotes/1.6.3/"/> <updated>2013-11-30T00:00:00Z</updated> - <content type="html"><. You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&styleName=Html&projectId=12314430). -<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p> +To get jclouds, please see the [jclouds installation guide](/start/install). -<h2>Reminder</h2> +## Reminder -<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</p> - -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>jclouds-all<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.6.3<span class="nt"></version></span> - <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> +As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like: +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-all</artifactId> + <version>1.6.3</version> + </dependency> +</dependencies> +{% endhighlight %} -<h2>Credits</h2> +## Credits -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<ul> -<li>Andrew Gaul for managing the release.</li> -<li>Apache jclouds PMC for verifying.</li> -<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</li> -</ul> + * Andrew Gaul for managing the release. + * Apache jclouds PMC for verifying. + * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit). +## Test Results -<h2>Test Results</h2> +Please see the [release discussion thread](http://markmail.org/thread/gkqw7uidfnnze4lv) for test results for 1.6.3 -<p>Please see the <a href="http://markmail.org/thread/gkqw7uidfnnze4lv">release discussion thread</a> for test results for 1.6.3</p> ]]></content> </entry> @@ -1111,45 +1086,40 @@ Guava 15.0 or earlier, or wait for jclou <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title> <link href="https://jclouds.apache.org/releasenotes/1.6.2/"/> <updated>2013-08-27T00:00:00Z</updated> - <content type="html"><. You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&styleName=Html&projectId=12314430). -<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p> +To get jclouds, please see the [jclouds installation guide](/start/install). -<h2>Reminder</h2> +## Reminder -<ul> -<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</li> -</ul> + * As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like: +{% highlight xml %} +<dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-all</artifactId> + <version>1.6.2-incubating</version> + </dependency> +</dependencies> +{% endhighlight %} -<div class="highlight"><pre><code class="xml"><span class="nt"><dependencies></span> - <span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.jclouds<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>jclouds-all<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.6.2-incubating<span class="nt"></version></span> - <span class="nt"></dependency></span> -<span class="nt"></dependencies></span> -</code></pre></div> - - -<h2>Credits</h2> +## Credits -<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p> +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: -<ul> -<li>Andrew Bayer for assisting on the release charge.</li> -<li>Our Apache mentors for verifying.</li> -<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit">here</a>.</li> -</ul> + * Andrew Bayer for assisting on the release charge. + * Our Apache mentors for verifying. + * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit). +## Test Results -<h2>Test Results</h2> +Please see the [test results](/releasenotes/1.6.2-tests) for test failures for 1.6.2. -<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for test failures for 1.6.2.</p> ]]></content> </entry>
Modified: jclouds/site-content/releasenotes/beta7.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta7.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/releasenotes/beta7.html (original) +++ jclouds/site-content/releasenotes/beta7.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/releasenotes/beta8.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta8.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/releasenotes/beta8.html (original) +++ jclouds/site-content/releasenotes/beta8.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/releasenotes/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/releasenotes/index.html (original) +++ jclouds/site-content/releasenotes/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> @@ -164,6 +165,8 @@ <p>The Release Notes and Javadocs for every major release of Apache jclouds are listed chronologically below.</p> <ul> +<li><a href="/releasenotes/2.0.3">2.0.3</a> | <a href="/reference/javadoc/2.0.x/">Javadoc</a></li> +<li><a href="/releasenotes/2.0.2">2.0.2</a> | <a href="/reference/javadoc/2.0.x/">Javadoc</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a> | <a href="/reference/javadoc/2.0.x/">Javadoc</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a> | <a href="/reference/javadoc/2.0.x/">Javadoc</a></li> <li><a href="/releasenotes/1.9.3">1.9.3</a> | <a href="/reference/javadoc/1.9.x/">Javadoc</a></li> Modified: jclouds/site-content/start/blobstore/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/blobstore/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/blobstore/index.html (original) +++ jclouds/site-content/start/blobstore/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/start/compute/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/compute/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/compute/index.html (original) +++ jclouds/site-content/start/compute/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/start/concepts/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/concepts/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/concepts/index.html (original) +++ jclouds/site-content/start/concepts/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/start/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/index.html (original) +++ jclouds/site-content/start/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> Modified: jclouds/site-content/start/install/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/install/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/install/index.html (original) +++ jclouds/site-content/start/install/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li> @@ -185,7 +186,7 @@ <span class="nt"><project</span> <span class="na">xmlns=</span><span class="s">"http://maven.apache.org/POM/4.0.0"</span> <span class="na">xmlns:xsi=</span><span class="s">"http://www.w3.org/2001/XMLSchema-instance"</span> <span class="na">xsi:schemaLocation=</span><span class="s">"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"</span><span class="nt">></span> <span class="nt"><modelVersion></span>4.0.0<span class="nt"></modelVersion></span> <span class="nt"><properties></span> - <span class="nt"><jclouds.version></span>2.0.2<span class="nt"></jclouds.version></span> + <span class="nt"><jclouds.version></span>2.0.3<span class="nt"></jclouds.version></span> <span class="nt"></properties></span> <span class="nt"><groupId></span>com.mycompany.app<span class="nt"></groupId></span> <span class="nt"><artifactId></span>my-app<span class="nt"></artifactId></span> @@ -249,7 +250,7 @@ <div class="highlight"><pre><code class="clojure"><span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.clojure/clojure</span> <span class="s">"1.3.0"</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.clojure/core.incubator</span> <span class="s">"0.1.0"</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.clojure/tools.logging</span> <span class="s">"0.2.3"</span><span class="p">]</span> - <span class="p">[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">"2.0.2"</span><span class="p">]]</span> + <span class="p">[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">"2.0.3"</span><span class="p">]]</span> </code></pre></div> @@ -278,7 +279,7 @@ </ul> -<div class="highlight"><pre><code class="clojure"><span class="p">(</span><span class="kd">defproject </span><span class="nv">deps</span> <span class="s">"1"</span> <span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">"2.0.2"</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.apache.jclouds.driver/jclouds-sshj</span> <span class="s">"2.0.2"</span><span class="p">]])</span> +<div class="highlight"><pre><code class="clojure"><span class="p">(</span><span class="kd">defproject </span><span class="nv">deps</span> <span class="s">"1"</span> <span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.apache.jclouds/jclouds-all</span> <span class="s">"2.0.3"</span><span class="p">]</span> <span class="p">[</span><span class="nv">org.apache.jclouds.driver/jclouds-sshj</span> <span class="s">"2.0.3"</span><span class="p">]])</span> </code></pre></div> @@ -299,7 +300,7 @@ Then, add jclouds to your <em>build.xml</em> as shown below:</p> <div class="highlight"><pre><code class="xml"><span class="nt"><artifact:dependencies</span> <span class="na">pathId=</span><span class="s">"jclouds.classpath"</span><span class="nt">></span> - <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span><span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.2"</span> <span class="nt">/></span> + <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span><span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.3"</span> <span class="nt">/></span> <span class="nt"></artifact:dependencies></span> </code></pre></div> @@ -337,8 +338,8 @@ Then, add jclouds to your <em>build.xml< <span class="nt"><delete</span> <span class="na">dir=</span><span class="s">"lib"</span> <span class="nt">/></span> <span class="nt"><mkdir</span> <span class="na">dir=</span><span class="s">"lib"</span> <span class="nt">/></span> <span class="nt"><artifact:dependencies</span> <span class="na">filesetId=</span><span class="s">"jclouds.fileset"</span> <span class="na">versionsId=</span><span class="s">"dependency.versions"</span><span class="nt">></span> - <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span> <span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.2"</span> <span class="nt">/></span> - <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds.driver"</span> <span class="na">artifactId=</span><span class="s">"jclouds-sshj"</span> <span class="na">version=</span><span class="s">"2.0.2"</span> <span class="nt">/></span> + <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span> <span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.3"</span> <span class="nt">/></span> + <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds.driver"</span> <span class="na">artifactId=</span><span class="s">"jclouds-sshj"</span> <span class="na">version=</span><span class="s">"2.0.3"</span> <span class="nt">/></span> <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"ch.qos.logback"</span> <span class="na">artifactId=</span><span class="s">"logback-classic"</span> <span class="na">version=</span><span class="s">"[1.0.9,)"</span> <span class="nt">/></span> <span class="nt"></artifact:dependencies></span> <span class="nt"><copy</span> <span class="na">todir=</span><span class="s">"lib"</span> <span class="na">verbose=</span><span class="s">"true"</span><span class="nt">></span> @@ -362,13 +363,13 @@ Then, add jclouds to your <em>build.xml< <p>To only fetch the jars for a particular provider replace</p> -<div class="highlight"><pre><code class="xml"> <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span> <span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.2"</span> <span class="nt">/></span> +<div class="highlight"><pre><code class="xml"> <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds"</span> <span class="na">artifactId=</span><span class="s">"jclouds-all"</span> <span class="na">version=</span><span class="s">"2.0.3"</span> <span class="nt">/></span> </code></pre></div> <p>with</p> -<div class="highlight"><pre><code class="xml"> <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds.provider"</span> <span class="na">artifactId=</span><span class="s">"the-provider-id"</span> <span class="na">version=</span><span class="s">"2.0.2"</span> <span class="nt">/></span> +<div class="highlight"><pre><code class="xml"> <span class="nt"><dependency</span> <span class="na">groupId=</span><span class="s">"org.apache.jclouds.provider"</span> <span class="na">artifactId=</span><span class="s">"the-provider-id"</span> <span class="na">version=</span><span class="s">"2.0.3"</span> <span class="nt">/></span> </code></pre></div> Modified: jclouds/site-content/start/what-is-jclouds/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/what-is-jclouds/index.html?rev=1816679&r1=1816678&r2=1816679&view=diff ============================================================================== --- jclouds/site-content/start/what-is-jclouds/index.html (original) +++ jclouds/site-content/start/what-is-jclouds/index.html Thu Nov 30 07:46:44 2017 @@ -132,6 +132,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.0.3">2.0.3</a></li> <li><a href="/releasenotes/2.0.2">2.0.2</a></li> <li><a href="/releasenotes/2.0.1">2.0.1</a></li> <li><a href="/releasenotes/2.0.0">2.0.0</a></li>
