summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 13.7.7 by Expeditorv13.7.7Chef Expeditor2018-01-085-11/+12
|
* Merge pull request #6688 from ↵Bryan McLellan2018-01-084-42/+141
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/chef#6638_windows_task_not_fully_idempotent Fix windows_task resource not being idempotent for random_delay and execution_time_limit
| * Fixed review comments.Vasu11052018-01-052-6/+7
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixed chefstyle issueVasu11052018-01-051-4/+4
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixed chefstyle issuesVasu11052018-01-053-22/+22
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Added new specs and updated code to handle more scenariosVasu11052018-01-054-15/+126
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * chef#6638 fixed random_delay and execution_time_limit property not ↵Vasu11052018-01-053-40/+27
| | | | | | | | | | | | idempotent for windows_task resource Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 13.7.6 by Expeditorv13.7.6Chef Expeditor2018-01-085-11/+12
| |
* | Merge pull request #6737 from chef/ruby243Thom May2018-01-084-44/+42
|\ \ | | | | | | Update to Ruby 2.4.3
| * | Update to Ruby 2.4.3ruby243Tim Smith2018-01-054-44/+42
|/ / | | | | | | | | | | | | | | | | This resolves this CVE https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/ It also backports a few bugfixes from 2.5.0: https://github.com/ruby/ruby/compare/v2_4_2...v2_4_3 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.7.5 by Expeditorv13.7.5Chef Expeditor2018-01-055-11/+12
| |
* | Merge pull request #6735 from get9/fix-dscl-home-existsTim Smith2018-01-052-1/+27
|\ \ | | | | | | Check for set home property before file existence (fixes #5777)
| * | Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-042-1/+27
| |/ | | | | | | Signed-off-by: Sean Karlage <skarlage@fb.com>
* | Merge pull request #6731 from chef/travis_speedupThom May2018-01-051-1/+0
|\ \ | | | | | | Don't run sudo on every travis job
| * | Don't run sudo on every travis jobtravis_speedupTim Smith2018-01-041-1/+0
| |/ | | | | | | | | | | | | We already specify sudo where we need it. Enabling it everywhere just means we have to run full boxes that take longer to spin up. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6733 from chef/adamleff/bump-inspec-1.49.2Thom May2018-01-051-10/+10
|\ \ | | | | | | Bump deps to pick up InSpec v1.49.2
| * | Bump deps to pick up InSpec v1.49.2adamleff/bump-inspec-1.49.2Adam Leff2018-01-041-10/+10
| |/ | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | Merge pull request #6627 from ↵Thom May2018-01-052-2/+10
|\ \ | |/ |/| | | | | MsysTechnologiesllc/vasundhara/issue_6073_allow_forcing_sensitive_to_false_on_execute_or_batch_resource [MSYS-725] [chef#6073] allow forcing sensitive to false on execute and batch resource if password is set.
| * [MSYS-725] [chef#6073] allow forcing senistive to false on execute and batch ↵Vasu11052017-12-262-2/+10
| | | | | | | | | | | | resource Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | 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>