You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/03/27 20:02:32 UTC

[1/4] jclouds-site git commit: Initial draft for the 1.9.0 release notes

Repository: jclouds-site
Updated Branches:
  refs/heads/1.9.0-rn [created] ffb5e3036


Initial draft for the 1.9.0 release notes


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

Branch: refs/heads/1.9.0-rn
Commit: ab3e0e775941738cd0387c5609f92d9deccfb3ea
Parents: 2e11caa
Author: Ignasi Barrera <na...@apache.org>
Authored: Sun Mar 15 21:20:30 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Sun Mar 15 21:20:30 2015 +0100

----------------------------------------------------------------------
 .gitignore            |  1 +
 _config.yml           |  4 ++--
 _includes/navbar.html |  1 +
 releasenotes/1.9.0.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++
 releasenotes/index.md |  1 +
 5 files changed, 64 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ab3e0e77/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 05e3a37..4bb7425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ _site
 *.iml
 *~
 site-content/
+.ruby-version

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ab3e0e77/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 18de3be..0852913 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: 1.8.1
+latest_version: 1.9.0
 latest_version_date: 2014-10-25
-latest_snapshot: 2.0.0-SNAPSHOT
\ No newline at end of file
+latest_snapshot: 2.0.0-SNAPSHOT

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ab3e0e77/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index add0f97..43e0a84 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -59,6 +59,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/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><a href="/releasenotes/1.7.3">1.7.3</a></li>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ab3e0e77/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
new file mode 100644
index 0000000..8b6c3b6
--- /dev/null
+++ b/releasenotes/1.9.0.md
@@ -0,0 +1,59 @@
+---
+layout: releasenotes
+title: Release Notes for Version 1.9.0
+date: 2014-10-24 12:00:00
+release_notes: true
+permalink: /releasenotes/1.9.0/
+---
+
+1. [Introduction](#intro)
+1. [Highlights](#highlights)
+1. [API Changes](#api)
+1. [Known Issues](#issues)
+1. [Credits](#credits)
+1. [Test Results](#test)
+
+## <a id="intro"></a>Introduction
+
+You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). 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=12329006&styleName=Html&projectId=12314430).
+
+To get jclouds, please see the [jclouds installation guide](/start/install/).
+
+## <a id="highlights"></a>Highlights
+
+* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
+* Configured the Animel Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
+* Added AWS Frankfurt region
+* Added AWS signature v4
+* Added C4 instance types to AWS EC2
+* Removed all async interfaces from all apis and providers
+* Refactored the OkHttp driver to use the native API
+* Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
+* Initial support for Azure Compute
+* Added authentication tot he Docker provider
+* Added the ProfitBricks API
+* Added the Shipyard API
+* Added San José and Honolulu regions to CloudSigma
+* Improved Google Compute Engine Compute support
+* Updated Chef to support Chef 12
+* Improved Google Compute Engine to use AutoValue
+
+
+## <a id="api"></a>API Changes
+
+TODO
+
+## <a id="issues"></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:
+
+* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
+* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
+
+## <a id="test"></a>Test Results
+
+Please see the [discussion thread](TODO) and the [vote thread](TODO) for test results for 1.9.0.

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ab3e0e77/releasenotes/index.md
----------------------------------------------------------------------
diff --git a/releasenotes/index.md b/releasenotes/index.md
index c228d5e..39613eb 100644
--- a/releasenotes/index.md
+++ b/releasenotes/index.md
@@ -6,6 +6,7 @@ permalink: /releasenotes/
 
 The Release Notes and Javadocs for every major release of Apache jclouds are listed chronologically below.
 
+* [1.9.0](/releasenotes/1.9.0) | [Javadoc](/reference/javadoc/1.9.x/)
 * [1.8.1](/releasenotes/1.8.1) | [Javadoc](/reference/javadoc/1.8.x/)
 * [1.8.0](/releasenotes/1.8.0) | [Javadoc](/reference/javadoc/1.8.x/)
 * [1.7.3](/releasenotes/1.7.3) | [Javadoc](/reference/javadoc/1.7.x/)


[3/4] jclouds-site git commit: Blobstore updates for 1.9.0

Posted by ga...@apache.org.
Blobstore updates for 1.9.0

Also move some features into API changes.


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

Branch: refs/heads/1.9.0-rn
Commit: f019c5a5ead499a11e8ecf40d648872e81a30c86
Parents: 14b729f
Author: Andrew Gaul <ga...@apache.org>
Authored: Thu Mar 26 13:08:05 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Mar 26 13:08:05 2015 -0700

----------------------------------------------------------------------
 releasenotes/1.9.0.md | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f019c5a5/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
index d4a1d89..ef889b8 100644
--- a/releasenotes/1.9.0.md
+++ b/releasenotes/1.9.0.md
@@ -21,30 +21,42 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 
 ## <a id="highlights"></a>Highlights
 
-* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
-* Configured the Animel Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
+* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
 * Added AWS Frankfurt region
-* Added AWS signature v4
+* Added AWS signature v4 (excluding S3)
 * Added C4 instance types to AWS EC2
-* Removed all async interfaces from all apis and providers
 * Refactored the OkHttp driver to use the native API
 * Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
 * Initial support for Azure Compute
-* Added authentication tot he Docker provider
+* Added authentication to the Docker provider
 * Added the ProfitBricks API
 * Added the Shipyard API
 * Added San José and Honolulu regions to CloudSigma
 * Improved Google Compute Engine Compute support
-* Chef has been promoted tot he main repo and updated to support Chef 12
+* Chef has been promoted to the main repo and updated to support Chef 12
 * Improved Google Compute Engine to use AutoValue
+* Support portable setting and getting container and object ACLs (public-read and private)
+* Support portable multi-object delete
+* Improved multi-part upload compatibility with InputStream Payload
+* Add support for user metadata with filesystem provider
+* Add multi-part upload support for generic S3
 
 
 ## <a id="api"></a>API Changes
 
+* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
+* Removed all async interfaces from all apis and providers
+* Do not provide AWS endpoint for generic S3
+* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
+* Require Java 7 to use filesystem provider (enables user metadata support)
+
 TODO
 
 ## <a id="issues"></a>Known Issues
 
+* Amazon S3 does not support signature v4 or Frankfurt
+* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)
+
 TODO
 
 ## <a id="credits"></a>Credits


[2/4] jclouds-site git commit: Chef promoted

Posted by ga...@apache.org.
Chef promoted


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

Branch: refs/heads/1.9.0-rn
Commit: 14b729f478f3fb1d5119697b086e31ffcc71795b
Parents: ab3e0e7
Author: Ignasi Barrera <na...@apache.org>
Authored: Sun Mar 15 22:18:55 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Sun Mar 15 22:18:55 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/14b729f4/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
index 8b6c3b6..d4a1d89 100644
--- a/releasenotes/1.9.0.md
+++ b/releasenotes/1.9.0.md
@@ -1,7 +1,7 @@
 ---
 layout: releasenotes
 title: Release Notes for Version 1.9.0
-date: 2014-10-24 12:00:00
+date: 2015-03-18 12:00:00
 release_notes: true
 permalink: /releasenotes/1.9.0/
 ---
@@ -35,7 +35,7 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 * Added the Shipyard API
 * Added San José and Honolulu regions to CloudSigma
 * Improved Google Compute Engine Compute support
-* Updated Chef to support Chef 12
+* Chef has been promoted tot he main repo and updated to support Chef 12
 * Improved Google Compute Engine to use AutoValue
 
 
@@ -54,6 +54,8 @@ jclouds would like to thank everyone who contributed time and effort in order to
 * 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).
 
+TODO: Special thanks to the contributors from Google and Microsoft for their contributions in GCP and Azure.
+
 ## <a id="test"></a>Test Results
 
 Please see the [discussion thread](TODO) and the [vote thread](TODO) for test results for 1.9.0.


[4/4] jclouds-site git commit: Address review comments

Posted by ga...@apache.org.
Address 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/ffb5e303
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/ffb5e303
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/ffb5e303

Branch: refs/heads/1.9.0-rn
Commit: ffb5e303610cc0b1a25b1b5375816d6b15116aca
Parents: f019c5a
Author: Andrew Gaul <ga...@apache.org>
Authored: Fri Mar 27 12:00:23 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Fri Mar 27 12:00:23 2015 -0700

----------------------------------------------------------------------
 releasenotes/1.9.0.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ffb5e303/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
index ef889b8..b7304eb 100644
--- a/releasenotes/1.9.0.md
+++ b/releasenotes/1.9.0.md
@@ -7,7 +7,9 @@ permalink: /releasenotes/1.9.0/
 ---
 
 1. [Introduction](#intro)
-1. [Highlights](#highlights)
+1. [Core](#core-improvements)
+1. [Compute improvements](#compute-improvements)
+1. [BlobStore improvements](#blobstore-improvements)
 1. [API Changes](#api)
 1. [Known Issues](#issues)
 1. [Credits](#credits)
@@ -17,16 +19,19 @@ permalink: /releasenotes/1.9.0/
 
 You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). 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=12329006&styleName=Html&projectId=12314430).
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+To get started with jclouds, please see the [jclouds installation guide](/start/install/).
 
-## <a id="highlights"></a>Highlights
+## <a id="core-improvements"></a>Core improvements
 
-* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
-* Added AWS Frankfurt region
-* Added AWS signature v4 (excluding S3)
-* Added C4 instance types to AWS EC2
+* Configured the [Animal Sniffer](http://mojo.codehaus.org/animal-sniffer/) plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
 * Refactored the OkHttp driver to use the native API
 * Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
+
+## <a id="compute-improvements"></a>Compute improvements
+
+* Added AWS Frankfurt region
+* Added AWS signature v4
+* Added C4 instance types to AWS EC2
 * Initial support for Azure Compute
 * Added authentication to the Docker provider
 * Added the ProfitBricks API
@@ -35,6 +40,9 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 * Improved Google Compute Engine Compute support
 * Chef has been promoted to the main repo and updated to support Chef 12
 * Improved Google Compute Engine to use AutoValue
+
+## <a id="blobstore-improvements"></a>BlobStore improvements
+
 * Support portable setting and getting container and object ACLs (public-read and private)
 * Support portable multi-object delete
 * Improved multi-part upload compatibility with InputStream Payload
@@ -46,7 +54,7 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 
 * Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
 * Removed all async interfaces from all apis and providers
-* Do not provide AWS endpoint for generic S3
+* Generic S3 no longer defaults to an AWS endpoint
 * Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
 * Require Java 7 to use filesystem provider (enables user metadata support)
 
@@ -55,7 +63,7 @@ TODO
 ## <a id="issues"></a>Known Issues
 
 * Amazon S3 does not support signature v4 or Frankfurt
-* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)
+* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue 8030048](https://bugs.openjdk.java.net/browse/JDK-8030048)
 
 TODO