Preparing for release 0.8.2
Project: http://git-wip-us.apache.org/repos/asf/whirr/repo Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/abef2a48 Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/abef2a48 Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/abef2a48 Branch: refs/heads/branch-0.8 Commit: abef2a489932e6a0ea2ba5a44bf0313a031d062d Parents: fee9ca0 Author: Andrew Bayer <[email protected]> Authored: Tue Apr 16 09:24:12 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Apr 16 09:24:12 2013 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 +- build-tools/pom.xml | 2 +- cli/pom.xml | 2 +- core/pom.xml | 4 +- examples/pom.xml | 4 +- platforms/karaf/commands/pom.xml | 2 +- platforms/karaf/feature/pom.xml | 2 +- platforms/karaf/itests/pom.xml | 2 +- platforms/karaf/pom.xml | 2 +- pom.xml | 2 +- services/cassandra/pom.xml | 4 +- services/cdh-oldtests/pom.xml | 4 +- services/cdh/pom.xml | 4 +- services/chef/pom.xml | 2 +- services/elasticsearch/pom.xml | 4 +- services/ganglia/pom.xml | 2 +- services/hadoop/pom.xml | 4 +- services/hama/pom.xml | 4 +- services/hbase-oldtests/pom.xml | 2 +- services/hbase/pom.xml | 4 +- services/kerberos/pom.xml | 2 +- services/mahout/pom.xml | 2 +- services/pig/pom.xml | 2 +- services/puppet/pom.xml | 2 +- services/solr/pom.xml | 4 +- services/voldemort/pom.xml | 4 +- services/yarn/pom.xml | 4 +- services/zookeeper/pom.xml | 4 +- src/site/site.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/release-notes.xml | 77 +++++++++++++++++++++++++++++ src/site/xdoc/whirr-in-5-minutes.xml | 4 +- 32 files changed, 122 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f6bf231..7583878 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Apache Whirr Change Log -Release 0.8.2 (unreleased changes) +Release 0.8.2 - 2013-04-11 IMPROVEMENTS http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index ec67cfe..56b6c2e 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -20,7 +20,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr-build-tools</artifactId> <packaging>jar</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Build Tools</name> <distributionManagement> <repository> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 7001274..71823e6 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index a88cda4..05bd232 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-core</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <properties> <osgi.import> !org.apache.whirr*, http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 6e86e0d..22f8967 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-examples</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Examples</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/platforms/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml index d63c8e9..1da3ab6 100644 --- a/platforms/karaf/commands/pom.xml +++ b/platforms/karaf/commands/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/platforms/karaf/feature/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/feature/pom.xml b/platforms/karaf/feature/pom.xml index 210c6e1..94bd284 100644 --- a/platforms/karaf/feature/pom.xml +++ b/platforms/karaf/feature/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>karaf</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/platforms/karaf/itests/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/itests/pom.xml b/platforms/karaf/itests/pom.xml index 2ced4b2..8b17105 100644 --- a/platforms/karaf/itests/pom.xml +++ b/platforms/karaf/itests/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>karaf</artifactId> <groupId>org.apache.whirr</groupId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/platforms/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml index 8ffe812..3a427b6 100644 --- a/platforms/karaf/pom.xml +++ b/platforms/karaf/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4fd1ce3..cd0782b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <packaging>pom</packaging> <name>Whirr</name> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/services/cassandra/pom.xml b/services/cassandra/pom.xml index 5666777..66edd5d 100644 --- a/services/cassandra/pom.xml +++ b/services/cassandra/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cassandra</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Cassandra</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/cdh-oldtests/pom.xml ---------------------------------------------------------------------- diff --git a/services/cdh-oldtests/pom.xml b/services/cdh-oldtests/pom.xml index f539138..a99634a 100644 --- a/services/cdh-oldtests/pom.xml +++ b/services/cdh-oldtests/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr CDH Old Tests</name> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/cdh/pom.xml ---------------------------------------------------------------------- diff --git a/services/cdh/pom.xml b/services/cdh/pom.xml index 5896b27..3954a4c 100644 --- a/services/cdh/pom.xml +++ b/services/cdh/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-cdh</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr CDH</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/chef/pom.xml ---------------------------------------------------------------------- diff --git a/services/chef/pom.xml b/services/chef/pom.xml index 57a32c3..1d3ec9a 100644 --- a/services/chef/pom.xml +++ b/services/chef/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-chef</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 16756f6..cb154e8 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-elasticsearch</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr ElasticSearch</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/ganglia/pom.xml ---------------------------------------------------------------------- diff --git a/services/ganglia/pom.xml b/services/ganglia/pom.xml index d509ca7..7e986d7 100644 --- a/services/ganglia/pom.xml +++ b/services/ganglia/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/services/hadoop/pom.xml b/services/hadoop/pom.xml index 77b662c..0dc2192 100644 --- a/services/hadoop/pom.xml +++ b/services/hadoop/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hadoop</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Hadoop</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/hama/pom.xml ---------------------------------------------------------------------- diff --git a/services/hama/pom.xml b/services/hama/pom.xml index f705a28..e73c853 100644 --- a/services/hama/pom.xml +++ b/services/hama/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hama</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Hama</name> <properties> <hadoop.version>1.0.4</hadoop.version> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/hbase-oldtests/pom.xml ---------------------------------------------------------------------- diff --git a/services/hbase-oldtests/pom.xml b/services/hbase-oldtests/pom.xml index e887f19..ce97b02 100644 --- a/services/hbase-oldtests/pom.xml +++ b/services/hbase-oldtests/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase-oldtests</artifactId> <packaging>jar</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr HBase Old Tests</name> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/services/hbase/pom.xml b/services/hbase/pom.xml index 6786e2b..86f78f9 100644 --- a/services/hbase/pom.xml +++ b/services/hbase/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-hbase</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr HBase</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/services/kerberos/pom.xml b/services/kerberos/pom.xml index 8d2e7aa..c232cf1 100644 --- a/services/kerberos/pom.xml +++ b/services/kerberos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-kerberos</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/mahout/pom.xml ---------------------------------------------------------------------- diff --git a/services/mahout/pom.xml b/services/mahout/pom.xml index e460da6..887fa3c 100644 --- a/services/mahout/pom.xml +++ b/services/mahout/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/pig/pom.xml ---------------------------------------------------------------------- diff --git a/services/pig/pom.xml b/services/pig/pom.xml index eb47dac..41734b6 100644 --- a/services/pig/pom.xml +++ b/services/pig/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/puppet/pom.xml ---------------------------------------------------------------------- diff --git a/services/puppet/pom.xml b/services/puppet/pom.xml index c743efc..01997b3 100644 --- a/services/puppet/pom.xml +++ b/services/puppet/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>whirr-puppet</artifactId> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/solr/pom.xml ---------------------------------------------------------------------- diff --git a/services/solr/pom.xml b/services/solr/pom.xml index 06fa9a9..268450a 100644 --- a/services/solr/pom.xml +++ b/services/solr/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-solr</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Solr</name> <url>http://wiki.apache.org/solr</url> <properties> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/voldemort/pom.xml ---------------------------------------------------------------------- diff --git a/services/voldemort/pom.xml b/services/voldemort/pom.xml index 7881049..0bb81f1 100644 --- a/services/voldemort/pom.xml +++ b/services/voldemort/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-voldemort</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr Voldemort</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/services/yarn/pom.xml b/services/yarn/pom.xml index 1681be3..5e5423d 100644 --- a/services/yarn/pom.xml +++ b/services/yarn/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-yarn</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr YARN</name> <properties> <hadoop.version>1.0.4</hadoop.version> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/services/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/services/zookeeper/pom.xml b/services/zookeeper/pom.xml index 04f4479..98a6867 100644 --- a/services/zookeeper/pom.xml +++ b/services/zookeeper/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr</artifactId> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.whirr</groupId> <artifactId>whirr-zookeeper</artifactId> <packaging>bundle</packaging> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.2</version> <name>Apache Whirr ZooKeeper</name> <properties> <osgi.import> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 0d565a0..d3889f5 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -45,7 +45,7 @@ <breadcrumbs position="left"> <item name="Apache" href="http://www.apache.org/" /> <item name="Whirr" href="http://whirr.apache.org/"/> - <item name="0.8.1" href="http://whirr.apache.org/docs/0.8.1/"/> + <item name="0.8.2" href="http://whirr.apache.org/docs/0.8.2/"/> </breadcrumbs> <menu name="Whirr"> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 9607177..0ba0d2b 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd <properties></properties> <body> - <section name="Apache Whirr™ 0.8.1"></section> + <section name="Apache Whirr™ 0.8.2"></section> <p>Apache Whirr is a set of libraries for running cloud services.</p> <p>Whirr provides:</p> <ul> http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/src/site/xdoc/release-notes.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml index 8d02b9e..06830a8 100644 --- a/src/site/xdoc/release-notes.xml +++ b/src/site/xdoc/release-notes.xml @@ -24,6 +24,83 @@ <body> <!-- Paste release notes from https://issues.apache.org/jira/browse/WHIRR here. --> + Release Notes - Whirr - Version 0.8.2 + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-677'>WHIRR-677</a>] - Whirr fails to install CDH4 nodemanager properly +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-678'>WHIRR-678</a>] - Apache Whirr is not using my whirr.location-id parameter on EC2 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-679'>WHIRR-679</a>] - Switch to HBase 0.94.2 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-693'>WHIRR-693</a>] - Control order of actions with waves of whirr.instance-templates +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-705'>WHIRR-705</a>] - provide better integration between parameterized classes and Hiera +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-707'>WHIRR-707</a>] - RunUrlStatementTest fails due to missing URL +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-709'>WHIRR-709</a>] - Hadoop defaults fail to install due to version bump @ osuosl.org +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-712'>WHIRR-712</a>] - prepare_all_disks.sh should cover xvdX as well as sdX. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-715'>WHIRR-715</a>] - Unit test failure in whirr-puppet +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-716'>WHIRR-716</a>] - Karaf itests fail +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-546'>WHIRR-546</a>] - Add destroy instructions to stdout for all create actions +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-634'>WHIRR-634</a>] - Update private IP host file entry when required by AUTO_HOSTNAME_SUFFIX +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-660'>WHIRR-660</a>] - provide a useful error message if whirr.instance-templates is not in a cluster spec +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-661'>WHIRR-661</a>] - Upgrade to Hadoop 1.0.3 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-669'>WHIRR-669</a>] - The whirr karaf feature should use feature version range on jclouds. +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-670'>WHIRR-670</a>] - Upgrade to jclouds 1.5.3 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-672'>WHIRR-672</a>] - Allow eager caching of instance hostname based on pre-provision instance metadata +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-673'>WHIRR-673</a>] - Upgrade CDH Repos for RHEL/CentOS 6 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-675'>WHIRR-675</a>] - Convert all whirr.env.* environment variable labels to upper case +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-681'>WHIRR-681</a>] - enhance puppet service with an ability to export cluster topology to the puppet code +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-691'>WHIRR-691</a>] - Java install to support Debian +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-694'>WHIRR-694</a>] - install puppet from puppetlabs repos instead of the ruby gem +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-699'>WHIRR-699</a>] - Fix indentation and formatting on "Getting Started" page +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-711'>WHIRR-711</a>] - Add security group support for OpenStack +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-713'>WHIRR-713</a>] - Enable programmatic use of BYON via CacheNodeStoreModule +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-717'>WHIRR-717</a>] - Make use of the context name in the dynamic compute cache. +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-118'>WHIRR-118</a>] - Adaptor for OpenStack Clouds +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-671'>WHIRR-671</a>] - Create Kerberos Service +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-680'>WHIRR-680</a>] - add python scripts to aid ssh/scp in to VMs +</li> +<li>[<a href='https://issues.apache.org/jira/browse/WHIRR-696'>WHIRR-696</a>] - Whirr script for Hadoop MRv2 YARN installs that supports Hadoop-2.0.x and Hadoop 3.x (trunk) branches +</li> +</ul> + <h1>Release Notes - Whirr - Version 0.8.1</h1> <h2> Bug http://git-wip-us.apache.org/repos/asf/whirr/blob/abef2a48/src/site/xdoc/whirr-in-5-minutes.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/whirr-in-5-minutes.xml b/src/site/xdoc/whirr-in-5-minutes.xml index 516774a..c8736ba 100644 --- a/src/site/xdoc/whirr-in-5-minutes.xml +++ b/src/site/xdoc/whirr-in-5-minutes.xml @@ -31,8 +31,8 @@ export WHIRR_IDENTITY=$AWS_ACCESS_KEY_ID export WHIRR_CREDENTIAL=$AWS_SECRET_ACCESS_KEY # or create ~/.whirr/credentials similar to conf/credentials.sample -curl -O http://www.apache.org/dist/whirr/whirr-0.8.1/whirr-0.8.1.tar.gz -tar zxf whirr-0.8.1.tar.gz; cd whirr-0.8.1 +curl -O http://www.apache.org/dist/whirr/whirr-0.8.2/whirr-0.8.2.tar.gz +tar zxf whirr-0.8.2.tar.gz; cd whirr-0.8.2 ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr bin/whirr launch-cluster --config recipes/zookeeper.properties --private-key-file ~/.ssh/id_rsa_whirr
