summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
Commit message (Collapse)AuthorAgeFilesLines
* Changelog information for user dscl provider updates.Serdar Sutay2014-08-131-2/+53
|
* Update release notes for CHEF-5022Bryan McLellan2014-08-121-0/+17
|
* Update release notes and doc changes files for metadata name changedanielsdeleo2014-08-121-0/+8
|
* Clean up DOC_CHANGES.md and update RELEASE_NOTES.md versionBryan McLellan2014-08-121-1/+1
|
* Merge pull request #1747 from jaymzh/macosx_groups_11Phil Dibowitz2014-08-051-0/+7
|\ | | | | Fix OSX Group provider to be properly idempotent
| * Fix OSX Group provider to be properly idempotentPhil Dibowitz2014-08-041-0/+7
| | | | | | | | | | | | | | Currently the OSX Group provider use the 'Etc' module to determine what exists, and the 'dscl' command to change things. Etc will look to /etc/group by default and fallback to 'dscl', which causes idempotency incorrectness. This change the Group provider to simply look at 'dscl' always.
* | Updated to RELEASE_NOTES and MVPs for 11.14.2 release.Serdar Sutay2014-08-021-1/+1
|/
* remove http_request hard coded query stringLamont Granquist2014-07-311-0/+7
|
* Revert "remove http_request hard coded query string"Lamont Granquist2014-07-311-7/+0
| | | | This reverts commit 98267a4f7bdb1b7608bc32c1ba64f66c789f5d04.
* remove http_request hard coded query stringLamont Granquist2014-07-311-0/+7
|
* Update changelog and release notes for policyfile fixesdanielsdeleo2014-07-301-0/+19
|
* add shell_out mixins to recipe DSLLamont Granquist2014-07-281-0/+5
|
* clean up deleted files in cookbooks we synchLamont Granquist2014-07-261-0/+5
| | | | | this also fixes bugs where dotfiles would be missed in loops that search through the file cache.
* CHEF-3684: do not clear file cache on override run listLamont Granquist2014-07-261-0/+5
|
* deprecated ruby 1.8.7 through 1.9.2Lamont Granquist2014-07-261-0/+4
|
* make no_lazy_load the defaultLamont Granquist2014-07-261-1/+15
| | | | modernization of spec tests and additional specs added
* change file_staging_uses_destdir default to trueLamont Granquist2014-07-261-0/+9
|
* CHEF-4760, CHEF-4586 changelog updatesBryan McLellan2014-07-241-0/+4
|
* add docsLamont Granquist2014-07-171-0/+6
|
* Add chef-zero-port to doc/release notesJohn Keiser2014-07-071-0/+5
|
* Version bump after branching 11.14.0 -> 11-stable.sersut2014-06-271-31/+0
|
* chef community mergesClaire McQuin2014-06-091-0/+8
|
* 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.