You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2017/07/06 13:48:52 UTC

[1/6] jclouds-site git commit: Release notes for 2.0.2

Repository: jclouds-site
Updated Branches:
  refs/heads/master 4250a8885 -> 91af9ef3f


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/master
Commit: e45acdc50e7d9497e729550fb1d76bc8e9e2f792
Parents: 4250a88
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Jul 5 09:06:40 2017 +0200
Committer: Ignasi Barrera <na...@apache.org>
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.


[6/6] jclouds-site git commit: Update DOAP file

Posted by na...@apache.org.
Update DOAP file


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/91af9ef3
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/91af9ef3
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/91af9ef3

Branch: refs/heads/master
Commit: 91af9ef3fb38699a6920e95a79159d365cae7573
Parents: ba70bc6
Author: Ignasi Barrera <na...@apache.org>
Authored: Thu Jul 6 15:39:21 2017 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Jul 6 15:39:21 2017 +0200

----------------------------------------------------------------------
 doap_jclouds.rdf | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/91af9ef3/doap_jclouds.rdf
----------------------------------------------------------------------
diff --git a/doap_jclouds.rdf b/doap_jclouds.rdf
index 9a2490d..b38115a 100644
--- a/doap_jclouds.rdf
+++ b/doap_jclouds.rdf
@@ -37,6 +37,13 @@
     <category rdf:resource="http://projects.apache.org/category/library" />
     <release>
       <Version>
+        <name>Apache jclouds 2.0.2</name>
+        <created>2017-07-06</created>
+        <revision>2.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Apache jclouds 2.0.1</name>
         <created>2017-02-27</created>
         <revision>2.0.1</revision>


[2/6] jclouds-site git commit: Fix bug link

Posted by na...@apache.org.
Fix bug link


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f42fee7e
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f42fee7e
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f42fee7e

Branch: refs/heads/master
Commit: f42fee7e82544dacbf01c834dc418cae7d051ac2
Parents: e45acdc
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Jul 5 10:13:46 2017 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Jul 5 10:13:46 2017 +0200

----------------------------------------------------------------------
 releasenotes/2.0.2.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f42fee7e/releasenotes/2.0.2.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.2.md b/releasenotes/2.0.2.md
index 6bca04d..aca2a85 100644
--- a/releasenotes/2.0.2.md
+++ b/releasenotes/2.0.2.md
@@ -54,7 +54,7 @@ Apache jclouds 2.0.2 new features include:
 * [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
+* [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).
 


[5/6] jclouds-site git commit: JCLOUDS-1279 is still open

Posted by na...@apache.org.
JCLOUDS-1279 is still open


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/ba70bc6a
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/ba70bc6a
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/ba70bc6a

Branch: refs/heads/master
Commit: ba70bc6a1bc9c5d0df7a340617bc4c8a24b7abcb
Parents: 64169a0
Author: Ignasi Barrera <na...@apache.org>
Authored: Thu Jul 6 09:09:26 2017 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Jul 6 09:09:26 2017 +0200

----------------------------------------------------------------------
 releasenotes/2.0.2.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ba70bc6a/releasenotes/2.0.2.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.2.md b/releasenotes/2.0.2.md
index 741d99d..ad997f1 100644
--- a/releasenotes/2.0.2.md
+++ b/releasenotes/2.0.2.md
@@ -47,7 +47,6 @@ Apache jclouds 2.0.2 new features include:
 * [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


[4/6] jclouds-site git commit: Typo: "DimnensionData" -> "DimensionData"

Posted by na...@apache.org.
Typo: "DimnensionData" -> "DimensionData"


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/64169a02
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/64169a02
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/64169a02

Branch: refs/heads/master
Commit: 64169a02abb2fe77314202163a3d27fe69dcbf13
Parents: f417e39
Author: Andrew Phillips <de...@users.noreply.github.com>
Authored: Wed Jul 5 22:42:09 2017 -0400
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Jul 6 08:41:07 2017 +0200

----------------------------------------------------------------------
 releasenotes/2.0.2.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/64169a02/releasenotes/2.0.2.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.2.md b/releasenotes/2.0.2.md
index 920325e..741d99d 100644
--- a/releasenotes/2.0.2.md
+++ b/releasenotes/2.0.2.md
@@ -14,7 +14,7 @@ permalink: /releasenotes/2.0.2/
 
 ## <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/).
+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/).
 
 ## <a id="highlights"></a>Release Highlights
 
@@ -22,7 +22,7 @@ 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.
+* 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.
 


[3/6] jclouds-site git commit: DimensionData provider thanks note

Posted by na...@apache.org.
DimensionData provider thanks note


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f417e39b
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f417e39b
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f417e39b

Branch: refs/heads/master
Commit: f417e39bcae2dbe69bc65d21c66adf0305456cf2
Parents: f42fee7
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Jul 5 10:29:12 2017 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Jul 5 10:29:12 2017 +0200

----------------------------------------------------------------------
 releasenotes/2.0.2.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f417e39b/releasenotes/2.0.2.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.2.md b/releasenotes/2.0.2.md
index aca2a85..920325e 100644
--- a/releasenotes/2.0.2.md
+++ b/releasenotes/2.0.2.md
@@ -67,7 +67,7 @@ TODO
 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..
+* [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).