From a4b052309fcee65181c70d8de9278d8bab473f8f Mon Sep 17 00:00:00 2001 From: Daniel DeLeo Date: Wed, 13 Apr 2011 17:07:29 -0700 Subject: [PATCH] bump to beta 10 --- chef-expander/lib/chef/expander/version.rb | 2 +- chef-server-api/Gemfile.lock | 6 +++--- chef-server-api/lib/chef-server-api/version.rb | 2 +- chef-server-webui/lib/chef-server-webui/version.rb | 2 +- chef-server/lib/chef-server/version.rb | 2 +- chef-solr/lib/chef/solr/version.rb | 2 +- chef/distro/common/html/chef-client.8.html | 2 +- chef/distro/common/html/chef-expander-cluster.8.html | 2 +- chef/distro/common/html/chef-expanderctl.8.html | 2 +- chef/distro/common/html/chef-server-webui.8.html | 2 +- chef/distro/common/html/chef-server.8.html | 2 +- chef/distro/common/html/chef-solo.8.html | 2 +- chef/distro/common/html/chef-solr.8.html | 2 +- chef/distro/common/html/knife-bootstrap.1.html | 2 +- chef/distro/common/html/knife-client.1.html | 2 +- chef/distro/common/html/knife-configure.1.html | 2 +- chef/distro/common/html/knife-cookbook-site.1.html | 2 +- chef/distro/common/html/knife-cookbook.1.html | 2 +- chef/distro/common/html/knife-data-bag.1.html | 2 +- chef/distro/common/html/knife-environment.1.html | 2 +- chef/distro/common/html/knife-exec.1.html | 2 +- chef/distro/common/html/knife-index.1.html | 2 +- chef/distro/common/html/knife-node.1.html | 2 +- chef/distro/common/html/knife-recipe.1.html | 2 +- chef/distro/common/html/knife-role.1.html | 2 +- chef/distro/common/html/knife-search.1.html | 2 +- chef/distro/common/html/knife-ssh.1.html | 2 +- chef/distro/common/html/knife-status.1.html | 2 +- chef/distro/common/html/knife-tag.1.html | 2 +- chef/distro/common/html/knife.1.html | 2 +- chef/distro/common/html/shef.1.html | 2 +- chef/distro/common/man/man1/knife-bootstrap.1 | 2 +- chef/distro/common/man/man1/knife-client.1 | 2 +- chef/distro/common/man/man1/knife-configure.1 | 2 +- chef/distro/common/man/man1/knife-cookbook-site.1 | 2 +- chef/distro/common/man/man1/knife-cookbook.1 | 2 +- chef/distro/common/man/man1/knife-data-bag.1 | 2 +- chef/distro/common/man/man1/knife-environment.1 | 2 +- chef/distro/common/man/man1/knife-exec.1 | 2 +- chef/distro/common/man/man1/knife-index.1 | 2 +- chef/distro/common/man/man1/knife-node.1 | 2 +- chef/distro/common/man/man1/knife-role.1 | 2 +- chef/distro/common/man/man1/knife-search.1 | 2 +- chef/distro/common/man/man1/knife-ssh.1 | 2 +- chef/distro/common/man/man1/knife-status.1 | 2 +- chef/distro/common/man/man1/knife-tag.1 | 2 +- chef/distro/common/man/man1/knife.1 | 2 +- chef/distro/common/man/man1/shef.1 | 2 +- chef/distro/common/man/man8/chef-client.8 | 2 +- chef/distro/common/man/man8/chef-expander-cluster.8 | 2 +- chef/distro/common/man/man8/chef-expanderctl.8 | 2 +- chef/distro/common/man/man8/chef-server-webui.8 | 2 +- chef/distro/common/man/man8/chef-server.8 | 2 +- chef/distro/common/man/man8/chef-solo.8 | 2 +- chef/distro/common/man/man8/chef-solr.8 | 2 +- chef/lib/chef/version.rb | 2 +- 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 bd286e5abe9..36986f611fa 100644 --- a/chef-expander/lib/chef/expander/version.rb +++ b/chef-expander/lib/chef/expander/version.rb @@ -23,7 +23,7 @@ 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 98d50194510..b5c871c894d 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 a5f934df443..5be5bbd4c7e 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 f7bec375df2..e0d1975306d 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 3d76c432bca..f46bced8326 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 61d23e504a4..1b85a67537b 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 6616fa94440..81cb4965176 100644 --- a/chef/distro/common/html/chef-client.8.html +++ b/chef/distro/common/html/chef-client.8.html @@ -131,7 +131,7 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-client(8)
diff --git a/chef/distro/common/html/chef-expander-cluster.8.html b/chef/distro/common/html/chef-expander-cluster.8.html index 057bc779a62..15554789eb5 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 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-expander-cluster(8)
diff --git a/chef/distro/common/html/chef-expanderctl.8.html b/chef/distro/common/html/chef-expanderctl.8.html index 8fda3276398..ab849f5645f 100644 --- a/chef/distro/common/html/chef-expanderctl.8.html +++ b/chef/distro/common/html/chef-expanderctl.8.html @@ -136,7 +136,7 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-expanderctl(8)
diff --git a/chef/distro/common/html/chef-server-webui.8.html b/chef/distro/common/html/chef-server-webui.8.html index 85daf976a73..bca5bbcdcce 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 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-server-webui(8)
diff --git a/chef/distro/common/html/chef-server.8.html b/chef/distro/common/html/chef-server.8.html index 303ea5b3ebb..bcb3ca6e3d4 100644 --- a/chef/distro/common/html/chef-server.8.html +++ b/chef/distro/common/html/chef-server.8.html @@ -172,7 +172,7 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-server(8)
diff --git a/chef/distro/common/html/chef-solo.8.html b/chef/distro/common/html/chef-solo.8.html index 3b09d13a9a2..ffd3a61df87 100644 --- a/chef/distro/common/html/chef-solo.8.html +++ b/chef/distro/common/html/chef-solo.8.html @@ -181,7 +181,7 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-solo(8)
diff --git a/chef/distro/common/html/chef-solr.8.html b/chef/distro/common/html/chef-solr.8.html index 813a73b2a1c..c8aa95cede6 100644 --- a/chef/distro/common/html/chef-solr.8.html +++ b/chef/distro/common/html/chef-solr.8.html @@ -153,7 +153,7 @@

