Addresses comments by @demobox and adds more mentions
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/7b4ebba7 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/7b4ebba7 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/7b4ebba7 Branch: refs/heads/master Commit: 7b4ebba76a1cbc11242d3318b7db254009dd5301 Parents: 3c93265 Author: Dani Estevez <[email protected]> Authored: Tue Aug 14 14:12:51 2018 -0400 Committer: Dani Estevez <[email protected]> Committed: Tue Aug 14 14:12:51 2018 -0400 ---------------------------------------------------------------------- releasenotes/2.1.1.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/7b4ebba7/releasenotes/2.1.1.md ---------------------------------------------------------------------- diff --git a/releasenotes/2.1.1.md b/releasenotes/2.1.1.md index 06c1d74..79b5f8a 100644 --- a/releasenotes/2.1.1.md +++ b/releasenotes/2.1.1.md @@ -14,17 +14,17 @@ permalink: /releasenotes/2.1.1/ ## <a id="intro"></a>Introduction -Apache jclouds 2.1.1 is the first bugfix release after jclouds 2.1 and comes with several bugfixes and performance improvements. +Apache jclouds 2.1.1 is the first bugfix release after jclouds 2.1.0 and comes with several bugfixes and performance improvements. You can [read the official announcement here](https://s.apache.org/jclouds211). To get started with jclouds, please see the [jclouds installation guide](/start/install/). ## <a id="highlights"></a>Release Highlights -Apache jclouds 2.1.1 new features include: +New features in Apache jclouds 2.1.1 include: * Add support for r4, c5 and m5 instance types in AWS ec2. * Add the new Paris region to aws-ec2 -* Support different "domain" for "identity/user" and "project" in OpenStack Keystone V3 -* Improve Azure ARM clean resources up especially for orphaned networks and orphaned resource groups. +* Support different "domain" values for "identity/user" and "project" in OpenStack Keystone V3 +* Improve Azure ARM resource cleanup especially of orphaned networks and orphaned resource groups. ### Bugs and patches @@ -55,7 +55,7 @@ The complete list of fixed issues and improvements can be found [here](https://i ## <a id="knownissues"></a> Known Issues -There are a number of open JIRA issues related to OpenStack endpoint and API version 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). In particular, jclouds does not currently support OpenStack Keystone v3; the community is currently [actively working on that](https://s.apache.org/OSbY). +There are a number of open JIRA issues related to OpenStack endpoint and API version 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). ## <a id="credits"></a>Credits @@ -63,6 +63,7 @@ jclouds would like to thank everyone who contributed time and effort in order to * [Vikas Rangarajan](https://github.com/VRanga000) for his contribution to the new instance types supported in the AWS ec2 provider. * [Jesse Glick](https://github.com/jglick) for the fix for AWS S3 signatures. +* [Alix Lourme](https://github.com/axel3rd) for the Openstack Keystone V3 domain configuration for projects. * [Daniel Estevez](https://github.com/danielestevez) for his contributions to the Azure ARM 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).
