summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a pointer from the run_context back to the runnerlcg/runner-pointerLamont Granquist2017-04-203-1/+13
| | | | | | because surfing through Objectspace makes kittens cry Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.121 by Chef Versioner.v13.0.121Chef Versioner2017-04-195-10/+10
|
* Merge pull request #6071 from coderanger/key-listThom May2017-04-1910-0/+10
|\ | | | | The two key list commands didn’t actually require the helper object they both use.
| * A whole bunch more missing helper requires.Noah Kantrowitz2017-04-186-0/+6
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * key show commands also didn’t require needed helper object.Noah Kantrowitz2017-04-182-0/+2
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * The two key list commands didn’t actually require the helper object they ↵Noah Kantrowitz2017-04-182-0/+2
|/ | | | | both use. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Bump version of chef to 13.0.120 by Chef Versioner.v13.0.120Chef Versioner2017-04-145-8/+11
|
* Merge pull request #6064 from chef/dan/client-key-create-bannerDan DeLeo2017-04-141-0/+2
|\ | | | | Add usage banner for knife client key create
| * Add usage banner for knife client key createdanielsdeleo2017-04-141-0/+2
|/ | | | Signed-off-by: Daniel DeLeo <dan@chef.io>
* Bump version of chef to 13.0.119 by Chef Versioner.v13.0.119Chef Versioner2017-04-126-12/+9
|
* Merge pull request #5986 from chef/tduffield/add-expeditor-configTom Duffield2017-04-122-0/+64
|\ | | | | Add expeditor
| * Add expeditortduffield/add-expeditor-configTom Duffield2017-04-072-0/+64
| | | | | | | | | | | | | | | | Expeditor is the next-generation utility that we'll use for version bumping. It will include additional features that we don't currently have like the ability to not bump a version on a specific PR. Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 13.0.118 by Chef Versioner.v13.0.118Chef Versioner2017-04-125-10/+10
| |
* | Merge pull request #6057 from chef/tm/release_prepThom May2017-04-121-1/+1
|\ \ | | | | | | Bump ohai dependency
| * | Bump ohai dependencytm/release_prepThom May2017-04-121-1/+1
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.0.117 by Chef Versioner.v13.0.117Chef Versioner2017-04-125-10/+10
|/ /
* | Merge pull request #6050 from chef/tm/chase_gemsThom May2017-04-124-15/+15
|\ \ | | | | | | Ensure the gem binary is installed on windows
| * | 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.116 by Chef Versioner.v13.0.116Chef Versioner2017-04-115-8/+11
| | |
* | | Merge pull request #6045 from coderanger/segment-oopsThom May2017-04-113-3/+211
|\ \ \ | |/ / |/| | Fix for Chef 13 upload reversion.
| * | Feed rubocop some moreThom May2017-04-112-31/+12
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | ensure all required fields are preserved in ManifestV0Thom May2017-04-111-1/+2
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | Test CookbookManifest v0 and v2Thom May2017-04-112-0/+222
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | Fix https://github.com/chef/chef/issues/6044 by ensuring all segments exist ↵Noah Kantrowitz2017-04-101-0/+5
| | | | | | | | | | | | | | | | | | in the manifest. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Use each_with_object rather than inject because it’s 1% less footgun.Noah Kantrowitz2017-04-101-2/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | 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>