summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-04-13 17:07:29 -0700
committerDaniel DeLeo <dan@opscode.com>2011-04-13 17:07:29 -0700
commita4b052309fcee65181c70d8de9278d8bab473f8f (patch)
tree2a8f3ef5bb1aa9d3638498f30e81a843d8c6889b
parentb1b0484680605d04225e63a381649fdd3a3d6e19 (diff)
downloadchef-a4b052309fcee65181c70d8de9278d8bab473f8f.tar.gz
bump to beta 100.10.0.beta.10
-rw-r--r--chef-expander/lib/chef/expander/version.rb2
-rw-r--r--chef-server-api/Gemfile.lock6
-rw-r--r--chef-server-api/lib/chef-server-api/version.rb2
-rw-r--r--chef-server-webui/lib/chef-server-webui/version.rb2
-rw-r--r--chef-server/lib/chef-server/version.rb2
-rw-r--r--chef-solr/lib/chef/solr/version.rb2
-rw-r--r--chef/distro/common/html/chef-client.8.html2
-rw-r--r--chef/distro/common/html/chef-expander-cluster.8.html2
-rw-r--r--chef/distro/common/html/chef-expanderctl.8.html2
-rw-r--r--chef/distro/common/html/chef-server-webui.8.html2
-rw-r--r--chef/distro/common/html/chef-server.8.html2
-rw-r--r--chef/distro/common/html/chef-solo.8.html2
-rw-r--r--chef/distro/common/html/chef-solr.8.html2
-rw-r--r--chef/distro/common/html/knife-bootstrap.1.html2
-rw-r--r--chef/distro/common/html/knife-client.1.html2
-rw-r--r--chef/distro/common/html/knife-configure.1.html2
-rw-r--r--chef/distro/common/html/knife-cookbook-site.1.html2
-rw-r--r--chef/distro/common/html/knife-cookbook.1.html2
-rw-r--r--chef/distro/common/html/knife-data-bag.1.html2
-rw-r--r--chef/distro/common/html/knife-environment.1.html2
-rw-r--r--chef/distro/common/html/knife-exec.1.html2
-rw-r--r--chef/distro/common/html/knife-index.1.html2
-rw-r--r--chef/distro/common/html/knife-node.1.html2
-rw-r--r--chef/distro/common/html/knife-recipe.1.html2
-rw-r--r--chef/distro/common/html/knife-role.1.html2
-rw-r--r--chef/distro/common/html/knife-search.1.html2
-rw-r--r--chef/distro/common/html/knife-ssh.1.html2
-rw-r--r--chef/distro/common/html/knife-status.1.html2
-rw-r--r--chef/distro/common/html/knife-tag.1.html2
-rw-r--r--chef/distro/common/html/knife.1.html2
-rw-r--r--chef/distro/common/html/shef.1.html2
-rw-r--r--chef/distro/common/man/man1/knife-bootstrap.12
-rw-r--r--chef/distro/common/man/man1/knife-client.12
-rw-r--r--chef/distro/common/man/man1/knife-configure.12
-rw-r--r--chef/distro/common/man/man1/knife-cookbook-site.12
-rw-r--r--chef/distro/common/man/man1/knife-cookbook.12
-rw-r--r--chef/distro/common/man/man1/knife-data-bag.12
-rw-r--r--chef/distro/common/man/man1/knife-environment.12
-rw-r--r--chef/distro/common/man/man1/knife-exec.12
-rw-r--r--chef/distro/common/man/man1/knife-index.12
-rw-r--r--chef/distro/common/man/man1/knife-node.12
-rw-r--r--chef/distro/common/man/man1/knife-role.12
-rw-r--r--chef/distro/common/man/man1/knife-search.12
-rw-r--r--chef/distro/common/man/man1/knife-ssh.12
-rw-r--r--chef/distro/common/man/man1/knife-status.12
-rw-r--r--chef/distro/common/man/man1/knife-tag.12
-rw-r--r--chef/distro/common/man/man1/knife.12
-rw-r--r--chef/distro/common/man/man1/shef.12
-rw-r--r--chef/distro/common/man/man8/chef-client.82
-rw-r--r--chef/distro/common/man/man8/chef-expander-cluster.82
-rw-r--r--chef/distro/common/man/man8/chef-expanderctl.82
-rw-r--r--chef/distro/common/man/man8/chef-server-webui.82
-rw-r--r--chef/distro/common/man/man8/chef-server.82
-rw-r--r--chef/distro/common/man/man8/chef-solo.82
-rw-r--r--chef/distro/common/man/man8/chef-solr.82
-rw-r--r--chef/lib/chef/version.rb2
56 files changed, 58 insertions, 58 deletions
diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb
index bd286e5abe..36986f611f 100644
--- a/chef-expander/lib/chef/expander/version.rb
+++ b/chef-expander/lib/chef/expander/version.rb
@@ -23,7 +23,7 @@ require 'open3'
module Chef
module Expander
- VERSION = "0.10.0.beta.9"
+ VERSION = "0.10.0.beta.10"
def self.version
@rev ||= begin
diff --git a/chef-server-api/Gemfile.lock b/chef-server-api/Gemfile.lock
index 98d5019451..b5c871c894 100644
--- a/chef-server-api/Gemfile.lock
+++ b/chef-server-api/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../chef
specs:
- chef (0.10.0.beta.9)
+ chef (0.10.0.beta.10)
bunny (>= 0.6.0)
erubis
highline
@@ -21,8 +21,8 @@ PATH
PATH
remote: ../chef-solr
specs:
- chef-solr (0.10.0.beta.9)
- chef (= 0.10.0.beta.9)
+ chef-solr (0.10.0.beta.10)
+ chef (= 0.10.0.beta.10)
GEM
remote: http://rubygems.org/
diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb
index a5f934df44..5be5bbd4c7 100644
--- a/chef-server-api/lib/chef-server-api/version.rb
+++ b/chef-server-api/lib/chef-server-api/version.rb
@@ -1,3 +1,3 @@
module ChefServerApi
- VERSION = '0.10.0.beta.9'
+ VERSION = '0.10.0.beta.10'
end
diff --git a/chef-server-webui/lib/chef-server-webui/version.rb b/chef-server-webui/lib/chef-server-webui/version.rb
index f7bec375df..e0d1975306 100644
--- a/chef-server-webui/lib/chef-server-webui/version.rb
+++ b/chef-server-webui/lib/chef-server-webui/version.rb
@@ -1,3 +1,3 @@
module ChefServerWebui
- VERSION = '0.10.0.beta.9'
+ VERSION = '0.10.0.beta.10'
end
diff --git a/chef-server/lib/chef-server/version.rb b/chef-server/lib/chef-server/version.rb
index 3d76c432bc..f46bced832 100644
--- a/chef-server/lib/chef-server/version.rb
+++ b/chef-server/lib/chef-server/version.rb
@@ -17,5 +17,5 @@
#
module ChefServer
- VERSION = '0.10.0.beta.9'
+ VERSION = '0.10.0.beta.10'
end
diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb
index 61d23e504a..1b85a67537 100644
--- a/chef-solr/lib/chef/solr/version.rb
+++ b/chef-solr/lib/chef/solr/version.rb
@@ -1,6 +1,6 @@
class Chef
class Solr
- VERSION = '0.10.0.beta.9'
+ VERSION = '0.10.0.beta.10'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
diff --git a/chef/distro/common/html/chef-client.8.html b/chef/distro/common/html/chef-client.8.html
index 6616fa9444..81cb496517 100644
--- a/chef/distro/common/html/chef-client.8.html
+++ b/chef/distro/common/html/chef-client.8.html
@@ -131,7 +131,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-client(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-expander-cluster.8.html b/chef/distro/common/html/chef-expander-cluster.8.html
index 057bc779a6..15554789eb 100644
--- a/chef/distro/common/html/chef-expander-cluster.8.html
+++ b/chef/distro/common/html/chef-expander-cluster.8.html
@@ -154,7 +154,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-expander-cluster(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-expanderctl.8.html b/chef/distro/common/html/chef-expanderctl.8.html
index 8fda327639..ab849f5645 100644
--- a/chef/distro/common/html/chef-expanderctl.8.html
+++ b/chef/distro/common/html/chef-expanderctl.8.html
@@ -136,7 +136,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-expanderctl(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-server-webui.8.html b/chef/distro/common/html/chef-server-webui.8.html
index 85daf976a7..bca5bbcdcc 100644
--- a/chef/distro/common/html/chef-server-webui.8.html
+++ b/chef/distro/common/html/chef-server-webui.8.html
@@ -175,7 +175,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-server-webui(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-server.8.html b/chef/distro/common/html/chef-server.8.html
index 303ea5b3eb..bcb3ca6e3d 100644
--- a/chef/distro/common/html/chef-server.8.html
+++ b/chef/distro/common/html/chef-server.8.html
@@ -172,7 +172,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-server(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-solo.8.html b/chef/distro/common/html/chef-solo.8.html
index 3b09d13a9a..ffd3a61df8 100644
--- a/chef/distro/common/html/chef-solo.8.html
+++ b/chef/distro/common/html/chef-solo.8.html
@@ -181,7 +181,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-solo(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-solr.8.html b/chef/distro/common/html/chef-solr.8.html
index 813a73b2a1..c8aa95cede 100644
--- a/chef/distro/common/html/chef-solr.8.html
+++ b/chef/distro/common/html/chef-solr.8.html
@@ -153,7 +153,7 @@ found in /usr/share/common-licenses/Apache-2.0.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>chef-solr(8)</li>
</ol>
diff --git a/chef/distro/common/html/knife-bootstrap.1.html b/chef/distro/common/html/knife-bootstrap.1.html
index bb45eaa6a6..d35399a67b 100644
--- a/chef/distro/common/html/knife-bootstrap.1.html
+++ b/chef/distro/common/html/knife-bootstrap.1.html
@@ -231,7 +231,7 @@ to other users via the process list using tools such as <span class="man-ref">ps
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-bootrap(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-client.1.html b/chef/distro/common/html/knife-client.1.html
index 9f5bf0b544..8e69ad5c52 100644
--- a/chef/distro/common/html/knife-client.1.html
+++ b/chef/distro/common/html/knife-client.1.html
@@ -209,7 +209,7 @@ setting up a host for management with Chef.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-client(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-configure.1.html b/chef/distro/common/html/knife-configure.1.html
index a4b9f8c020..72a7e26597 100644
--- a/chef/distro/common/html/knife-configure.1.html
+++ b/chef/distro/common/html/knife-configure.1.html
@@ -160,7 +160,7 @@ may need to modify that setting after copying to a remote host.</p></li>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-configure(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-cookbook-site.1.html b/chef/distro/common/html/knife-cookbook-site.1.html
index 7f142118f3..4e620fc12c 100644
--- a/chef/distro/common/html/knife-cookbook-site.1.html
+++ b/chef/distro/common/html/knife-cookbook-site.1.html
@@ -228,7 +228,7 @@ configuration file.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-cookbook-site(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-cookbook.1.html b/chef/distro/common/html/knife-cookbook.1.html
index 47fb534b2b..4c94e34744 100644
--- a/chef/distro/common/html/knife-cookbook.1.html
+++ b/chef/distro/common/html/knife-cookbook.1.html
@@ -363,7 +363,7 @@ cookbook.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-cookbook(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-data-bag.1.html b/chef/distro/common/html/knife-data-bag.1.html
index ec19bc6568..30fff1878a 100644
--- a/chef/distro/common/html/knife-data-bag.1.html
+++ b/chef/distro/common/html/knife-data-bag.1.html
@@ -224,7 +224,7 @@ encryption keys.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-data-bag(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-environment.1.html b/chef/distro/common/html/knife-environment.1.html
index d56524fd2b..612fb4dbeb 100644
--- a/chef/distro/common/html/knife-environment.1.html
+++ b/chef/distro/common/html/knife-environment.1.html
@@ -257,7 +257,7 @@ override_attributes "aws_s3_bucket" =&gt; "production"
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-environment(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-exec.1.html b/chef/distro/common/html/knife-exec.1.html
index 81251cf1db..03c2179d7a 100644
--- a/chef/distro/common/html/knife-exec.1.html
+++ b/chef/distro/common/html/knife-exec.1.html
@@ -124,7 +124,7 @@ commands available.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-exec(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-index.1.html b/chef/distro/common/html/knife-index.1.html
index ad264cc4cb..1e740911b1 100644
--- a/chef/distro/common/html/knife-index.1.html
+++ b/chef/distro/common/html/knife-index.1.html
@@ -115,7 +115,7 @@ time for all objects to be indexed and available for search.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-index(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-node.1.html b/chef/distro/common/html/knife-node.1.html
index f97be712e6..8c34cb23ff 100644
--- a/chef/distro/common/html/knife-node.1.html
+++ b/chef/distro/common/html/knife-node.1.html
@@ -260,7 +260,7 @@ run list, the correct syntax is "role[ROLE_NAME]"</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-node(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-recipe.1.html b/chef/distro/common/html/knife-recipe.1.html
index d9268b69e9..bb36208261 100644
--- a/chef/distro/common/html/knife-recipe.1.html
+++ b/chef/distro/common/html/knife-recipe.1.html
@@ -82,7 +82,7 @@
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-recipe(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-role.1.html b/chef/distro/common/html/knife-role.1.html
index c9bba5f4e0..7be074b5ab 100644
--- a/chef/distro/common/html/knife-role.1.html
+++ b/chef/distro/common/html/knife-role.1.html
@@ -190,7 +190,7 @@ run_list.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-role(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-search.1.html b/chef/distro/common/html/knife-search.1.html
index d0847903d7..01ffd67b98 100644
--- a/chef/distro/common/html/knife-search.1.html
+++ b/chef/distro/common/html/knife-search.1.html
@@ -133,7 +133,7 @@ query syntax. The following data types are indexed for search:
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-search(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-ssh.1.html b/chef/distro/common/html/knife-ssh.1.html
index ae4a73a610..96acf440f0 100644
--- a/chef/distro/common/html/knife-ssh.1.html
+++ b/chef/distro/common/html/knife-ssh.1.html
@@ -146,7 +146,7 @@ option.</dd>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-ssh(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-status.1.html b/chef/distro/common/html/knife-status.1.html
index a5cb19da70..0f45ebae5d 100644
--- a/chef/distro/common/html/knife-status.1.html
+++ b/chef/distro/common/html/knife-status.1.html
@@ -118,7 +118,7 @@ may not be publicly reachable.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-status(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-tag.1.html b/chef/distro/common/html/knife-tag.1.html
index fee7f45351..188b01bd3a 100644
--- a/chef/distro/common/html/knife-tag.1.html
+++ b/chef/distro/common/html/knife-tag.1.html
@@ -127,7 +127,7 @@
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife-tag(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife.1.html b/chef/distro/common/html/knife.1.html
index 946ac14893..31fda56fff 100644
--- a/chef/distro/common/html/knife.1.html
+++ b/chef/distro/common/html/knife.1.html
@@ -285,7 +285,7 @@ data editing entirely.</dd>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>knife(1)</li>
</ol>
diff --git a/chef/distro/common/html/shef.1.html b/chef/distro/common/html/shef.1.html
index ad14b49807..7939e8dbe5 100644
--- a/chef/distro/common/html/shef.1.html
+++ b/chef/distro/common/html/shef.1.html
@@ -273,7 +273,7 @@ and may become out of sync with the behavior of those libraries.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.0.beta.9</li>
+ <li class='tl'>Chef 0.10.0.beta.10</li>
<li class='tc'>April 2011</li>
<li class='tr'>shef(1)</li>
</ol>
diff --git a/chef/distro/common/man/man1/knife-bootstrap.1 b/chef/distro/common/man/man1/knife-bootstrap.1
index be70b8addc..89c3e28275 100644
--- a/chef/distro/common/man/man1/knife-bootstrap.1
+++ b/chef/distro/common/man/man1/knife-bootstrap.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-bootrap\fR \- Install Chef Client on a remote host
diff --git a/chef/distro/common/man/man1/knife-client.1 b/chef/distro/common/man/man1/knife-client.1
index b4a1927e61..71c8514100 100644
--- a/chef/distro/common/man/man1/knife-client.1
+++ b/chef/distro/common/man/man1/knife-client.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-client\fR \- Manage Chef API Clients
diff --git a/chef/distro/common/man/man1/knife-configure.1 b/chef/distro/common/man/man1/knife-configure.1
index 9d351fade2..2126c6d3d3 100644
--- a/chef/distro/common/man/man1/knife-configure.1
+++ b/chef/distro/common/man/man1/knife-configure.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-configure\fR \- Generate configuration files for knife or Chef Client
diff --git a/chef/distro/common/man/man1/knife-cookbook-site.1 b/chef/distro/common/man/man1/knife-cookbook-site.1
index d1d220efff..c1ed2f29c5 100644
--- a/chef/distro/common/man/man1/knife-cookbook-site.1
+++ b/chef/distro/common/man/man1/knife-cookbook-site.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-cookbook\-site\fR \- Install and update open source cookbooks
diff --git a/chef/distro/common/man/man1/knife-cookbook.1 b/chef/distro/common/man/man1/knife-cookbook.1
index 475a773ec7..2d3f69a011 100644
--- a/chef/distro/common/man/man1/knife-cookbook.1
+++ b/chef/distro/common/man/man1/knife-cookbook.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-cookbook\fR \- upload and manage chef cookbooks
diff --git a/chef/distro/common/man/man1/knife-data-bag.1 b/chef/distro/common/man/man1/knife-data-bag.1
index 627acc712b..a3ad4b6938 100644
--- a/chef/distro/common/man/man1/knife-data-bag.1
+++ b/chef/distro/common/man/man1/knife-data-bag.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-data\-bag\fR \- Store arbitrary data on a Chef Server
diff --git a/chef/distro/common/man/man1/knife-environment.1 b/chef/distro/common/man/man1/knife-environment.1
index ab192f27ae..0d5a55452b 100644
--- a/chef/distro/common/man/man1/knife-environment.1
+++ b/chef/distro/common/man/man1/knife-environment.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-environment\fR \- Define cookbook policies for the environments in your infrastructure
diff --git a/chef/distro/common/man/man1/knife-exec.1 b/chef/distro/common/man/man1/knife-exec.1
index 574efd3a5c..18b0fa24b0 100644
--- a/chef/distro/common/man/man1/knife-exec.1
+++ b/chef/distro/common/man/man1/knife-exec.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-exec\fR \- Run user scripts using the Chef API DSL
diff --git a/chef/distro/common/man/man1/knife-index.1 b/chef/distro/common/man/man1/knife-index.1
index c170c45053..6eb40c5f2f 100644
--- a/chef/distro/common/man/man1/knife-index.1
+++ b/chef/distro/common/man/man1/knife-index.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-index\fR \- Rebuild the search index on a Chef Server
diff --git a/chef/distro/common/man/man1/knife-node.1 b/chef/distro/common/man/man1/knife-node.1
index f76f870f46..3733f287b8 100644
--- a/chef/distro/common/man/man1/knife-node.1
+++ b/chef/distro/common/man/man1/knife-node.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-node\fR \- Manage the hosts in your infrastructure
diff --git a/chef/distro/common/man/man1/knife-role.1 b/chef/distro/common/man/man1/knife-role.1
index 381ce15462..ffca9bcdb6 100644
--- a/chef/distro/common/man/man1/knife-role.1
+++ b/chef/distro/common/man/man1/knife-role.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-role\fR \- Group common configuration settings
diff --git a/chef/distro/common/man/man1/knife-search.1 b/chef/distro/common/man/man1/knife-search.1
index d6bd4f524a..04a4e257bb 100644
--- a/chef/distro/common/man/man1/knife-search.1
+++ b/chef/distro/common/man/man1/knife-search.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-search\fR \- Find objects on a Chef Server by query
diff --git a/chef/distro/common/man/man1/knife-ssh.1 b/chef/distro/common/man/man1/knife-ssh.1
index f75fbbeacc..b78a3352fe 100644
--- a/chef/distro/common/man/man1/knife-ssh.1
+++ b/chef/distro/common/man/man1/knife-ssh.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-ssh\fR \- Run a command or interactive session on multiple remote hosts
diff --git a/chef/distro/common/man/man1/knife-status.1 b/chef/distro/common/man/man1/knife-status.1
index bb35b49202..29281e4481 100644
--- a/chef/distro/common/man/man1/knife-status.1
+++ b/chef/distro/common/man/man1/knife-status.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-status\fR \- Display status information for the nodes in your infrastructure
diff --git a/chef/distro/common/man/man1/knife-tag.1 b/chef/distro/common/man/man1/knife-tag.1
index d491207b41..dc5f2d3785 100644
--- a/chef/distro/common/man/man1/knife-tag.1
+++ b/chef/distro/common/man/man1/knife-tag.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE\-TAG" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE\-TAG" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\-tag\fR \- Apply tags to nodes on a Chef Server
diff --git a/chef/distro/common/man/man1/knife.1 b/chef/distro/common/man/man1/knife.1
index e012d7a146..0bee5cd93a 100644
--- a/chef/distro/common/man/man1/knife.1
+++ b/chef/distro/common/man/man1/knife.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "KNIFE" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "KNIFE" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBknife\fR \- Chef Server API client utility
diff --git a/chef/distro/common/man/man1/shef.1 b/chef/distro/common/man/man1/shef.1
index d7329b8830..e517c774a4 100644
--- a/chef/distro/common/man/man1/shef.1
+++ b/chef/distro/common/man/man1/shef.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "SHEF" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "SHEF" "1" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBshef\fR \- Interactive Chef Console
diff --git a/chef/distro/common/man/man8/chef-client.8 b/chef/distro/common/man/man8/chef-client.8
index 11f88222a2..146f08f0c6 100644
--- a/chef/distro/common/man/man8/chef-client.8
+++ b/chef/distro/common/man/man8/chef-client.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-CLIENT" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-CLIENT" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-client\fR \- Runs a client node connecting to a chef\-server\.
diff --git a/chef/distro/common/man/man8/chef-expander-cluster.8 b/chef/distro/common/man/man8/chef-expander-cluster.8
index 724fe7fb34..c6e6c3498d 100644
--- a/chef/distro/common/man/man8/chef-expander-cluster.8
+++ b/chef/distro/common/man/man8/chef-expander-cluster.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-EXPANDER\-CLUSTER" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-EXPANDER\-CLUSTER" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-expander\-cluster\fR \- fetches messages from RabbitMQ, processes, and loads into chef\-solr
diff --git a/chef/distro/common/man/man8/chef-expanderctl.8 b/chef/distro/common/man/man8/chef-expanderctl.8
index 1fcdc413f8..20f5ca24ee 100644
--- a/chef/distro/common/man/man8/chef-expanderctl.8
+++ b/chef/distro/common/man/man8/chef-expanderctl.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-EXPANDERCTL" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-EXPANDERCTL" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-expanderctl\fR \- management program for chef\-expander
diff --git a/chef/distro/common/man/man8/chef-server-webui.8 b/chef/distro/common/man/man8/chef-server-webui.8
index 66ecf82712..4ff89bc187 100644
--- a/chef/distro/common/man/man8/chef-server-webui.8
+++ b/chef/distro/common/man/man8/chef-server-webui.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-SERVER\-WEBUI" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-SERVER\-WEBUI" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-server\-webui\fR \- Start the Chef Server merb application slice providing Web User Interface (Management Console)\.
diff --git a/chef/distro/common/man/man8/chef-server.8 b/chef/distro/common/man/man8/chef-server.8
index 105b7bd19c..0d443a8074 100644
--- a/chef/distro/common/man/man8/chef-server.8
+++ b/chef/distro/common/man/man8/chef-server.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-SERVER" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-SERVER" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-server\fR \- Start the Chef Server merb application slice\.
diff --git a/chef/distro/common/man/man8/chef-solo.8 b/chef/distro/common/man/man8/chef-solo.8
index 24e17c741b..9ebe388934 100644
--- a/chef/distro/common/man/man8/chef-solo.8
+++ b/chef/distro/common/man/man8/chef-solo.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-SOLO" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-SOLO" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-solo\fR \- Runs chef in solo mode against a specified cookbook location\.
diff --git a/chef/distro/common/man/man8/chef-solr.8 b/chef/distro/common/man/man8/chef-solr.8
index b2c23fb1f5..1b87940ab5 100644
--- a/chef/distro/common/man/man8/chef-solr.8
+++ b/chef/distro/common/man/man8/chef-solr.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-SOLR" "8" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
+.TH "CHEF\-SOLR" "8" "April 2011" "Chef 0.10.0.beta.10" "Chef Manual"
.
.SH "NAME"
\fBchef\-solr\fR \- Runs as Chef\'s search server
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index d2de7b1aa9..f4262455e4 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '0.10.0.beta.9'
+ VERSION = '0.10.0.beta.10'
end
# NOTE: the Chef::Version class is defined in version_class.rb