summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-11-01 11:50:30 -0700
committerDaniel DeLeo <dan@opscode.com>2011-11-01 11:50:30 -0700
commit8320be4de44c57087d6ec21b4654fe80563140ee (patch)
tree1de29a012be68c11a884fab9af69a2f60b2f25eb
parent36e683e4e9029408fd74031dd52635a0477fe058 (diff)
downloadchef-8320be4de44c57087d6ec21b4654fe80563140ee.tar.gz
bump version for second 0.10.6 beta0.10.6.beta.2
-rw-r--r--chef-expander/lib/chef/expander/version.rb2
-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.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-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.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
54 files changed, 54 insertions, 54 deletions
diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb
index 4d69c03f8b..bb0055b1b0 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.6.beta.1"
+ VERSION = "0.10.6.beta.2"
def self.version
@rev ||= begin
diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb
index 2fe92098a6..aab0b7f00e 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.6.beta.1'
+ VERSION = '0.10.6.beta.2'
end
diff --git a/chef-server-webui/lib/chef-server-webui/version.rb b/chef-server-webui/lib/chef-server-webui/version.rb
index 9f43980e7a..2e541a0239 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.6.beta.1'
+ VERSION = '0.10.6.beta.2'
end
diff --git a/chef-server/lib/chef-server/version.rb b/chef-server/lib/chef-server/version.rb
index 08342c2ec0..117ecea0d8 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.6.beta.1'
+ VERSION = '0.10.6.beta.2'
end
diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb
index b445a853f0..4395d1b760 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.6.beta.1'
+ VERSION = '0.10.6.beta.2'
# 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 74b5a43e17..78c7965693 100644
--- a/chef/distro/common/html/chef-client.8.html
+++ b/chef/distro/common/html/chef-client.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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 2011</li>
<li class='tr'>chef-client(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-expander.8.html b/chef/distro/common/html/chef-expander.8.html
index 41a1bf939b..49a6791141 100644
--- a/chef/distro/common/html/chef-expander.8.html
+++ b/chef/distro/common/html/chef-expander.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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 2011</li>
<li class='tr'>chef-expander(8)</li>
</ol>
diff --git a/chef/distro/common/html/chef-expanderctl.8.html b/chef/distro/common/html/chef-expanderctl.8.html
index 70ab9477e5..b705a3e1a9 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 d6e29842f1..cac7565b39 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 d72d9340d7..16c26a544c 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 78ee1879ad..ae437260eb 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 28e2b49a10..dc35ddd6e8 100644
--- a/chef/distro/common/html/chef-solr.8.html
+++ b/chef/distro/common/html/chef-solr.8.html
@@ -155,7 +155,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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 a5fa62c2f7..73f8cd4dbb 100644
--- a/chef/distro/common/html/knife-bootstrap.1.html
+++ b/chef/distro/common/html/knife-bootstrap.1.html
@@ -233,7 +233,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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 2011</li>
<li class='tr'>knife-bootstrap(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-client.1.html b/chef/distro/common/html/knife-client.1.html
index 6cd4590156..bf520ed0f0 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 3e1e4aec9e..49a0f5266d 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 e1486a1d79..c4b5e11ce4 100644
--- a/chef/distro/common/html/knife-cookbook-site.1.html
+++ b/chef/distro/common/html/knife-cookbook-site.1.html
@@ -231,7 +231,7 @@ configuration file.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 0a31341f24..4718ca21ec 100644
--- a/chef/distro/common/html/knife-cookbook.1.html
+++ b/chef/distro/common/html/knife-cookbook.1.html
@@ -374,7 +374,7 @@ cookbook.</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 8ea9c486b4..a5cf62e962 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 de2546200f..6868a4ae43 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 3460eba460..0b7393c575 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 6b95a969af..0816b16568 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 59f15a2407..04ef35a3d3 100644
--- a/chef/distro/common/html/knife-node.1.html
+++ b/chef/distro/common/html/knife-node.1.html
@@ -240,7 +240,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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 2011</li>
<li class='tr'>knife-node(1)</li>
</ol>
diff --git a/chef/distro/common/html/knife-role.1.html b/chef/distro/common/html/knife-role.1.html
index 6a1d6f98e3..1b83fd3d2c 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 cf40b07e97..3954aa715b 100644
--- a/chef/distro/common/html/knife-search.1.html
+++ b/chef/distro/common/html/knife-search.1.html
@@ -278,7 +278,7 @@ www.example.com:</p>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 58adc268c2..6bb1970f84 100644
--- a/chef/distro/common/html/knife-ssh.1.html
+++ b/chef/distro/common/html/knife-ssh.1.html
@@ -147,7 +147,7 @@ option.</dd>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 5819e8f46f..401e86a5db 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 d6808da4d3..4b14186843 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 5e930c2e38..7b3c826f41 100644
--- a/chef/distro/common/html/knife.1.html
+++ b/chef/distro/common/html/knife.1.html
@@ -311,7 +311,7 @@ data editing entirely.</dd>
<ol class='man-decor man-foot man foot'>
- <li class='tl'>Chef 0.10.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 deebc9e6fe..1dae5af7d5 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.6.beta.1</li>
+ <li class='tl'>Chef 0.10.6.beta.2</li>
<li class='tc'>October 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 2ea735b43c..07f37d591b 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\-BOOTSTRAP" "1" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-BOOTSTRAP" "1" "October 2011" "Chef 0.10.6.beta.2" "Chef Manual"
.
.SH "NAME"
\fBknife\-bootstrap\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 2e47f2510c..99dbfca266 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-CLIENT" "1" "October 2011" "Chef 0.10.6.beta.2" "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 8721456bbd..01f23dd8e7 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-CONFIGURE" "1" "October 2011" "Chef 0.10.6.beta.2" "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 1c22158880..f8cb90c093 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-COOKBOOK\-SITE" "1" "October 2011" "Chef 0.10.6.beta.2" "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 6e216f9f42..d3b2d0368d 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-COOKBOOK" "1" "October 2011" "Chef 0.10.6.beta.2" "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 4ffd6a82f9..556b4973a9 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-DATA\-BAG" "1" "October 2011" "Chef 0.10.6.beta.2" "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 1d47f48505..2a6188d27c 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-ENVIRONMENT" "1" "October 2011" "Chef 0.10.6.beta.2" "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 85b1d5deb4..d92136b7a8 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-EXEC" "1" "October 2011" "Chef 0.10.6.beta.2" "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 19e8de1aad..51c1660540 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-INDEX" "1" "October 2011" "Chef 0.10.6.beta.2" "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 fb7fab2489..2331f6459f 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-NODE" "1" "October 2011" "Chef 0.10.6.beta.2" "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 952c56de3f..518c6caed7 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-ROLE" "1" "October 2011" "Chef 0.10.6.beta.2" "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 689efe310e..ffb7210f07 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-SEARCH" "1" "October 2011" "Chef 0.10.6.beta.2" "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 3cc927ae5a..056f238d6b 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-SSH" "1" "October 2011" "Chef 0.10.6.beta.2" "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 e440350e69..abfae0780d 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-STATUS" "1" "October 2011" "Chef 0.10.6.beta.2" "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 6723c52729..8b928ac9b6 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE\-TAG" "1" "October 2011" "Chef 0.10.6.beta.2" "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 c4ec2bd378..9239db5d38 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "KNIFE" "1" "October 2011" "Chef 0.10.6.beta.2" "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 a6935f1028..43fbebd4b2 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "SHEF" "1" "October 2011" "Chef 0.10.6.beta.2" "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 5b8bc994aa..9dfd34d5f9 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-CLIENT" "8" "October 2011" "Chef 0.10.6.beta.2" "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.8 b/chef/distro/common/man/man8/chef-expander.8
index c518492871..cfd831dd45 100644
--- a/chef/distro/common/man/man8/chef-expander.8
+++ b/chef/distro/common/man/man8/chef-expander.8
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "CHEF\-EXPANDER" "8" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-EXPANDER" "8" "October 2011" "Chef 0.10.6.beta.2" "Chef Manual"
.
.SH "NAME"
\fBchef\-expander\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 02c53ecaec..e09d1f068f 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-EXPANDERCTL" "8" "October 2011" "Chef 0.10.6.beta.2" "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 e2f15d4748..a185a96500 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-SERVER\-WEBUI" "8" "October 2011" "Chef 0.10.6.beta.2" "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 eb29476c2a..343b45009a 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-SERVER" "8" "October 2011" "Chef 0.10.6.beta.2" "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 5e81b4aef6..e4cad0f0d1 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-SOLO" "8" "October 2011" "Chef 0.10.6.beta.2" "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 c76ff7672b..b4cc26432e 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" "October 2011" "Chef 0.10.6.beta.1" "Chef Manual"
+.TH "CHEF\-SOLR" "8" "October 2011" "Chef 0.10.6.beta.2" "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 72e1627208..5a394e91bf 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.6.beta.1'
+ VERSION = '0.10.6.beta.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb