Repository: jclouds-site Updated Branches: refs/heads/rn202 [created] e45acdc50
Release notes for 2.0.2 Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/e45acdc5 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/e45acdc5 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/e45acdc5 Branch: refs/heads/rn202 Commit: e45acdc50e7d9497e729550fb1d76bc8e9e2f792 Parents: 4250a88 Author: Ignasi Barrera <[email protected]> Authored: Wed Jul 5 09:06:40 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Wed Jul 5 09:06:40 2017 +0200 ---------------------------------------------------------------------- _config.yml | 4 +-- _includes/navbar.html | 3 +- releasenotes/2.0.2.md | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/e45acdc5/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 2e14acb..6420e13 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,6 @@ paginate: 5 paginate_path: "blog/page:num" permalink: /blog/:categories/:year/:month/:day/:title relative_permalinks: false -latest_version: 2.0.1 -latest_version_date: 2017-02-27 +latest_version: 2.0.2 +latest_version_date: 2017-07-06 latest_snapshot: 2.1.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/e45acdc5/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index a6d1b19..9212e23 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -70,14 +70,13 @@ <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.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> <li><a href="/releasenotes/1.9.3">1.9.3</a></li> <li><a href="/releasenotes/1.9.2">1.9.2</a></li> <li><a href="/releasenotes/1.9.1">1.9.1</a></li> <li><a href="/releasenotes/1.9.0">1.9.0</a></li> - <li><a href="/releasenotes/1.8.1">1.8.1</a></li> - <li><a href="/releasenotes/1.8.0">1.8.0</a></li> <li class="divider"></li> <li class="dropdown-header">Previous releases</li> <li><a href="/releasenotes">Release archive</a></li> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/e45acdc5/releasenotes/2.0.2.md ---------------------------------------------------------------------- diff --git a/releasenotes/2.0.2.md b/releasenotes/2.0.2.md new file mode 100644 index 0000000..6bca04d --- /dev/null +++ b/releasenotes/2.0.2.md @@ -0,0 +1,78 @@ +--- +layout: releasenotes +title: Release Notes for Version 2.0.2 +date: 2017-07-06 12:00:00 +release_notes: true +permalink: /releasenotes/2.0.2/ +--- + +1. [Introduction](#intro) +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) + +## <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 [DimnensionData](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/). + +## <a id="highlights"></a>Release Highlights + +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 DimnensionData 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. + +### Bugs and patches + +* [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-1279](https://issues.apache.org/jira/browse/JCLOUDS-1279) - Extending AWSS3BlobStore is not possible because of default access specifier +* [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 + +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). + +## <a id="knownissues"></a> Known Issues + +TODO + +## <a id="credits"></a>Credits + +jclouds would like to thank everyone who contributed time and effort in order to make this release happen: + +* [Geoff Macartney](https://twitter.com/grymacy) for his recent contributions on the new aws-ec2 APIs. +* [Trevor Flanagan](https://github.com/trevorflanagan) and [Gordon Jones](https://github.com/gatj98) 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). + +## <a id="test"></a>Test Results + +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.
