diff options
author | Adam Jacob <adam@hjksolutions.com> | 2009-01-15 11:16:01 -0800 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2009-01-15 11:16:01 -0800 |
commit | c3f7081416d1fa83d58b8a8acd1fba2617df846e (patch) | |
tree | 3829712a6db51c0f8cb6986c37825aa9f70f9a36 /CHANGELOG | |
parent | ce734c96ae1886f16779d94347cb6c4a13177626 (diff) | |
download | chef-c3f7081416d1fa83d58b8a8acd1fba2617df846e.tar.gz |
Adding the Changelog, flipping the README to README.rdoc
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000..54851a8212 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,27 @@ + +Thu Jan 15 11:13:45 PST 2009 +Release Notes - Chef - Version 0.5.0 +http://tickets.opscode.com/ + +** Bug + * [CHEF-3] - Require chef loads everything + * [CHEF-7] - Remote File tests failing after Solo updates + * [CHEF-10] - Remove Chef::FileStore in favor of Chef::FileCache + * [CHEF-12] - spec_helper causes bogus Constant redefinition + * [CHEF-16] - Search and SearchIndex are only used by the Chef Server, but they live in Chef Client + * [CHEF-18] - Search index does not understand nested hashes + * [CHEF-22] - templates aren't created / found in the cache and execution aborts + +** Improvement + * [CHEF-6] - Chef should require Ohai, not Facter + * [CHEF-21] - Chef::Daemon needs unit tests + * [CHEF-27] - No longer use MD5 anywhere - no sleep till SHA-256 + +** New Feature + * [CHEF-1] - Group Support + * [CHEF-5] - Documentation for Service Providers/Resources + * [CHEF-8] - Add sugar for a Tag attribute on the nodes + * [CHEF-9] - Chef Client should Daemonize, schedule, and splay + * [CHEF-25] - http_request resource and provider + * [CHEF-26] - When you have a resource with the same name, it should inherit the pre-existing resources attributes + |