summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-04-10 20:56:50 -0700
committerDaniel DeLeo <dan@opscode.com>2011-04-10 20:56:50 -0700
commit4586e44fb3f2e02496391e3cb282c46921e75f4e (patch)
tree5cedcad1633d9034d77468ee90e25e271dd25404
parentcfc874621697d1a9ac3d38bf883a650bda9a4002 (diff)
downloadchef-4586e44fb3f2e02496391e3cb282c46921e75f4e.tar.gz
bump version to beta 9 for release0.10.0.beta.9
-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/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/lib/chef/version.rb2
42 files changed, 44 insertions, 44 deletions
diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb
index d003cc0f83..bd286e5abe 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.8"
+ VERSION = "0.10.0.beta.9"
def self.version
@rev ||= begin
diff --git a/chef-server-api/Gemfile.lock b/chef-server-api/Gemfile.lock
index 89d6e18615..98d5019451 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.8)
+ chef (0.10.0.beta.9)
bunny (>= 0.6.0)
erubis
highline
@@ -21,8 +21,8 @@ PATH
PATH
remote: ../chef-solr
specs:
- chef-solr (0.10.0.beta.8)
- chef (= 0.10.0.beta.8)
+ chef-solr (0.10.0.beta.9)
+ chef (= 0.10.0.beta.9)
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 d4e69a35f0..a5f934df44 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.8'
+ VERSION = '0.10.0.beta.9'
end
diff --git a/chef-server-webui/lib/chef-server-webui/version.rb b/chef-server-webui/lib/chef-server-webui/version.rb
index 5e652af9b8..f7bec375df 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.8'
+ VERSION = '0.10.0.beta.9'
end
diff --git a/chef-server/lib/chef-server/version.rb b/chef-server/lib/chef-server/version.rb
index b950d27384..3d76c432bc 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.8'
+ VERSION = '0.10.0.beta.9'
end
diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb
index 5dae90d43e..61d23e504a 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.8'
+ VERSION = '0.10.0.beta.9'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
diff --git a/chef/distro/common/html/knife-bootstrap.1.html b/chef/distro/common/html/knife-bootstrap.1.html
index 1c3454e2f7..f94d34e42e 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 7f13b2e59d..efefcf51ed 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 f407a4e941..a4b9f8c020 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 749fecdff5..456bd05b7f 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 75d1008e8e..004fb5a26c 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 03014e3c0d..ec19bc6568 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 975db72a43..2a847a542e 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 428eeabc10..5450286ccb 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 b7d06b21a5..ad264cc4cb 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 4bf1325b4d..48741194a4 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 47b711b00a..d9268b69e9 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 95607a6585..ddb923dd05 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 43182cbf71..a872b0a9da 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 c73698dab5..c2f99b5727 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 d29711da10..d76821c6b8 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 e7b010d7fe..d4c3a07ead 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 7ec9b83da6..244b1393ab 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 3d01e35853..de2e106973 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.8</li>
+ <li class='tl'>Chef 0.10.0.beta.9</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 4f8e38aea5..be70b8addc 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.8" "Chef Manual"
+.TH "KNIFE\-BOOTRAP" "1" "April 2011" "Chef 0.10.0.beta.9" "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 9ed4e069a6..b4a1927e61 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.8" "Chef Manual"
+.TH "KNIFE\-CLIENT" "1" "April 2011" "Chef 0.10.0.beta.9" "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 202ca02c23..9d351fade2 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.8" "Chef Manual"
+.TH "KNIFE\-CONFIGURE" "1" "April 2011" "Chef 0.10.0.beta.9" "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 156d36c66e..d1d220efff 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.8" "Chef Manual"
+.TH "KNIFE\-COOKBOOK\-SITE" "1" "April 2011" "Chef 0.10.0.beta.9" "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 2f4fe22d8f..475a773ec7 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.8" "Chef Manual"
+.TH "KNIFE\-COOKBOOK" "1" "April 2011" "Chef 0.10.0.beta.9" "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 2b662cbfad..627acc712b 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.8" "Chef Manual"
+.TH "KNIFE\-DATA\-BAG" "1" "April 2011" "Chef 0.10.0.beta.9" "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 e283220cf6..ab192f27ae 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.8" "Chef Manual"
+.TH "KNIFE\-ENVIRONMENT" "1" "April 2011" "Chef 0.10.0.beta.9" "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 db24438f87..574efd3a5c 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.8" "Chef Manual"
+.TH "KNIFE\-EXEC" "1" "April 2011" "Chef 0.10.0.beta.9" "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 a2467b5272..c170c45053 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.8" "Chef Manual"
+.TH "KNIFE\-INDEX" "1" "April 2011" "Chef 0.10.0.beta.9" "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 d2a248b2ba..f76f870f46 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.8" "Chef Manual"
+.TH "KNIFE\-NODE" "1" "April 2011" "Chef 0.10.0.beta.9" "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 7a7fa37bce..381ce15462 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.8" "Chef Manual"
+.TH "KNIFE\-ROLE" "1" "April 2011" "Chef 0.10.0.beta.9" "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 7958984296..d6bd4f524a 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.8" "Chef Manual"
+.TH "KNIFE\-SEARCH" "1" "April 2011" "Chef 0.10.0.beta.9" "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 9b9ce7787a..f75fbbeacc 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.8" "Chef Manual"
+.TH "KNIFE\-SSH" "1" "April 2011" "Chef 0.10.0.beta.9" "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 e59dc0afd1..bb35b49202 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.8" "Chef Manual"
+.TH "KNIFE\-STATUS" "1" "April 2011" "Chef 0.10.0.beta.9" "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 eb853c94df..d491207b41 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.8" "Chef Manual"
+.TH "KNIFE\-TAG" "1" "April 2011" "Chef 0.10.0.beta.9" "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 64c6bc9d5e..e012d7a146 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.8" "Chef Manual"
+.TH "KNIFE" "1" "April 2011" "Chef 0.10.0.beta.9" "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 99edb84c7b..d7329b8830 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.8" "Chef Manual"
+.TH "SHEF" "1" "April 2011" "Chef 0.10.0.beta.9" "Chef Manual"
.
.SH "NAME"
\fBshef\fR \- Interactive Chef Console
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index 3f0301d6c8..d2de7b1aa9 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.8'
+ VERSION = '0.10.0.beta.9'
end
# NOTE: the Chef::Version class is defined in version_class.rb