summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Require cookbook_uploader in the spec for itmove_knife_depsTim Smith2018-07-101-0/+1
| | | | | | | This just by chance before do the web of requires and the knife plugin that required it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Mildly speed up knife by moving deps into dep blocksTim Smith2018-07-1013-22/+24
| | | | | | | | We can lazily load the requirements for knife plugins, but we don't do that for all our plugins. We should. Is this a game changer? Nope. It does make it 4% faster though, which makes it worth doing. Side note: We have some dupe requires in here and we also requires mixlib-shellout and mixin-shellout when we only used mixin-shellout. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.37 by Chef Expeditorv14.3.3713-stableChef Expeditor2018-07-105-12/+12
|
* Merge pull request #7448 from chef/attributesTim Smith2018-07-102-7/+7
|\ | | | | Attributes -> Properties in a few more resources
| * Attributes -> Properties in a few more resourcesTim Smith2018-07-102-7/+7
|/ | | | | | | Make sure we're calling these properties so we don't further confuse users. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7441 from chef/143_release_notesTim Smith2018-07-102-37/+136
|\ | | | | Add release notes for 14.3
| * Update from reviewTim Smith2018-07-102-5/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add release notes for 14.3Tim Smith2018-07-091-36/+135
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.36 by Chef Expeditorv14.3.36Chef Expeditor2018-07-105-10/+12
| |
* | Merge pull request #7444 from chef/resource_descriptionsTim Smith2018-07-1025-60/+74
|\ \ | | | | | | Add missing descriptions and add periods after resource the descriptions
| * | Attribute -> Property in additional placesTim Smith2018-07-107-16/+16
| | | | | | | | | | | | | | | | | | Specs and comments, but we should get it right in those places as well Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fixes from the reviewTim Smith2018-07-107-13/+13
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add missing action descriptionsTim Smith2018-07-092-0/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add missing periods in descriptionsTim Smith2018-07-0914-33/+34
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions to chocolatey_sourceTim Smith2018-07-091-4/+11
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #7442Chef Expeditor2018-07-101-3/+4
| |
* | Merge pull request #7442 from chef/a2_againTim Smith2018-07-091-21/+17
|\ \ | |/ |/| Enable Amazon Linux 2.0 tests again
| * Enable Amazon Linux 2.0 tests againTim Smith2018-07-091-21/+17
|/ | | | | | | We've deployed a new omnitruck release which should correct the version identification bug we had before. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.35 by Chef Expeditorv14.3.35Chef Expeditor2018-07-095-11/+12
|
* Merge pull request #7437 from chef/ohai_bump_14Tim Smith2018-07-091-2/+2
|\ | | | | Bump Ohai to 14.3.0
| * Bump Ohai to 14.3.0Tim Smith2018-07-091-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.34 by Chef Expeditorv14.3.34Chef Expeditor2018-07-075-11/+12
|
* Merge pull request #7433 from chef/fix_windows_featureTim Smith2018-07-074-16/+15
|\ | | | | Prevent failures using windows_feature due to the platform helper
| * Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-064-16/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Prevent failures using windows_feature due to the platform helperTim Smith2018-07-061-1/+1
| | | | | | | | | | | | node isn't available within the helper. Lets use the same hack we use in docker? to pass it in automatically. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.33 by Chef Expeditorv14.3.33Chef Expeditor2018-07-075-11/+12
| |
* | Merge pull request #7401 from chef/nolan/double-stdoutLamont Granquist2018-07-063-3/+3
|\ \ | |/ |/| Fix dupe stdout_logger
| * fix logger logic with is_default? from new mixlib-configchef-nolan/double-stdoutLamont Granquist2018-07-053-11/+7
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Adding log_location_default? methodNolan Davidson2018-07-051-1/+5
| | | | | | | | | | | | | | | | | | Checking the configurable for `:log_location` and comparing to the current setting. Calling `.inspect` on both to get a string representation of IO:STDOUT, as they have different object IDs and fail a direct comparison. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
| * Fix dupe stdout_loggerNolan Davidson2018-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | I _think_ this resolves issue #7184 Basically reverting back to the previous logic of `want_additional_logger?`. It was mentioned in the issue comments that the comparison against `STDOUT` wasn't working, but it seems to work for me currently on Centos7. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
* | Bump version to 14.3.32 by Chef Expeditorv14.3.32Chef Expeditor2018-07-065-11/+12
| |
* | Merge pull request #7431 from chef/lcg/bump-deps6Lamont Granquist2018-07-061-3/+3
|\ \ | | | | | | bump chefstyle + inspec-core
| * | bump chefstyle + inspec-coreLamont Granquist2018-07-061-3/+3
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.3.31 by Chef Expeditorv14.3.31Chef Expeditor2018-07-065-11/+12
| |
* | Merge pull request #7428 from chef/rubygemsTim Smith2018-07-057-17/+6
|\ \ | | | | | | Don't require rubygems in our binaries
| * | Don't require rubygems in our binariesTim Smith2018-07-057-17/+6
| |/ | | | | | | | | | | Rubygems is built in Ruby now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7424 from chef/window_powershell_ps_3Tim Smith2018-07-051-1/+1
|\ \ | | | | | | windows_feature_powershell: Don't error on PowerShell 3.0
| * | windows_feature_powershell: Don't error on PowerShell 3.0Tim Smith2018-07-051-1/+1
| |/ | | | | | | | | | | It should fail on less than 3.0, but not 3.0 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.30 by Chef Expeditorv14.3.30Chef Expeditor2018-07-065-12/+13
| |
* | Merge pull request #7427 from chef/lcg/chefstyle5Tim Smith2018-07-052-6/+6
|\ \ | |/ |/| fix some chefstyle offenses
| * fix some chefstyle offensesLamont Granquist2018-07-052-6/+6
|/ | | | | | might be an old PR got merged Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #7420 from chef/sp/quiet-bundler-win-messagesTim Smith2018-07-031-1/+1
|\ | | | | Quiet down bundle install/bundle exec messages on Windows [skip ci]
| * Quiet down bundle install/bundle exec messages on Windows [skip ci]Stuart Preston2018-07-041-1/+1
|/ | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Merge pull request #7418 from chef/sp/temp-disable-amazon-linux-2Tim Smith2018-07-031-17/+19
|\ | | | | Temporary disable of Amazon Linux 2 from Travis CI
| * Temporary disable of Amazon Linux 2 from Travis CIStuart Preston2018-07-031-17/+19
| | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Bump version to 14.3.29 by Chef Expeditorv14.3.29Chef Expeditor2018-07-035-11/+12
| |
* | Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-0312-19/+518
|\ \ | |/ |/| knife config and a bunch of UX improvements
| * Missed another command to rename in the notes.Noah Kantrowitz2018-07-031-2/+2
| | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-0263-185/+183
| |\ | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-02723-13386/+12197
| |\ \ | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>