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 2015/03/30 14:57:45 UTC

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

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/ec011088
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/ec011088
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/ec011088

Branch: refs/heads/master
Commit: ec0110887262da79dbe944b7cfeea0f94a34d8f4
Parents: 540e47d
Author: Ignasi Barrera <na...@apache.org>
Authored: Sun Mar 15 21:20:30 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Mon Mar 30 14:56:25 2015 +0200

----------------------------------------------------------------------
 .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/ec011088/.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/ec011088/_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/ec011088/_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/ec011088/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/ec011088/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/)