Repository: jclouds-site
Updated Branches:
  refs/heads/release-2.0.1 [created] 4e90cdb07


2.0.1 release notes


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/4e90cdb0
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/4e90cdb0
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/4e90cdb0

Branch: refs/heads/release-2.0.1
Commit: 4e90cdb07500e45c4712236df85b29371b228c2f
Parents: 420d9a2
Author: Ignasi Barrera <[email protected]>
Authored: Fri Feb 17 15:31:31 2017 +0100
Committer: Ignasi Barrera <[email protected]>
Committed: Fri Feb 17 15:31:31 2017 +0100

----------------------------------------------------------------------
 _config.yml           |   2 +-
 _includes/navbar.html |   1 +
 _layouts/home.html    |   6 ++---
 img/logos/abiquo.png  | Bin 5776 -> 0 bytes
 img/logos/packet.png  | Bin 0 -> 14040 bytes
 releasenotes/2.0.1.md |  65 +++++++++++++++++++++++++++++++++++++++++++++
 releasenotes/index.md |   1 +
 7 files changed, 71 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 70da43c..c279c68 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: 2.0.0
+latest_version: 2.0.1
 latest_version_date: 2016-11-15
 latest_snapshot: 2.1.0-SNAPSHOT

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index deb6d30..a6d1b19 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -70,6 +70,7 @@
                     <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/2.0.1">2.0.1</a></li>
                         <li><a href="/releasenotes/2.0.0">2.0.0</a></li>
                         <li><a href="/releasenotes/1.9.3">1.9.3</a></li>
                         <li><a href="/releasenotes/1.9.2">1.9.2</a></li>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/_layouts/home.html
----------------------------------------------------------------------
diff --git a/_layouts/home.html b/_layouts/home.html
index 502dc1d..d5e47fe 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -50,19 +50,19 @@
             </div>
             <br/>
             <ul class="list-inline text-center">
-                <li><img class="img-list" src="img/logos/abiquo.png" 
alt="Abiquo" title="Abiquo"/></li>
                 <li><img class="img-list" src="img/logos/aws.jpg" alt="Amazon 
Web Services" title="Amazon Web Services"/></li>
                 <li><img class="img-list" src="img/logos/cloudsigma.png" 
alt="CloudSigma" title="CloudSigma"/></li>
                 <li><img class="img-list" src="img/logos/cloudstack.png" 
alt="CloudStack" title="CloudStack"/></li>
+                <li><img class="img-list" src="img/logos/digitalocean.png" 
alt="DigitalOcean" title="DigitalOcean"/></li>
             </ul>
             <ul class="list-inline text-center">
-                <li><img class="img-list" src="img/logos/digitalocean.png" 
alt="DigitalOcean" title="DigitalOcean"/></li>
                 <li><img class="img-list" src="img/logos/docker.png" 
alt="Docker" title="Docker"/></li>
                 <li><img class="img-list" src="img/logos/gcp.png" alt="Google 
Cloud Platform" title="Google Cloud Platform"/></li>
+                <li><img class="img-list" src="img/logos/ms-azure.png" 
alt="Microsoft Azure" title="Microsoft Azure"/></li>
             </ul>
             <ul class="list-inline text-center">
-                <li><img class="img-list" src="img/logos/ms-azure.png" 
alt="Microsoft Azure" title="Microsoft Azure"/></li>
                 <li><img class="img-list" src="img/logos/openstack.png" 
alt="OpensStack" title="OpenStack"/></li>
+                <li><img class="img-list" src="img/logos/packet.png" 
alt="Packet" title="Packet"/></li>
                 <li><img class="img-list" src="img/logos/profitbricks.png" 
alt="ProfitBricks" title="ProfitBricks"/></li>
                 <li><img class="img-list" src="img/logos/rackspace.png" 
alt="Rackspace" title="Rackspace"/></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/img/logos/abiquo.png
----------------------------------------------------------------------
diff --git a/img/logos/abiquo.png b/img/logos/abiquo.png
deleted file mode 100644
index 1df6fb9..0000000
Binary files a/img/logos/abiquo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/img/logos/packet.png
----------------------------------------------------------------------
diff --git a/img/logos/packet.png b/img/logos/packet.png
new file mode 100644
index 0000000..5e2735c
Binary files /dev/null and b/img/logos/packet.png differ

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/releasenotes/2.0.1.md
----------------------------------------------------------------------
diff --git a/releasenotes/2.0.1.md b/releasenotes/2.0.1.md
new file mode 100644
index 0000000..def6087
--- /dev/null
+++ b/releasenotes/2.0.1.md
@@ -0,0 +1,65 @@
+---
+layout: releasenotes
+title: Release Notes for Version 2.0.1
+date: 2016-11-15 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-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 fine 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 teh 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 the 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/jclodus201rc1vote) and 
[discussion](https://s.apache.org/jclouds201rc1discuss) threads.

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4e90cdb0/releasenotes/index.md
----------------------------------------------------------------------
diff --git a/releasenotes/index.md b/releasenotes/index.md
index 7e669c4..45028e9 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.
 
+* [2.0.1](/releasenotes/2.0.1) | [Javadoc](/reference/javadoc/2.0.x/)
 * [2.0.0](/releasenotes/2.0.0) | [Javadoc](/reference/javadoc/2.0.x/)
 * [1.9.3](/releasenotes/1.9.3) | [Javadoc](/reference/javadoc/1.9.x/)
 * [1.9.2](/releasenotes/1.9.2) | [Javadoc](/reference/javadoc/1.9.x/)

Reply via email to