Repository: jclouds-site Updated Branches: refs/heads/rn-191 [created] 5c920dbe8
Release notes for 1.9.1 Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/5c920dbe Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/5c920dbe Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/5c920dbe Branch: refs/heads/rn-191 Commit: 5c920dbe8424a8ea24b6898383aeb5a771156408 Parents: 7ebe465 Author: Ignasi Barrera <[email protected]> Authored: Thu Aug 6 23:22:53 2015 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Aug 6 23:22:53 2015 +0200 ---------------------------------------------------------------------- _config.yml | 4 ++-- _includes/navbar.html | 5 +--- releasenotes/1.9.1.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++ releasenotes/index.md | 1 + 4 files changed, 64 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/5c920dbe/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 1b83f34..16406f3 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.9.0 -latest_version_date: 2015-03-29 +latest_version: 1.9.1 +latest_version_date: 2015-08-06 latest_snapshot: 2.0.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/5c920dbe/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index 43e0a84..1fac7da 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -59,13 +59,10 @@ <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.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><a href="/releasenotes/1.7.3">1.7.3</a></li> - <li><a href="/releasenotes/1.7.2">1.7.2</a></li> - <li><a href="/releasenotes/1.7.1">1.7.1</a></li> - <li><a href="/releasenotes/1.7.0">1.7.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/5c920dbe/releasenotes/1.9.1.md ---------------------------------------------------------------------- diff --git a/releasenotes/1.9.1.md b/releasenotes/1.9.1.md new file mode 100644 index 0000000..eaaa581 --- /dev/null +++ b/releasenotes/1.9.1.md @@ -0,0 +1,60 @@ +--- +layout: releasenotes +title: Release Notes for Version 1.9.1 +date: 2015-08-06 12:00:00 +release_notes: true +permalink: /releasenotes/1.9.1/ +--- + +1. [Introduction](#intro) +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) +1. [Test Results](#test) + +## <a id="intro"></a>Introduction + +You can read the official announcement at [Apache jclouds 1.9.1 released](http://markmail.org/message/zd4cqypgrwwmogfy). 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=12329857&styleName=Html&projectId=12314430). + +To get started with jclouds, please see the [jclouds installation guide](/start/install/). + +## <a id="core-improvements"></a>Core improvements + +* Added an option to mark Payloads as senitive to avoid exposing sesitive information. +* Restrict agentproxies to netcat when using the ssh-agent. + +## <a id="compute-improvements"></a>Compute improvements + +* Added d2, m4 and t2 instance types for EC2. +* Added the DigitalOcean v2 provider. +* Added the Nova `os-hypervisors` extension. +* Implemented the portable ComputeService in ProfitBricks. +* Added support for specifying GCE disk type in compute abstraction + +## <a id="blobstore-improvements"></a>BlobStore improvements + +TODO + +## <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. +* Francesco Chicchiriccò for his advice in the development of the Azure compute provider and for heliping running the live tests. +* Shrinand Javadekar for running the live tests for several Blob Store providers. +* 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](http://markmail.org/message/tiltfycu3s76a2wq) and the [vote thread](http://markmail.org/message/nyxo6rxek2ibly2s) for test results for 1.9.1. http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/5c920dbe/releasenotes/index.md ---------------------------------------------------------------------- diff --git a/releasenotes/index.md b/releasenotes/index.md index 39613eb..b65c04a 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.1](/releasenotes/1.9.1) | [Javadoc](/reference/javadoc/1.9.x/) * [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/)
