summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
Commit message (Collapse)AuthorAgeFilesLines
* Doc changes for CHEF-5223 regression fix.danielsdeleo2014-04-161-0/+8
|
* [11] Don't catch SIGTERM if not in daemon modePhil Dibowitz2014-04-011-0/+6
| | | | This doens't make sense if not in daemon mode.
* Empty UPPER_CASE files for next releaseBryan McLellan2014-04-011-185/+0
|
* Guard interpreter / boolean return doc updatesAdam Edwards2014-03-291-0/+26
|
* CHEF-4203: Add documentation updatesBryan McLellan2014-03-281-0/+4
|
* CHEF-3610: Doc file updatesBryan McLellan2014-03-281-0/+4
|
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+14
| | | | | | | | | | | | | Adds the framework for a windows package provider, which must determine the correct provider by examining metadata about the source file, or the source file itself. Provides FFI based access to the Windows Installer functions to retrieve metadata from the MSI files and from the Windows product database. Combines both of these into an MSI package provider. Continues to work alongside the windows_package LWRP.
* Add documenation for SSL warningsdanielsdeleo2014-03-241-0/+9
|
* Documentation updates for contributionsBryan McLellan2014-03-201-0/+5
| | | | | * CHEF-2816 - Allow special strings to be used in cron (@reboot etc) * CHEF-4848 - Cron resource accepts a symbol as `weekday`
* Update RELEASE_NOTES for OHAI-339.sersut2014-03-201-1/+11
|
* Add SSL check and certificate fetching commands to knifedanielsdeleo2014-03-191-0/+54
| | | | Fixes CHEF-4711
* Add release notes for a contributions mergeBryan McLellan2014-03-191-2/+9
| | | | | | * CHEF-4918 - Override attributes saved as normal attributes after 2 runs. * CHEF-5029 - Warnings et al telling what machines running knife ssh connecting to arent displayed * CHEF-3812 - knife node run_list add needs a 'before' option
* Add release notes for a contributions mergeBryan McLellan2014-03-191-0/+11
| | | | | | | | * CHEF-3714 - Implement a method in Chef::Util::FileEdit that returns if a file was edited * CHEF-4173 - "insert_line_if_no_match" in file_edit.rb fails silently * CHEF-4680 - Avoiding raising subversion passwords in exceptions * CHEF-1752 - Certain characters (e.g. ':') in package version numbers cause Dpkg provider to install things repeatedly. * CHEF-4851 - Display all missing dependency cookbooks and versions when uploading cookbook
* Change missing dependency from hard error to warning for now.danielsdeleo2014-03-141-3/+3
|
* Update release notes for CHEF-4367danielsdeleo2014-03-141-0/+18
|
* Upgrade ohai to 7.0.0.rc.0sersut2014-03-071-1/+9
|
* CHEF-5086: Add CHANGELOG and RELEASE_NOTES for reboot_pending?Bryan McLellan2014-03-061-2/+13
|
* Add enable/disable to MacOSX service providerPhil Dibowitz2014-03-061-0/+1
| | | | v11 version of #1267
* release notes for CHEF-4773Lamont Granquist2014-03-061-0/+1
|
* Opscode->Chef, typos, grammarBryan McLellan2014-02-271-1/+1
|
* New policy files for Chef CLient.sersut2014-02-271-0/+12
CHANGELOG.md: One line description of the changes. RELEASE_NOTES.md: Important changes and breaking changes that needs to be called out in more detail in Release Notes. DOC_CHANGES.md: Required doc changes in chef-docs. CONTRIBUTIONS.md: One line description of the contributions with contributor info.