diff --git a/ohai/README.md b/ohai/README.md index 828e773d8..b175720aa 100644 --- a/ohai/README.md +++ b/ohai/README.md @@ -26,13 +26,20 @@ http://wiki.opscode.com/display/chef/Writing+Ohai+Plugins * The "`Ohai::Config[:plugin_path]`" config setting has *NOT* been properly set in the Chef config file * The "`Ohai::Config[:plugin_path]`" config setting has been properly set in the Chef config file and there are updated plugins dropped off at "`node['ohai']['plugin_path']`". +Changes +======= + +## v1.0.2 + +- [COOK-463] ohai cookbook default recipe should only reload plugins if there were updates + License and Author ================== Author:: Joshua Timberman () Author:: Seth Chisamore () -Copyright:: 2011, Opscode, Inc +Copyright:: 2010-2011, Opscode, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ohai/metadata.rb b/ohai/metadata.rb index 6ac5809c5..688f2695c 100644 --- a/ohai/metadata.rb +++ b/ohai/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Distributes a directory of custom ohai plugins" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.0.0" +version "1.0.2" recipe "ohai::default", "Distributes a directory of custom ohai plugins"