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/11/30 07:43:15 UTC

[1/2] jclouds-site git commit: Release notes for jclouds 2.0.3

Repository: jclouds-site
Updated Branches:
  refs/heads/master d34f70de2 -> 513080747


Release notes for jclouds 2.0.3


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

Branch: refs/heads/master
Commit: 69d78e9dd493115ee927653de0a64954ce96508a
Parents: d34f70d
Author: Ignasi Barrera <na...@apache.org>
Authored: Tue Nov 28 16:28:46 2017 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Nov 28 16:28:46 2017 +0100

----------------------------------------------------------------------
 _config.yml           |  4 +--
 _includes/navbar.html |  1 +
 doap_jclouds.rdf      |  7 +++++
 releasenotes/2.0.3.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++
 releasenotes/index.md |  2 ++
 5 files changed, 80 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/69d78e9d/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 6420e13..144f651 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.2
-latest_version_date: 2017-07-06
+latest_version: 2.0.3
+latest_version_date: 2017-11-30
 latest_snapshot: 2.1.0-SNAPSHOT

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/69d78e9d/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 9212e23..d6f1dc0 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -70,6 +70,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>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/69d78e9d/doap_jclouds.rdf
----------------------------------------------------------------------
diff --git a/doap_jclouds.rdf b/doap_jclouds.rdf
index b38115a..882d462 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.3</name>
+        <created>2017-11-30</created>
+        <revision>2.0.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Apache jclouds 2.0.2</name>
         <created>2017-07-06</created>
         <revision>2.0.2</revision>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/69d78e9d/releasenotes/2.0.3.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.3.md b/releasenotes/2.0.3.md
