From 814d809b9b49f187e3eb24f793bfa7474e2bd33f Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Tue, 15 Jan 2013 09:07:00 -0800 Subject: Bump version to 10.18.0 (final), regen manpages --- chef-expander/lib/chef/expander/version.rb | 2 +- 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 | 6 +++--- chef/distro/common/html/chef-expander.8.html | 6 +++--- chef/distro/common/html/chef-expanderctl.8.html | 6 +++--- chef/distro/common/html/chef-server-webui.8.html | 6 +++--- chef/distro/common/html/chef-server.8.html | 6 +++--- chef/distro/common/html/chef-solo.8.html | 6 +++--- chef/distro/common/html/chef-solr.8.html | 6 +++--- chef/distro/common/html/knife-bootstrap.1.html | 6 +++--- chef/distro/common/html/knife-client.1.html | 6 +++--- chef/distro/common/html/knife-configure.1.html | 6 +++--- chef/distro/common/html/knife-cookbook-site.1.html | 6 +++--- chef/distro/common/html/knife-cookbook.1.html | 6 +++--- chef/distro/common/html/knife-data-bag.1.html | 6 +++--- chef/distro/common/html/knife-environment.1.html | 6 +++--- chef/distro/common/html/knife-exec.1.html | 6 +++--- chef/distro/common/html/knife-index.1.html | 6 +++--- chef/distro/common/html/knife-node.1.html | 6 +++--- chef/distro/common/html/knife-role.1.html | 6 +++--- chef/distro/common/html/knife-search.1.html | 6 +++--- chef/distro/common/html/knife-ssh.1.html | 6 +++--- chef/distro/common/html/knife-status.1.html | 6 +++--- chef/distro/common/html/knife-tag.1.html | 6 +++--- chef/distro/common/html/knife.1.html | 6 +++--- chef/distro/common/html/shef.1.html | 6 +++--- 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.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 +- 54 files changed, 102 insertions(+), 102 deletions(-) diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb index ec3ed5fd44..200e502057 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 = "10.18.0.rc.2" + VERSION = "10.18.0" 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 61601d8fe1..d1b180ad1f 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 = '10.18.0.rc.2' + VERSION = '10.18.0' end diff --git a/chef-server-webui/lib/chef-server-webui/version.rb b/chef-server-webui/lib/chef-server-webui/version.rb index a66dc9727c..22b5854eb5 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 = '10.18.0.rc.2' + VERSION = '10.18.0' end diff --git a/chef-server/lib/chef-server/version.rb b/chef-server/lib/chef-server/version.rb index 6afaa482ba..da07e663a6 100644 --- a/chef-server/lib/chef-server/version.rb +++ b/chef-server/lib/chef-server/version.rb @@ -17,5 +17,5 @@ # module ChefServer - VERSION = '10.18.0.rc.2' + VERSION = '10.18.0' end diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb index defc04a396..cbdf757cc0 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 = '10.18.0.rc.2' + VERSION = '10.18.0' # 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 1103e47196..a323923056 100644 --- a/chef/distro/common/html/chef-client.8.html +++ b/chef/distro/common/html/chef-client.8.html @@ -124,9 +124,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -135,7 +135,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. chef-client(8)
diff --git a/chef/distro/common/html/chef-expander.8.html b/chef/distro/common/html/chef-expander.8.html index 016e38c8c1..8f4658bd85 100644 --- a/chef/distro/common/html/chef-expander.8.html +++ b/chef/distro/common/html/chef-expander.8.html @@ -143,9 +143,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is +manual page was created by Nuo Yan nuo@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -154,7 +154,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. chef-expander(8)
diff --git a/chef/distro/common/html/chef-expanderctl.8.html b/chef/distro/common/html/chef-expanderctl.8.html index f789172fdd..a130f22f72 100644 --- a/chef/distro/common/html/chef-expanderctl.8.html +++ b/chef/distro/common/html/chef-expanderctl.8.html @@ -125,9 +125,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is +manual page was created by Nuo Yan nuo@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -136,7 +136,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 c45a5d66bc..45fdd6606d 100644 --- a/chef/distro/common/html/chef-server-webui.8.html +++ b/chef/distro/common/html/chef-server-webui.8.html @@ -163,9 +163,9 @@ is located on the Chef wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man for the Debian project (but may be used by others). Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -175,7 +175,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 5c91331d36..e9b99322dd 100644 --- a/chef/distro/common/html/chef-server.8.html +++ b/chef/distro/common/html/chef-server.8.html @@ -161,9 +161,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -172,7 +172,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 188218ab48..ef3c87f825 100644 --- a/chef/distro/common/html/chef-solo.8.html +++ b/chef/distro/common/html/chef-solo.8.html @@ -170,9 +170,9 @@ http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -181,7 +181,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 789dee5390..338c076d54 100644 --- a/chef/distro/common/html/chef-solr.8.html +++ b/chef/distro/common/html/chef-solr.8.html @@ -144,9 +144,9 @@ wiki, http://wiki.opscode.com/display/chef/Home.