AUTHOR

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. chef-solr(8)
diff --git a/chef/distro/common/html/knife-bootstrap.1.html b/chef/distro/common/html/knife-bootstrap.1.html index bb45eaa6a69..d35399a67b9 100644 --- a/chef/distro/common/html/knife-bootstrap.1.html +++ b/chef/distro/common/html/knife-bootstrap.1.html @@ -231,7 +231,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-bootrap(1)
diff --git a/chef/distro/common/html/knife-client.1.html b/chef/distro/common/html/knife-client.1.html index 9f5bf0b5441..8e69ad5c525 100644 --- a/chef/distro/common/html/knife-client.1.html +++ b/chef/distro/common/html/knife-client.1.html @@ -209,7 +209,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-client(1)
diff --git a/chef/distro/common/html/knife-configure.1.html b/chef/distro/common/html/knife-configure.1.html index a4b9f8c0200..72a7e265976 100644 --- a/chef/distro/common/html/knife-configure.1.html +++ b/chef/distro/common/html/knife-configure.1.html @@ -160,7 +160,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-configure(1)
diff --git a/chef/distro/common/html/knife-cookbook-site.1.html b/chef/distro/common/html/knife-cookbook-site.1.html index 7f142118f38..4e620fc12cc 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 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-cookbook-site(1)
diff --git a/chef/distro/common/html/knife-cookbook.1.html b/chef/distro/common/html/knife-cookbook.1.html index 47fb534b2b5..4c94e347449 100644 --- a/chef/distro/common/html/knife-cookbook.1.html +++ b/chef/distro/common/html/knife-cookbook.1.html @@ -363,7 +363,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-cookbook(1)
diff --git a/chef/distro/common/html/knife-data-bag.1.html b/chef/distro/common/html/knife-data-bag.1.html index ec19bc65689..30fff1878a4 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 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-data-bag(1)
diff --git a/chef/distro/common/html/knife-environment.1.html b/chef/distro/common/html/knife-environment.1.html index d56524fd2bf..612fb4dbeb8 100644 --- a/chef/distro/common/html/knife-environment.1.html +++ b/chef/distro/common/html/knife-environment.1.html @@ -257,7 +257,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-environment(1)
diff --git a/chef/distro/common/html/knife-exec.1.html b/chef/distro/common/html/knife-exec.1.html index 81251cf1dba..03c2179d7a8 100644 --- a/chef/distro/common/html/knife-exec.1.html +++ b/chef/distro/common/html/knife-exec.1.html @@ -124,7 +124,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-exec(1)
diff --git a/chef/distro/common/html/knife-index.1.html b/chef/distro/common/html/knife-index.1.html index ad264cc4cb9..1e740911b19 100644 --- a/chef/distro/common/html/knife-index.1.html +++ b/chef/distro/common/html/knife-index.1.html @@ -115,7 +115,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-index(1)
diff --git a/chef/distro/common/html/knife-node.1.html b/chef/distro/common/html/knife-node.1.html index f97be712e69..8c34cb23ff4 100644 --- a/chef/distro/common/html/knife-node.1.html +++ b/chef/distro/common/html/knife-node.1.html @@ -260,7 +260,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-node(1)
diff --git a/chef/distro/common/html/knife-recipe.1.html b/chef/distro/common/html/knife-recipe.1.html index d9268b69e91..bb36208261b 100644 --- a/chef/distro/common/html/knife-recipe.1.html +++ b/chef/distro/common/html/knife-recipe.1.html @@ -82,7 +82,7 @@