new file mode 100644
index 0000000..73adc59
--- /dev/null
+++ b/releasenotes/2.0.3.md
@@ -0,0 +1,68 @@
+---
+layout: releasenotes
+title: Release Notes for Version 2.0.3
+date: 2017-11-30 12:00:00
+release_notes: true
+permalink: /releasenotes/2.0.3/
+---
+
+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.3 is the third bugfix release after jclouds 2.0 and comes with several bugfixes and performance improvements. You can [read the official announcement here](https://s.apache.org/jclouds203). To get started with jclouds, please see the [jclouds installation guide](/start/install/).
+
+## <a id="highlights"></a>Release Highlights
+
+Apache jclouds 2.0.3 new features include:
+
+* Fixed compilation issues in Java 1.8.
+* Completed the provider APIs in the DimensionData provider needed to support the Compute abstraction.
+* Added the Amazon Chine Beijing region.
+* Support `custom-data` and added the `VirtualMachineScaleSet` APIs to Azure ARM.
+* Updated ProfitBricks to the latest API version.
+* Added B2 native prefix and delimiter support.
+
+### Bugs and patches
+
+* [JCLOUDS-831](https://issues.apache.org/jira/browse/JCLOUDS-831) - Use the GroupNamingConvention to generate the names
+* [JCLOUDS-981](https://issues.apache.org/jira/browse/JCLOUDS-981) - Azure: remove mandatory virtual network creation
+* [JCLOUDS-1194](https://issues.apache.org/jira/browse/JCLOUDS-1194) - Java 1.8 compilation issue
+* [JCLOUDS-1255](https://issues.apache.org/jira/browse/JCLOUDS-1255) - Add support for Dimension Data
+* [JCLOUDS-1256](https://issues.apache.org/jira/browse/JCLOUDS-1256) - Inifinite recursion in BoxConfig(File, Image)
+* [JCLOUDS-1258](https://issues.apache.org/jira/browse/JCLOUDS-1258) - Amazon China Beijing Region Support
+* [JCLOUDS-1282](https://issues.apache.org/jira/browse/JCLOUDS-1282) - Support custom-data in Azure ARM template options
+* [JCLOUDS-1314](https://issues.apache.org/jira/browse/JCLOUDS-1314) - B2 native prefix and delimiter support
+* [JCLOUDS-1327](https://issues.apache.org/jira/browse/JCLOUDS-1327) - putBlob with zero length Inputstream is failing on google-cloud-storage
+* [JCLOUDS-1328](https://issues.apache.org/jira/browse/JCLOUDS-1328) - Update ProfitBricks to the latest API version
+* [JCLOUDS-1329](https://issues.apache.org/jira/browse/JCLOUDS-1329) - Azure ARM extraneous resources are not cleaned up on node deletion
+* [JCLOUDS-1332](https://issues.apache.org/jira/browse/JCLOUDS-1332) - BaseComputeService.destroyNodesMatching and BaseComputeService.destroyNode different behavior
+* [JCLOUDS-1342](https://issues.apache.org/jira/browse/JCLOUDS-1342) - Azure-ARM Virtual Machine Scale Set Support
+* [JCLOUDS-1351](https://issues.apache.org/jira/browse/JCLOUDS-1351) - AWS CentOS marketplace AMI misdetecting OS type
+* [JCLOUDS-1353](https://issues.apache.org/jira/browse/JCLOUDS-1353) - AWS EC2 add support for Accelerated computing instance type
+* [JCLOUDS-1358](https://issues.apache.org/jira/browse/JCLOUDS-1358) - putBlob with zero length InputSteam is failing for aws s3
+
+The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341063&styleName=Html&projectId=12314430).
+
+## <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:
+
+* [Jim Spring](https://twitter.com/jmspring) for his contributions to the Azure ARM provider.
+* [Trevor Flanagan](https://github.com/trevorflanagan), for his continued support on the DimensionData provider.
+* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
+* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
+
+## <a id="test"></a>Test Results
+
+Please see the discussion and the vote threads for live test results for 2.0.3:
+
+* RC1 [vote](https://s.apache.org/jclouds203rc1vote) and [discussion](https://s.apache.org/jclouds203rc1discuss) threads.

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/69d78e9d/releasenotes/index.md
----------------------------------------------------------------------
diff --git a/releasenotes/index.md b/releasenotes/index.md
index 45028e9..9efbd62 100644
--- a/releasenotes/index.md
+++ b/releasenotes/index.md
@@ -6,6 +6,8 @@ permalink: /releasenotes/
 
 The Release Notes and Javadocs for every major release of Apache jclouds are listed chronologically below.
 
+* [2.0.3](/releasenotes/2.0.3) | [Javadoc](/reference/javadoc/2.0.x/)
+* [2.0.2](/releasenotes/2.0.2) | [Javadoc](/reference/javadoc/2.0.x/)
 * [2.0.1](/releasenotes/2.0.1) | [Javadoc](/reference/javadoc/2.0.x/)
 * [2.0.0](/releasenotes/2.0.0) | [Javadoc](/reference/javadoc/2.0.x/)
 * [1.9.3](/releasenotes/1.9.3) | [Javadoc](/reference/javadoc/1.9.x/)


[2/2] jclouds-site git commit: Addressed review comments

Posted by na...@apache.org.
Addressed review comments


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

Branch: refs/heads/master
Commit: 5130807472e8962b0194d1c50459b00c59acd918
Parents: 69d78e9
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Nov 29 15:28:50 2017 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Nov 29 15:28:50 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/51308074/releasenotes/2.0.3.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.3.md b/releasenotes/2.0.3.md
index 73adc59..28a12df 100644
--- a/releasenotes/2.0.3.md
+++ b/releasenotes/2.0.3.md
@@ -22,7 +22,7 @@ Apache jclouds 2.0.3 new features include:
 
 * Fixed compilation issues in Java 1.8.
 * Completed the provider APIs in the DimensionData provider needed to support the Compute abstraction.
-* Added the Amazon Chine Beijing region.
+* Added the Amazon China Beijing region.
 * Support `custom-data` and added the `VirtualMachineScaleSet` APIs to Azure ARM.
 * Updated ProfitBricks to the latest API version.
 * Added B2 native prefix and delimiter support.
@@ -50,7 +50,7 @@ The complete list of fixed issues and improvements can be found [here](https://i
 
 ## <a id="knownissues"></a> Known Issues
 
-TODO
+There are a number of JIRA issues related to Openstack that are around a better versioning support: [JCLOUDS-114](https://issues.apache.org/jira/browse/JCLOUDS-114), [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197). Particularly, jclouds does not currently support OpenStack Keystone v3, but the community is actively working on that. See [the discussion in the development mailing list](https://s.apache.org/OSbY).
 
 ## <a id="credits"></a>Credits