This repository was archived by the owner on Feb 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
83 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
layout: releasenotes | ||
title: Release Notes for Version 2.0.1 | ||
date: 2017-02-27 12:00:00 | ||
release_notes: true | ||
permalink: /releasenotes/2.0.1/ | ||
--- | ||
|
||
1. [Introduction](#intro) | ||
1. [Release Highlights](#highlights) | ||
1. [Known Issues](#knownissues) | ||
1. [Credits](#credits) | ||
1. [Test Results](#test) | ||
|
||
## <a id="intro"></a>Introduction | ||
|
||
Apache jclouds 2.0.1 is the first bugfix release after jclouds 2.0. It comes with several bugfixes and performance improvements, and with the addition of two new compute providers to labs: [Packet](https://www.packet.net/) and [Vagrant](https://www.vagrantup.com/). You can [read the official announcement here](https://s.apache.org/jclouds201). To get started with jclouds, please see the [jclouds installation guide](/start/install/). | ||
|
||
## <a id="highlights"></a>Release Highlights | ||
|
||
Apache jclouds 2.0.1 new features include: | ||
|
||
* Added the `SecurityGroupExtension` and support to configure node inbound ports in Azure ARM. | ||
* Added the load balancer APIs to Azure ARM. | ||
* Added the Packet compute provider in labs. Add the `org.apache.jclouds.labs/packet` dependency to check it out! | ||
* Added the Vagrant compute api in labs. Add the `org.apache.jclouds.labs/vagrant` dependency to check it out! | ||
|
||
### Bugs and patches | ||
|
||
* [JCLOUDS-819](https://issues.apache.org/jira/browse/JCLOUDS-819) - Allow prepending a custom user agent | ||
* [JCLOUDS-1133](https://issues.apache.org/jira/browse/JCLOUDS-1133) - JDK Script support for Ubuntu >= 16.04 Compute tests | ||
* [JCLOUDS-1206](https://issues.apache.org/jira/browse/JCLOUDS-1206) - Handling of user_data in digitalocean2 provider is broken | ||
* [JCLOUDS-1208](https://issues.apache.org/jira/browse/JCLOUDS-1208) - Implement the TemplateOptions.inboundPorts in ProfitBricks REST | ||
* [JCLOUDS-1212](https://issues.apache.org/jira/browse/JCLOUDS-1212) - Replace custom bundles for Okio and OkHttp for the ServiceMix ones | ||
* [JCLOUDS-1213](https://issues.apache.org/jira/browse/JCLOUDS-1213) - S3: Region is not respected | ||
* [JCLOUDS-1219](https://issues.apache.org/jira/browse/JCLOUDS-1219) - Add support for Packet.net | ||
* [JCLOUDS-1220](https://issues.apache.org/jira/browse/JCLOUDS-1220) - Managing the header name in the TempAuth (Identity Protocol v1) | ||
* [JCLOUDS-1222](https://issues.apache.org/jira/browse/JCLOUDS-1222) - UserPrincipalNotFound with a french Windows | ||
* [JCLOUDS-1224](https://issues.apache.org/jira/browse/JCLOUDS-1224) - Update B2 domain | ||
* [JCLOUDS-1231](https://issues.apache.org/jira/browse/JCLOUDS-1231) - Implement the SecurityGroupExtension and the inbound ports feature | ||
* [JCLOUDS-1235](https://issues.apache.org/jira/browse/JCLOUDS-1235) - openstack-nova: list-security-groups request is slow, with O(n^2) behaviour | ||
* [JCLOUDS-1237](https://issues.apache.org/jira/browse/JCLOUDS-1237) - IpPermission#compareTo is inconsistent with equals | ||
* [JCLOUDS-1239](https://issues.apache.org/jira/browse/JCLOUDS-1239) - Gzipped userdata not handled in openstack-nova debug logging | ||
|
||
The complete list of fixed issues and improvements can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314430&version=12338676). | ||
|
||
## <a id="knownissues"></a> Known Issues | ||
|
||
* The Azure ARM image extension creates images that cannot be re-deployed. Images are created successfully but the OS provisioning fails with a timeout. | ||
|
||
## <a id="credits"></a>Credits | ||
|
||
jclouds would like to thank everyone who contributed time and effort in order to make this release happen: | ||
|
||
* [Svetoslav Neykov](https://github.com/neykov) for his support on the karaf integration and for having contributed the Vagrant provider. | ||
* [Ali Bazlamit](https://github.com/alibazlamit) for the continued contributions to the ProfitBricks and OneAndOne providers. | ||
* [Daniel Estevez](https://twitter.com/danielestevez) for his contributions to the Azure ARM load balancer APIs. | ||
* The Packet team for helping with testing infrastructure. | ||
* 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 and the vote threads for live test results for 2.0.1: | ||
|
||
* RC1 [vote](https://s.apache.org/jclouds201rc1vote) and [discussion](https://s.apache.org/jclouds201rc1discuss) threads. | ||
* RC2 [vote](https://s.apache.org/jclouds201rc2vote) and [discussion](https://s.apache.org/jclouds201rc2discuss) threads. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters