summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove knife index rebuild command that requires Chef < 11reindexTim Smith2018-01-042-258/+0
| | | | | | | | knife index rebuild only works on Chef Server < 11. We no longer support Chef Server 10 and anyone still using 10 should use an older DK or gem install of chef for management. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.7.4 by Expeditorv13.7.4Chef Expeditor2018-01-035-11/+12
|
* Merge pull request #6699 from chef/windows_pathThom May2018-01-033-12/+5
|\ | | | | Modernize windows_path resource
| * Don't restrict the provides to os: windowswindows_pathTim Smith2018-01-022-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the missing providesTim Smith2017-12-211-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Modernize windows_path resourceTim Smith2017-12-212-10/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.3 by Expeditorv13.7.3Chef Expeditor2018-01-035-12/+13
| |
* | Merge pull request #6711 from chef/simplify_providesThom May2018-01-034-5/+5
|\ \ | | | | | | Don't check both platform_family / os in provides when platform_family will do
| * | Set smartos_package back to platform_familysimplify_providesTim Smith2018-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It's the same thing and our tests are constructed in a way that platform_family is necessary here. It's not worth unravelling that to use platform here Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Just use platform for smartos as wellTim Smith2017-12-221-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't check both platform_family / os in provides when platform_family will doTim Smith2017-12-214-4/+4
| |/ | | | | | | | | | | We're already going specific enough here to identify the platform_family. Debian is always going to be on Linux and SmartOS on Solaris2. Don't both checking both. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.2 by Expeditorv13.7.2Chef Expeditor2018-01-025-11/+12
| |
* | Merge pull request #6726 from chef/new_knife_docTim Smith2018-01-022-2/+2
|\ \ | | | | | | Update the knife editor error message to point to the correct document
| * | Update the knife editor error message to point to the correct documentnew_knife_docTim Smith2018-01-022-2/+2
|/ / | | | | | | | | | | I updated the structure of the knife documentation a while back and we have a dedicated doc for setting up knife now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.1 by Expeditorv13.7.1Chef Expeditor2018-01-025-11/+12
| |
* | Merge pull request #6710 from chef/useless_regexTim Smith2018-01-021-1/+1
|\ \ | | | | | | Remove a useless regex in zypper_repository resource
| * | Remove a useless regex in zypper_repositoryuseless_regexTim Smith2017-12-211-1/+1
| |/ | | | | | | | | | | Pretty sure I mistakenly copied this from yum_repository. There's no real point and it's just going to slow things down. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6722 from chef/tm/13_7Thom May2018-01-024-8/+8
|\ \ | | | | | | bump minor to 13.7
| * | bump minorThom May2018-01-024-8/+8
|/ / | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 13.6.57 by Expeditorv13.6.57Chef Expeditor2018-01-025-11/+12
| |
* | Merge pull request #6720 from chef/deprecate_erl_callTim Smith2018-01-022-0/+15
|\ \ | | | | | | Deprecate erl_call resource
| * | Deprecate erl_calldeprecate_erl_callTim Smith2018-01-012-0/+15
| | | | | | | | | | | | | | | | | | This implements RFC 98 from https://github.com/chef/chef-rfc Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.56 by Expeditorv13.6.56Chef Expeditor2018-01-025-11/+12
| | |
* | | Merge pull request #6717 from chef/better_resource_errorsThom May2018-01-023-22/+22
|\ \ \ | |/ / |/| | Improve property warnings in resources
| * | Improve property warnings in resourcesbetter_resource_errorsTim Smith2017-12-293-22/+22
|/ / | | | | | | | | | | Give more details on why people are seeing these problems so they can fix them. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.55 by Expeditorv13.6.55Chef Expeditor2017-12-235-11/+12
| |
* | Merge pull request #6709 from chef/integration_docsTim Smith2017-12-226-493/+9
|\ \ | | | | | | Remove lock files and test github masters in Kitchen Tests
| * | Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docsTim Smith2017-12-226-471/+9
| | | | | | | | | | | | | | | | | | We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove unnecessary dependencies for kitchen integration testingsTim Smith2017-12-213-50/+28
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.54 by Expeditorv13.6.54Chef Expeditor2017-12-215-11/+12
| |
* | Merge pull request #6664 from TheLunaticScripter/fix_powershell_outputBryan McLellan2017-12-211-5/+1
|\ \ | | | | | | [MSYS-692] Fix issue with PowerShell function buffer
| * | Fix issue with Powershell function bufferJohn Snow2017-12-211-5/+1
|/ / | | | | | | | | | | | | | | Issue Fixed: https://github.com/chef/chef-dk/issues/1236 Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* | Merge pull request #6706 from chef/speed_up_appveyorTim Smith2017-12-211-7/+13
|\ \ | |/ |/| Speed up Appveyor testing with bundler caching
| * Enable bundler cachingspeed_up_appveyorTim Smith2017-12-201-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Shuffle our appveyor config aroundTim Smith2017-12-201-7/+9
| | | | | | | | | | | | This makes it easier to follow and matches their Ruby guide Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.53 by Expeditorv13.6.53Chef Expeditor2017-12-215-11/+12
| |
* | Merge pull request #6695 from bloomberg/bootstrap-stringsTim Smith2017-12-214-1/+10
|\ \ | |/ |/| Escape single-quoted strings from the context in knife bootstrap
| * Update the client.d stubAllan Espinosa2017-12-201-0/+2
| | | | | | | | Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
| * Escape single-quoted strings from the contextAllan Espinosa2017-12-203-1/+8
| | | | | | | | | | | | Fixes #6680 Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
* | Merge pull request #6705 from chef/speed_up_travisTim Smith2017-12-202-8/+38
|\ \ | | | | | | Break out unit tests into their own jobs in Travis to speed things up
| * | Break out unit/integration/functional tests in travis and test chef-configTim Smith2017-12-202-7/+37
| | | | | | | | | | | | | | | | | | Add the chef-config unit tests to the unit testing group Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fail if we can't modify the sudoers fileTim Smith2017-12-201-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.52 by Expeditorv13.6.52Chef Expeditor2017-12-205-11/+12
| | |
* | | Merge pull request #6701 from chef/lcg/chef-http-inject-tempfileLamont Granquist2017-12-204-31/+45
|\ \ \ | |_|/ |/| | Allow injecting tempfiles into Chef::HTTP
| * | allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-194-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | use this to inject the tempfile from Chef::FileContentManagement::Tempfile closes #2401 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 13.6.51 by Expeditorv13.6.51Chef Expeditor2017-12-205-11/+12
| | |
* | | Merge pull request #6698 from chef/launchdThom May2017-12-202-5/+2
|\ \ \ | | | | | | | | Modernize launchd resource
| * | | Modernize launchd resourcelaunchdTim Smith2017-12-192-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.50 by Expeditorv13.6.50Chef Expeditor2017-12-205-14/+13
| | | |
* | | | Merge pull request #6552 from anoadragon453/masterThom May2017-12-201-4/+4
|\ \ \ \ | |_|_|/ |/| | | Add an 's' for quantity of 0 cookbooks.