AUTHOR

-

Chef was written by Adam Jacob adam@ospcode.com of Opscode +

Chef was written by Adam Jacob adam@ospcode.com of Opscode (http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with +manual page was written by Joshua Timberman joshua@opscode.com with help2man. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -155,7 +155,7 @@ found in /usr/share/common-licenses/Apache-2.0.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 292de1d5bd..82b4f57c9e 100644 --- a/chef/distro/common/html/knife-bootstrap.1.html +++ b/chef/distro/common/html/knife-bootstrap.1.html @@ -218,11 +218,11 @@ to other users via the process list using tools such as ps

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -231,7 +231,7 @@ to other users via the process list using tools such as ps
    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. knife-bootstrap(1)
diff --git a/chef/distro/common/html/knife-client.1.html b/chef/distro/common/html/knife-client.1.html index d41fbfb5d7..3c8e9e769a 100644 --- a/chef/distro/common/html/knife-client.1.html +++ b/chef/distro/common/html/knife-client.1.html @@ -196,11 +196,11 @@ setting up a host for management with Chef.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -209,7 +209,7 @@ setting up a host for management with Chef.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 9461f2afd4..cca5b37ab4 100644 --- a/chef/distro/common/html/knife-configure.1.html +++ b/chef/distro/common/html/knife-configure.1.html @@ -147,11 +147,11 @@ may need to modify that setting after copying to a remote host.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -160,7 +160,7 @@ may need to modify that setting after copying to a remote host.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 6e7a0f6a76..fe51c5c981 100644 --- a/chef/distro/common/html/knife-cookbook-site.1.html +++ b/chef/distro/common/html/knife-cookbook-site.1.html @@ -218,11 +218,11 @@ configuration file.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -231,7 +231,7 @@ configuration file.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 19a8d11265..104c417e4d 100644 --- a/chef/distro/common/html/knife-cookbook.1.html +++ b/chef/distro/common/html/knife-cookbook.1.html @@ -361,11 +361,11 @@ cookbook.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -374,7 +374,7 @@ cookbook.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 d2a3f37292..68c91b0ef8 100644 --- a/chef/distro/common/html/knife-data-bag.1.html +++ b/chef/distro/common/html/knife-data-bag.1.html @@ -215,11 +215,11 @@ encryption keys.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -228,7 +228,7 @@ encryption keys.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 015ef67c4e..dfd56e549e 100644 --- a/chef/distro/common/html/knife-environment.1.html +++ b/chef/distro/common/html/knife-environment.1.html @@ -244,11 +244,11 @@ override_attributes "aws_s3_bucket" => "production"

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -257,7 +257,7 @@ override_attributes "aws_s3_bucket" => "production"
    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 4833434690..58b1e7ef00 100644 --- a/chef/distro/common/html/knife-exec.1.html +++ b/chef/distro/common/html/knife-exec.1.html @@ -111,11 +111,11 @@ commands available.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -124,7 +124,7 @@ commands available.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 24debbb0c0..302f65381c 100644 --- a/chef/distro/common/html/knife-index.1.html +++ b/chef/distro/common/html/knife-index.1.html @@ -102,11 +102,11 @@ time for all objects to be indexed and available for search.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -115,7 +115,7 @@ time for all objects to be indexed and available for search.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 0d51233de4..a54bee5e08 100644 --- a/chef/distro/common/html/knife-node.1.html +++ b/chef/distro/common/html/knife-node.1.html @@ -227,11 +227,11 @@ run list, the correct syntax is "role[ROLE_NAME]"

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -240,7 +240,7 @@ run list, the correct syntax is "role[ROLE_NAME]"

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. knife-node(1)
diff --git a/chef/distro/common/html/knife-role.1.html b/chef/distro/common/html/knife-role.1.html index 4ebc5d543d..2b7976b0c2 100644 --- a/chef/distro/common/html/knife-role.1.html +++ b/chef/distro/common/html/knife-role.1.html @@ -177,11 +177,11 @@ run_list.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -190,7 +190,7 @@ run_list.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 b171ea112a..b298a501ae 100644 --- a/chef/distro/common/html/knife-search.1.html +++ b/chef/distro/common/html/knife-search.1.html @@ -265,11 +265,11 @@ www.example.com:

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -278,7 +278,7 @@ www.example.com:

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 bb3adca136..56af438e44 100644 --- a/chef/distro/common/html/knife-ssh.1.html +++ b/chef/distro/common/html/knife-ssh.1.html @@ -133,11 +133,11 @@ option.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -146,7 +146,7 @@ option.
    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 4b58a6aa32..0b638dccbb 100644 --- a/chef/distro/common/html/knife-status.1.html +++ b/chef/distro/common/html/knife-status.1.html @@ -105,11 +105,11 @@ may not be publicly reachable.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com. +

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -118,7 +118,7 @@ may not be publicly reachable.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  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 915d2413bf..18e2843e37 100644 --- a/chef/distro/common/html/knife-tag.1.html +++ b/chef/distro/common/html/knife-tag.1.html @@ -114,11 +114,11 @@

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

+

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

@@ -127,7 +127,7 @@
    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. knife-tag(1)
diff --git a/chef/distro/common/html/knife.1.html b/chef/distro/common/html/knife.1.html index 14ca516233..74285f9508 100644 --- a/chef/distro/common/html/knife.1.html +++ b/chef/distro/common/html/knife.1.html @@ -291,12 +291,12 @@ data editing entirely.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com of Opscode +

Chef was written by Adam Jacob adam@opscode.com of Opscode (http://www.opscode.com), with contributions from the community.

DOCUMENTATION

-

This manual page was written by Joshua Timberman joshua@opscode.com.

+

This manual page was written by Joshua Timberman joshua@opscode.com.

LICENSE

@@ -310,7 +310,7 @@ data editing entirely.
    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. knife(1)
diff --git a/chef/distro/common/html/shef.1.html b/chef/distro/common/html/shef.1.html index 1140532c0e..93bcbe1296 100644 --- a/chef/distro/common/html/shef.1.html +++ b/chef/distro/common/html/shef.1.html @@ -258,12 +258,12 @@ and may become out of sync with the behavior of those libraries.

AUTHOR

-

Chef was written by Adam Jacob adam@opscode.com with many +

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community. Shef was written by Daniel DeLeo.

DOCUMENTATION

-

This manual page was written by Daniel DeLeo dan@opscode.com. +

This manual page was written by Daniel DeLeo dan@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

@@ -273,7 +273,7 @@ and may become out of sync with the behavior of those libraries.

    -
  1. Chef 10.18.0.rc.2
  2. +
  3. Chef 10.18.0
  4. January 2013
  5. shef(1)
diff --git a/chef/distro/common/man/man1/knife-bootstrap.1 b/chef/distro/common/man/man1/knife-bootstrap.1 index 0b417f411e..331f29ad04 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-BOOTSTRAP" "1" "January 2013" "Chef 10.18.0" "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 a6e492c466..e053569fd5 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-CLIENT" "1" "January 2013" "Chef 10.18.0" "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 ef3c5e7f75..1e89ac615a 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-CONFIGURE" "1" "January 2013" "Chef 10.18.0" "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 49e24ffb84..dc862165c1 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-COOKBOOK\-SITE" "1" "January 2013" "Chef 10.18.0" "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 946c03c72b..4c28347624 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-COOKBOOK" "1" "January 2013" "Chef 10.18.0" "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 288e2cf8c3..08eb31a69e 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-DATA\-BAG" "1" "January 2013" "Chef 10.18.0" "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 27a62a6a71..9371da4038 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-ENVIRONMENT" "1" "January 2013" "Chef 10.18.0" "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 b81b822c97..011b2e9bd2 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-EXEC" "1" "January 2013" "Chef 10.18.0" "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 740493bce9..ab6c92410c 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-INDEX" "1" "January 2013" "Chef 10.18.0" "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 dae638e709..858a3b82de 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-NODE" "1" "January 2013" "Chef 10.18.0" "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 7458922f05..431be9a958 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-ROLE" "1" "January 2013" "Chef 10.18.0" "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 7288b2c345..8ba267449f 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-SEARCH" "1" "January 2013" "Chef 10.18.0" "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 682d72e075..bb655256c8 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-SSH" "1" "January 2013" "Chef 10.18.0" "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 a9721cd391..8c5baf3e8e 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-STATUS" "1" "January 2013" "Chef 10.18.0" "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 4b5e0e41e7..4a65195bb6 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE\-TAG" "1" "January 2013" "Chef 10.18.0" "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 d8090332ce..a923d4ca71 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "KNIFE" "1" "January 2013" "Chef 10.18.0" "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 9e81fe62af..b8b8355e61 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "SHEF" "1" "January 2013" "Chef 10.18.0" "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 e6cb280bd6..6091a518a7 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-CLIENT" "8" "January 2013" "Chef 10.18.0" "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 a1f5b25804..e14d850d93 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-EXPANDER" "8" "January 2013" "Chef 10.18.0" "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 f1f39bfe9d..96f0846cb2 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-EXPANDERCTL" "8" "January 2013" "Chef 10.18.0" "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 69f62fed5f..c2663d71a8 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-SERVER\-WEBUI" "8" "January 2013" "Chef 10.18.0" "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 f6fde93951..504c930334 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-SERVER" "8" "January 2013" "Chef 10.18.0" "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 d2d0965507..2b4c2d2360 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-SOLO" "8" "January 2013" "Chef 10.18.0" "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 afdcb9552b..d7dac912a3 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" "January 2013" "Chef 10.18.0.rc.2" "Chef Manual" +.TH "CHEF\-SOLR" "8" "January 2013" "Chef 10.18.0" "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 f775da1706..4c1b9c89eb 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 = '10.18.0.rc.2' + VERSION = '10.18.0' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1