|
| 1 | +Tue Apr 28 16:43:43 PDT 2009 |
| 2 | +Release Notes - Chef - Version 0.6.0 |
| 3 | +http://tickets.opscode.com |
| 4 | + |
| 5 | +** Bug |
| 6 | + * [CHEF-134] - User IDs and GIDs with negative numbers cause a type exception |
| 7 | + * [CHEF-162] - delayed notifications should coalesce so they don't run multiple times |
| 8 | + * [CHEF-163] - remote_file not working on head, 404 due to missing route |
| 9 | + * [CHEF-164] - Slice routing changes break remote file provider |
| 10 | + * [CHEF-169] - Detect and use new view URL's for CouchDB 0.9.0 compatability |
| 11 | + * [CHEF-171] - Package name with a dash (-) in it is not recognised |
| 12 | + * [CHEF-173] - With debug logging level set long running commands do not show their output in real time |
| 13 | + * [CHEF-174] - directory mode not set correctly |
| 14 | + * [CHEF-182] - Chef::Exception masks ::Exception (see OHAI-79) |
| 15 | + * [CHEF-185] - file delete backs up links |
| 16 | + * [CHEF-186] - file delete fails if file does not exist |
| 17 | + * [CHEF-188] - Merb dependencies for both the server app and slice need to be updated to 1.0.10 |
| 18 | + * [CHEF-190] - apt provider fails on non-English debian installations |
| 19 | + * [CHEF-195] - The backup attribute for File needlessly creates a backup then deletes it when set to 0 |
| 20 | + * [CHEF-198] - chef-solo banner |
| 21 | + * [CHEF-206] - chef-server-slice rake install fails |
| 22 | + * [CHEF-207] - chef-server and chef-server-slice should require merb > 1.0, not specific versions |
| 23 | + * [CHEF-218] - Search indexes are broken due to missing route |
| 24 | + * [CHEF-222] - CouchDB 0.9 compat causes the client to attempt a connection to the CouchDB server (while instantiating a node object) |
| 25 | + * [CHEF-227] - Delete operation of Search Index is not working |
| 26 | + * [CHEF-228] - chef-server under passenger: Controller class not found for controller `registrations' |
| 27 | + * [CHEF-230] - remote_file with a url should include a type of hash option to verify the downloaded file is what we expected |
| 28 | + * [CHEF-237] - Apt provider won't install msttcorefonts |
| 29 | + * [CHEF-238] - Commands with over 4k of output will block forever |
| 30 | + * [CHEF-244] - Chef server no longer checks openid's against the authorized_openid_identifiers configuration |
| 31 | + |
| 32 | +** Improvement |
| 33 | + * [CHEF-54] - chef-server should be a merb slice |
| 34 | + * [CHEF-129] - Implement pilu's web-app-theme for chef-server |
| 35 | + * [CHEF-148] - cookbook naming and routing |
| 36 | + * [CHEF-153] - Allow access to a list of OpenID's via configration. |
| 37 | + * [CHEF-159] - CookbookLoader#load_cascading_files uses Dir.glob(array) syntax, which is unavailable on RHEL and Centos |
| 38 | + * [CHEF-167] - chef-server-slice rake install requires sudo |
| 39 | + * [CHEF-172] - In FreeBSD package provider simplify source parameter "magic" by using PKGNAME in ports Makefile |
| 40 | + * [CHEF-177] - Where multiple ports have the same name allow path to ports to be given |
| 41 | + * [CHEF-192] - speed up yum provider |
| 42 | + * [CHEF-200] - fixes from centos packaging attempt |
| 43 | + * [CHEF-210] - enterprise linux init scripts and configs |
| 44 | + * [CHEF-213] - Fixing typos in the code |
| 45 | + * [CHEF-214] - On Gentoo, services always support the :status command, so enable it by default |
| 46 | + * [CHEF-246] - Should be clearer what tags are attached to a node |
| 47 | + * [CHEF-247] - Let chef-server and chef-client compare checksums in bulk rather than one at a time. |
| 48 | + |
| 49 | +** New Feature |
| 50 | + * [CHEF-78] - Add a mixin for parsing a file and replacing lines |
| 51 | + * [CHEF-176] - Chef status page that displays basic info about each chef managed node |
| 52 | + * [CHEF-191] - Enable optional CouchDB storage for OpenID associations and nonces |
| 53 | + * [CHEF-216] - Allow execute/script resources to set umask |
| 54 | + |
| 55 | + |
1 | 56 | Thu Mar 5 19:51:02 PST 2009 |
2 | 57 | Release Notes - Chef - Version 0.5.6 |
3 | 58 | http://tickets.opscode.com |
|
0 commit comments