summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
Commit message (Collapse)AuthorAgeFilesLines
* Start 13.3tm/13_3Thom May2017-07-061-2/+2
|
* Prepare release notes for 13.2tm/prep_13_2Thom May2017-06-301-0/+56
| | | | Signed-off-by: Thom May <thom@chef.io>
* Add release notes related to SIGHUP changes [ci skip]Bryan McLellan2017-06-011-0/+12
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Update RELEASE_NOTES for 13.1tm/13_1_relnotesThom May2017-05-261-10/+7
| | | | Signed-off-by: Thom May <thom@chef.io>
* Add release notes. [ci skip]Noah Kantrowitz2017-05-251-1/+18
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Fix link131_notesTim Smith2017-05-231-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add upstart change to the notesTim Smith2017-05-231-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update release notes for 13.1Tim Smith2017-05-231-1/+9
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* exit status behavior change for Chef 13Steven Murawski2017-04-061-0/+6
| | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
* Write release notes for Chef 13Thom May2017-04-061-63/+122
| | | | Signed-off-by: Thom May <thom@chef.io>
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-13/+0
| | | | | | | | | | This was probably a bit too aggressive. There are people who pass logger objects in client.rb directly into the log_location, and we'd break them, and there's no general solution. We have a couple of the popular configs that can be passed in as symbols, but not the general case. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] add note on guard impl changingLamont Granquist2017-04-061-0/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix markdown typoLamont Granquist2017-04-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] update RELEASE_NOTES for shell_out breaksLamont Granquist2017-04-061-0/+31
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5851 from chef/lcg/chef-13-formatterLamont Granquist2017-04-061-0/+25
|\ | | | | Chef-13: remove magic from the logger/formatter settings
| * [ci skip] tweak RELEASE_NOTES wordingLamont Granquist2017-04-051-3/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-0/+23
| | | | | | | | | | | | closes #2514 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-8/+11
|/ | | | | | | | | | | | | | | | | | | | | I think this is better - Chef::Config[:rubygems_uri] is nearly always applied (but could be set to nil if someone really wanted to opt-out) - the per-resources sources are additive on top of the global config (lets cookbooks be additive to global config rather than override it by default). - there's a new flag for if you want to opt-out of the global config completely on a per-resource basis. So I think this gets the most commmon and the next most common use cases correct, while still allow people with arbitrarily crazy needs to write resources that do it. The RELEASE_NOTES also have somewhat better user stories in them, which I think suggests that I'm on the right track here. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge branch 'master' into always-inlineNoah Kantrowitz2017-04-051-0/+6
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Release notes.Noah Kantrowitz2017-04-041-0/+6
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Add release notes.Noah Kantrowitz2017-04-041-0/+6
|/ | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Merge branch 'master' into no-more-vendorNoah Kantrowitz2017-04-041-0/+13
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * add RELEASE_NOTES on gem_package source changesLamont Granquist2017-04-041-0/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Kill deprecated `knife cookbook site vendor` command.Noah Kantrowitz2017-04-041-0/+4
|/ | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Merge branch 'master' into freeze-property-defaultNoah Kantrowitz2017-04-041-0/+15
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Merge branch 'master' into no-more-constsNoah Kantrowitz2017-04-041-0/+17
| |\ | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Release notes, but I don’t love them. [ci skip]Noah Kantrowitz2017-04-031-0/+14
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Merge branch 'master' into freeze-property-defaultNoah Kantrowitz2017-04-041-1/+17
|\ \ \ | | |/ | |/| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | release notestm/cookbook_v2Thom May2017-04-041-0/+16
| |/ | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Add a release note.Noah Kantrowitz2017-04-031-0/+16
|/ | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* [ci skip] add RELNOTES on iconv removallcg/remove-iconvLamont Granquist2017-04-021-0/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Note final removal of run_command API in RELEASE_NOTESLamont Granquist2017-04-011-0/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] note slight breakage in RELEASE_NOTESLamont Granquist2017-03-311-0/+14
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] slight more clarity in RELEASE_NOTESLamont Granquist2017-03-311-2/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] typo in RELEASE_NOTESLamont Granquist2017-03-311-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] add RELEASE_NOTELamont Granquist2017-03-311-0/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add relnotes for nameless resources [ci skip]Lamont Granquist2017-03-301-0/+15
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.4.1Lamont Granquist2017-03-281-0/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add retry change to RELEASE_NOTES.mdStephan Renatus2017-03-271-0/+4
| | | | | | I've put it next to another change related to Chef::Resource. Signed-off-by: Stephan Renatus <srenatus@chef.io>
* Merge branch 'master' into easy-install-notesNoah Kantrowitz2017-03-211-0/+45
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * [ci skip] RELEASE_NOTES for simplifying DSL wiringLamont Granquist2017-03-211-0/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * [ci skip] add method_missing removal notesLamont Granquist2017-03-211-0/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Merge branch 'master' into query-sortThom May2017-03-211-0/+4
| |\
| | * add RELEASE_NOTES for Chef::ShellOut removallcg/remove-chef-shell-outLamont Granquist2017-03-201-0/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Remove support for the sort option to searches.Noah Kantrowitz2017-03-201-0/+3
| |/ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-0/+5
| | | | | | | | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Update RELEASE_NOTES with chef-shell changesTom Duffield2017-03-171-0/+5
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * add RELEASE_NOTESLamont Granquist2017-03-171-0/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Remove Chef::RESTtm/remove_chef_restThom May2017-03-161-0/+3
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Chef-13 freeze merged node attributelcg/node-freezeLamont Granquist2017-03-151-0/+7
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>