Skip to content
This repository was archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Proper links in issue list
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Aug 16, 2018
1 parent 60649f1 commit 17b7d75
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To test the site locally:

To deploy the site:

* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed
* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed: gem install jekyll -v 1.5.1 (it will require an old Ruby such as 2.2.5)
* If necessary, clone this repository
* Run `sh ./deploy-site.sh [$uid] [$pwd]` from the repository root. Here, `$uid` is your ASF account ID and `$pwd` your ASF password. If you do not supply your account ID or password, you will be prompted for them

2 changes: 1 addition & 1 deletion doap_jclouds.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<release>
<Version>
<name>Apache jclouds 2.1.1</name>
<created>2018-08-09</created>
<created>2018-08-16</created>
<revision>2.1.1</revision>
</Version>
</release>
Expand Down
49 changes: 25 additions & 24 deletions releasenotes/2.1.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: releasenotes
title: Release Notes for Version 2.1.1
date: 2018-08-09 16:00:00
date: 2018-08-16 16:00:00
release_notes: true
permalink: /releasenotes/2.1.1/
---
Expand All @@ -28,34 +28,35 @@ New features in Apache jclouds 2.1.1 include:

### Bugs and patches

* [JCLOUDS-1200] - org.jclouds.http.HttpResponseException fails to serialize
* [JCLOUDS-1263] - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence
* [JCLOUDS-1294] - Azure ARM improve HTTP retry logic
* [JCLOUDS-1330] - Azure ARM orphaned networks not cleaned up when node deleted
* [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
* [JCLOUDS-1400] - GCS's presigned url requires blank Content-Type
* [JCLOUDS-1401] - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand
* [JCLOUDS-1405] - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect
* [JCLOUDS-1410] - SoftLayer cannot provision with private image
* [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
* [JCLOUDS-1200](https://issues.apache.org/jira/browse/JCLOUDS-1200) - org.jclouds.http.HttpResponseException fails to serialize
* [JCLOUDS-1263](https://issues.apache.org/jira/browse/JCLOUDS-1263) - Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence
* [JCLOUDS-1294](https://issues.apache.org/jira/browse/JCLOUDS-1294) - Azure ARM improve HTTP retry logic
* [JCLOUDS-1330](https://issues.apache.org/jira/browse/JCLOUDS-1330) - Azure ARM orphaned networks not cleaned up when node deleted
* [JCLOUDS-1331](https://issues.apache.org/jira/browse/JCLOUDS-1331) - Azure ARM orphaned resource groups are not cleaned up due to api caching/timing issue
* [JCLOUDS-1362](https://issues.apache.org/jira/browse/JCLOUDS-1362) - Randomly generated node password can be invalid in Azure ARM
* [JCLOUDS-1368](https://issues.apache.org/jira/browse/JCLOUDS-1368) - GCS cannot upload multipart file larger than 1 GB
* [JCLOUDS-1372](https://issues.apache.org/jira/browse/JCLOUDS-1372) - Add support for R4 instance types in AWS ec2
* [JCLOUDS-1373](https://issues.apache.org/jira/browse/JCLOUDS-1373) - Add the new Paris region to aws-ec2
* [JCLOUDS-1381](https://issues.apache.org/jira/browse/JCLOUDS-1381) - NullPointerException provisioning VM in GCE: could not find image for disk
* [JCLOUDS-1387](https://issues.apache.org/jira/browse/JCLOUDS-1387) - Add support for c5 instance types in AWS ec2
* [JCLOUDS-1389](https://issues.apache.org/jira/browse/JCLOUDS-1389) - Multipart upload to Google cloud storage failing with 400 bad request
* [JCLOUDS-1391](https://issues.apache.org/jira/browse/JCLOUDS-1391) - Headers must be sorted by lowercase when calculating signature
* [JCLOUDS-1392](https://issues.apache.org/jira/browse/JCLOUDS-1392) - When fetching blob metadata with details all folders are removed from response
* [JCLOUDS-1400](https://issues.apache.org/jira/browse/JCLOUDS-1400) - GCS's presigned url requires blank Content-Type
* [JCLOUDS-1401](https://issues.apache.org/jira/browse/JCLOUDS-1401) - S3 SignatureDoesNotMatch when listing keys using prefix with ampersand
* [JCLOUDS-1405](https://issues.apache.org/jira/browse/JCLOUDS-1405) - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect
* [JCLOUDS-1410](https://issues.apache.org/jira/browse/JCLOUDS-1410) - SoftLayer cannot provision with private image
* [JCLOUDS-1422](https://issues.apache.org/jira/browse/JCLOUDS-1422) - LocalBlobStore.list ignores recursive flag when prefix set
* [JCLOUDS-1427](https://issues.apache.org/jira/browse/JCLOUDS-1427) - NPE when deserializing Elastic IPs that have tags
* [JCLOUDS-1433](https://issues.apache.org/jira/browse/JCLOUDS-1433) - IllegalArgumentException from Strings2.replaceTokens
* [JCLOUDS-1436](https://issues.apache.org/jira/browse/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).

## <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).
* There are a couple JIRA issues related to OpenStack endpoint and API version support: [JCLOUDS-773](https://issues.apache.org/jira/browse/JCLOUDS-773) and [JCLOUDS-1197](https://issues.apache.org/jira/browse/JCLOUDS-1197).
* China regions cannot be used in Azure ARM: [JCLOUDS-1441](https://issues.apache.org/jira/browse/JCLOUDS-1441).

## <a id="credits"></a>Credits

Expand Down

0 comments on commit 17b7d75

Please sign in to comment.