SYNOPSIS

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-recipe(1)
diff --git a/chef/distro/common/html/knife-role.1.html b/chef/distro/common/html/knife-role.1.html index c9bba5f4e05..7be074b5ab8 100644 --- a/chef/distro/common/html/knife-role.1.html +++ b/chef/distro/common/html/knife-role.1.html @@ -190,7 +190,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-role(1)
diff --git a/chef/distro/common/html/knife-search.1.html b/chef/distro/common/html/knife-search.1.html index d0847903d73..01ffd67b989 100644 --- a/chef/distro/common/html/knife-search.1.html +++ b/chef/distro/common/html/knife-search.1.html @@ -133,7 +133,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-search(1)
diff --git a/chef/distro/common/html/knife-ssh.1.html b/chef/distro/common/html/knife-ssh.1.html index ae4a73a610f..96acf440f09 100644 --- a/chef/distro/common/html/knife-ssh.1.html +++ b/chef/distro/common/html/knife-ssh.1.html @@ -146,7 +146,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-ssh(1)
diff --git a/chef/distro/common/html/knife-status.1.html b/chef/distro/common/html/knife-status.1.html index a5cb19da705..0f45ebae5de 100644 --- a/chef/distro/common/html/knife-status.1.html +++ b/chef/distro/common/html/knife-status.1.html @@ -118,7 +118,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-status(1)
diff --git a/chef/distro/common/html/knife-tag.1.html b/chef/distro/common/html/knife-tag.1.html index fee7f45351a..188b01bd3a6 100644 --- a/chef/distro/common/html/knife-tag.1.html +++ b/chef/distro/common/html/knife-tag.1.html @@ -127,7 +127,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife-tag(1)
diff --git a/chef/distro/common/html/knife.1.html b/chef/distro/common/html/knife.1.html index 946ac14893d..31fda56fffa 100644 --- a/chef/distro/common/html/knife.1.html +++ b/chef/distro/common/html/knife.1.html @@ -285,7 +285,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. knife(1)
diff --git a/chef/distro/common/html/shef.1.html b/chef/distro/common/html/shef.1.html index ad14b498076..7939e8dbe5d 100644 --- a/chef/distro/common/html/shef.1.html +++ b/chef/distro/common/html/shef.1.html @@ -273,7 +273,7 @@

CHEF

    -
  1. Chef 0.10.0.beta.9
  2. +
  3. Chef 0.10.0.beta.10
  4. April 2011
  5. shef(1)
diff --git a/chef/distro/common/man/man1/knife-bootstrap.1 b/chef/distro/common/man/man1/knife-bootstrap.1 index be70b8addc9..89c3e28275b 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 b4a1927e61c..71c8514100c 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 9d351fade27..2126c6d3d35 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 d1d220efff8..c1ed2f29c55 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 475a773ec79..2d3f69a011e 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 627acc712b3..a3ad4b6938c 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 ab192f27aed..0d5a55452b7 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 574efd3a5c6..18b0fa24b04 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 c170c450538..6eb40c5f2fd 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 f76f870f461..3733f287b87 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 381ce154622..ffca9bcdb68 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 d6bd4f524ad..04a4e257bb8 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 f75fbbeacc7..b78a3352fe9 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 bb35b492028..29281e44815 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 d491207b41a..dc5f2d37859 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 e012d7a1466..0bee5cd93a3 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 d7329b88301..e517c774a4d 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 11f88222a25..146f08f0c6d 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 724fe7fb342..c6e6c3498d0 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 1fcdc413f87..20f5ca24ee8 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 66ecf827129..4ff89bc187a 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 105b7bd19c1..0d443a80745 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 24e17c741b1..9ebe3889349 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 b2c23fb1f53..1b87940ab5d 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 d2de7b1aa9f..f4262455e4d 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