Adds more JIRA issues fixed and mentions contributors
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/3c932655 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/3c932655 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/3c932655 Branch: refs/heads/master Commit: 3c93265517916844f40b942a25c3e95069ceda68 Parents: 7b33e7e Author: Dani Estevez <[email protected]> Authored: Tue Aug 14 11:41:07 2018 -0400 Committer: Dani Estevez <[email protected]> Committed: Tue Aug 14 11:41:07 2018 -0400 ---------------------------------------------------------------------- releasenotes/2.1.1.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/3c932655/releasenotes/2.1.1.md ---------------------------------------------------------------------- diff --git a/releasenotes/2.1.1.md b/releasenotes/2.1.1.md index a30c7ac..06c1d74 100644 --- a/releasenotes/2.1.1.md +++ b/releasenotes/2.1.1.md @@ -21,7 +21,7 @@ You can [read the official announcement here](https://s.apache.org/jclouds211). Apache jclouds 2.1.1 new features include: -* Add support for c5 and R4 instance types in AWS ec2. +* 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. @@ -35,8 +35,10 @@ Apache jclouds 2.1.1 new features include: * [JCLOUDS-1331] - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue * [JCLOUDS-1362] - Randomly generated node password can be invalid in Azure ARM * [JCLOUDS-1368] - GCS cannot upload multipart file larger than 1 GB +* [JCLOUDS-1372] - Add support for R4 instance types in AWS ec2 * [JCLOUDS-1373] - Add the new Paris region to aws-ec2 * [JCLOUDS-1381] - NullPointerException provisioning VM in GCE: could not find image for disk +* [JCLOUDS-1387] - Add support for c5 instance types in AWS ec2 * [JCLOUDS-1389] - Multipart upload to Google cloud storage failing with 400 bad request * [JCLOUDS-1391] - Headers must be sorted by lowercase when calculating signature * [JCLOUDS-1392] - When fetching blob metadata with details all folders are removed from response @@ -47,6 +49,7 @@ Apache jclouds 2.1.1 new features include: * [JCLOUDS-1422] - LocalBlobStore.list ignores recursive flag when prefix set * [JCLOUDS-1427] - NPE when deserializing Elastic IPs that have tags * [JCLOUDS-1433] - IllegalArgumentException from Strings2.replaceTokens +* [JCLOUDS-1436] - Add support for m5 instance types in AWS ec2 The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12342884). @@ -58,6 +61,8 @@ There are a number of open JIRA issues related to OpenStack endpoint and API ver jclouds would like to thank everyone who contributed time and effort in order to make this release happen: +* [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. * [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).
