summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use updated omnibus softwaretm/chase_gemsThom May2017-04-122-3/+2
| | | | | | Fixes: #6049 Signed-off-by: Thom May <thom@chef.io>
* install gem command manuallyThom May2017-04-122-13/+14
| | | | Signed-off-by: Thom May <thom@chef.io>
* reenable FIPS testsThom May2017-04-113-3/+3
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.0.115 by Chef Versioner.v13.0.115Chef Versioner2017-04-115-11/+8
|
* Merge pull request #6047 from coderanger/yum-optionsThom May2017-04-113-9/+13
|\ | | | | Fix some fallout from the options converstion to an array
| * Feed the rubocop.Noah Kantrowitz2017-04-101-1/+5
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-102-3/+3
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * We missed this when options got converted to an array.Noah Kantrowitz2017-04-102-6/+6
| | | | | | | | | | | | Use the actual resource code paths to make it less unit-y but more accurate for the future. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | push version back to 13.0Thom May2017-04-114-8/+8
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.1.2 by Chef Versioner.v13.1.2Chef Versioner2017-04-105-8/+11
|
* Merge pull request #6042 from chef/dan/tame-required-recipe-messagingDan DeLeo2017-04-102-2/+3
|\ | | | | Clarify log messaging for required recipe feature
| * Clarify log messaging for required recipe featuredanielsdeleo2017-04-102-2/+3
| | | | | | | | | | | | | | The previous log message didn't have enough context and could sound "scary" to users unfamiliar with the feature. Signed-off-by: Daniel DeLeo <dan@chef.io>
* | Bump version of chef to 13.1.1 by Chef Versioner.v13.1.1Chef Versioner2017-04-106-70/+9
| |
* | Merge pull request #6041 from chef/tm/en_travisifyThom May2017-04-102-1/+2
|\ \ | |/ |/| Enable travis testing for chef-12 branch
| * Enable travis testing for chef-12 branchtm/en_travisifyThom May2017-04-102-1/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* bump to 13.1Thom May2017-04-101-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.0.113 by Chef Versioner.v13.0.113Chef Versioner2017-04-065-11/+10
|
* Merge pull request #6031 from chef/tm/release_notesThom May2017-04-063-90/+149
|\ | | | | Write release notes for Chef 13
| * Use Ohai 13.0.0 releasetm/release_notesThom May2017-04-062-28/+22
| | | | | | | | Signed-off-by: Thom May <thom@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>
* | Bump version of chef to 13.0.112 by Chef Versioner.v13.0.112Chef Versioner2017-04-065-10/+10
|/
* Merge pull request #6035 from chef/lcg/restore-log-locationThom May2017-04-064-14/+33
|\ | | | | Chef-13: restore log_location in client.rb
| * another fix for windows specsLamont Granquist2017-04-061-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixing specs for windowslcg/restore-log-locationLamont Granquist2017-04-061-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix specLamont Granquist2017-04-061-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: restore log_location in client.rbLamont Granquist2017-04-063-14/+31
| | | | | | | | | | | | | | | | | | | | 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>
* | Bump version of chef to 13.0.111 by Chef Versioner.v13.0.111Chef Versioner2017-04-065-18/+11
| |
* | Merge pull request #6032 from chef/sd/required-recipeThom May2017-04-063-0/+100
|\ \ | | | | | | server enforced required recipe
| * | remove integration test with chef-zero for nowsd/required-recipesdelano2017-04-061-23/+0
| | | | | | | | | | | | Signed-off-by: Stephen Delano <stephen@chef.io>
| * | chefstyle fixessdelano2017-04-062-31/+28
| | | | | | | | | | | | Signed-off-by: Stephen Delano <stephen@chef.io>
| * | server enforced required recipesdelano2017-04-064-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when the chef-server is configured to serve a requried recipe, chef-client shall load the recipe into the run context and execute it as part of the converge phase. if the chef-server is NOT configured, it will return a 404 and chef-client will continue normally. Signed-off-by: Stephen Delano <stephen@chef.io>
* | | Bump version of chef to 13.0.110 by Chef Versioner.v13.0.110Chef Versioner2017-04-065-10/+17
| |/ |/|
* | Merge pull request #6014 from chef/lcg/shell-out-pathLamont Granquist2017-04-069-148/+99
|\ \ | |/ |/| Chef-13: shell_out PATH fixes and path_sanity changes
| * [ci skip] add note on guard impl changingLamont Granquist2017-04-061-0/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * switch guards to use shell_out_with_systems_localeLamont Granquist2017-04-062-4/+6
| | | | | | | | | | | | matches the execute resource usage. 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>
| * spec fixes and Path-v-PATH cleanupLamont Granquist2017-04-062-19/+27
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * try Path on windowsLamont Granquist2017-04-061-1/+9
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bump kitchen-tests cookbooksLamont Granquist2017-04-061-5/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: shell_out PATH fixes and path_sanity changesLamont Granquist2017-04-065-142/+42
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out polluting PATH with a global path_sanity actually tends to cause problems via picking up stuff from e.g. embedded/bin when users don't want it. This change unsets the default setting to add path sanity. We already have the difference between internal and external uses of shell_out, so what this does is take the internal use of shell_out and always apply the PATH -- so anything calling shell_out gets path_sanity. It also modifies path_sanity to prepend the ruby bin and the embedded bin into the PATH. When we need those for internal use we really want those first. Users who don't want path sanity at all can do: shell_out_with_systems_locale(*whatever) or: shell_out(*whatever, env: { "PATH" => ENV['PATH'] }) Next PR I want to add: shell_out(*whatever, internal: false) Default will still be true though. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.109 by Chef Versioner.v13.0.109Chef Versioner2017-04-065-11/+24
|
* Merge pull request #5851 from chef/lcg/chef-13-formatterLamont Granquist2017-04-0610-111/+122
|\ | | | | Chef-13: remove magic from the logger/formatter settings
| * fix knife configure client speclcg/chef-13-formatterLamont Granquist2017-04-051-2/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * [ci skip] tweak RELEASE_NOTES wordingLamont Granquist2017-04-051-3/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * couple of integration tests for Chef-13 formatterLamont Granquist2017-04-051-0/+38
| | | | | | | | | | | | | | | | make sure that we fail if we can see info logs at least (halfway decent check that we're not getting the logger when we're going through a pipe / not through a tty) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * savegameLamont Granquist2017-04-052-6/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-056-86/+78
| | | | | | | | | | | | closes #2514 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>