summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 13.3.15 by Chef Expeditorv13.3.15Chef Expeditor2017-07-171-1/+1
|
* [MSYS-586] Allow windows_task create action to update tasks. (#6193)Harikesh Kolekar2017-07-171-71/+92
| | | | | | The windows_task resource can now update tasks using the create action without passing the command property. Signed-off-by: Harikesh Kolekar <harikesh.kolekar@msystechnologies.com>
* Bump version to 13.3.14 by Chef Expeditorv13.3.14Chef Expeditor2017-07-141-1/+1
|
* Bump version to 13.3.13 by Chef Expeditorv13.3.13Chef Expeditor2017-07-141-1/+1
|
* Bump version to 13.3.12 by Chef Expeditorv13.3.12Chef Expeditor2017-07-141-1/+1
|
* Bump version of chef to 13.3.11 by Chef Expeditor.v13.3.11Chef Expeditor2017-07-131-1/+1
|
* Bump version of chef to 13.3.10 by Chef Expeditor.v13.3.10Chef Expeditor2017-07-111-1/+1
|
* Bump version of chef to 13.3.9 by Chef Expeditor.v13.3.9Chef Expeditor2017-07-111-1/+1
|
* Merge pull request #6102 from chef/tm/fix-policy-bootstrapThom May2017-07-111-0/+1
|\ | | | | If we don't have a run_list, don't send it
| * If we don't have a run_list, don't send ittm/fix-policy-bootstrapThom May2017-07-051-0/+1
| | | | | | | | | | | | | | | | This should help bootstrapping with policies Fixes: #5353 Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.3.8 by Chef Expeditor.v13.3.8Chef Expeditor2017-07-111-1/+1
| |
* | Merge pull request #6230 from davide125/shellescapeThom May2017-07-112-13/+15
|\ \ | | | | | | Ensure the service_name is always escaped when using systemd
| * | Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-102-13/+15
| | | | | | | | | | | | Signed-off-by: Davide Cavalca <dcavalca@fb.com>
* | | Bump version of chef to 13.3.7 by Chef Expeditor.v13.3.7Chef Expeditor2017-07-111-1/+1
|/ /
* | Bump version of chef to 13.3.6 by Chef Expeditor.v13.3.6Chef Expeditor2017-07-101-1/+1
| |
* | Bump version of chef to 13.3.5 by Chef Expeditor.v13.3.5Chef Expeditor2017-07-101-1/+1
| |
* | Bump version of chef to 13.3.4 by Chef Expeditor.v13.3.4Chef Expeditor2017-07-101-1/+1
| |
* | Merge pull request #6252 from chef/shain/enable_zypper_optionsLamont Granquist2017-07-101-5/+5
|\ \ | | | | | | Enable zypper package options
| * | Enable zypper package optionsshain/enable_zypper_optionsScott Hain2017-07-031-5/+5
| | | | | | | | | | | | Signed-off-by: Scott Hain <shain@chef.io>
* | | Bump version of chef to 13.3.3 by Chef Expeditor.v13.3.3Chef Expeditor2017-07-101-1/+1
| | |
* | | Merge pull request #6258 from chef/auto_deprecation_versionThom May2017-07-101-1/+3
|\ \ \ | | | | | | | | Auto increment the chef version for deprecations
| * | | Auto increment the chef version for deprecationsauto_deprecation_versionTim Smith2017-07-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | It's the next major version not Chef 13. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #6201 from chef/tm/no_api_versionThom May2017-07-102-2/+23
|\ \ \ \ | |/ / / |/| | | Have a sensible default for old chef servers
| * | | Have a sensible default for old chef serverstm/no_api_versionThom May2017-07-052-2/+23
| |/ / | | | | | | | | | | | | | | | | | | If we don't see a version header, we should default to only supporting API version 0, and if we can't support that, then we should die as usual Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.3.2 by Chef Expeditor.v13.3.2Chef Expeditor2017-07-061-1/+1
| | |
* | | Bump version of chef to 13.3.1 by Chef Expeditor.v13.3.1Chef Expeditor2017-07-061-1/+1
| | |
* | | Start 13.3tm/13_3Thom May2017-07-061-1/+1
| | |
* | | Bump version of chef to 13.2.22 by Chef Expeditor.v13.2.22Chef Expeditor2017-07-051-1/+1
| | |
* | | [MSYS-590] Make mount idempotent on Aix (#6213)NAshwini2017-07-051-8/+49
|/ / | | | | | | | | * Make mount idempotent on Aix Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | Bump version of chef to 13.2.21 by Chef Expeditor.v13.2.21Chef Expeditor2017-06-301-1/+1
| |
* | fix execute resource to use shell_out_with_systems_localeLamont Granquist2017-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may be a breaking change for some users coming from 13.0/13.1 but this was the intended way that this API would function in Chef 13.0. With this change we stop inserting environment variables into execute resources. That means that whatever users type into the execute resource should much more exactly agree with the response on the command line, which will close a shedload of bugs and is how Chef 13.0 was intended to operate. We no longer globally mangle the PATH or the LANG/LC_ locale environment variables. The way that it worked in Chef 13.0/13.1 resulted in the internal chef embedded/bin directory being prepended to the PATH environment variable in the `execute` resource, which was never intended. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.2.20 by Chef Expeditor.v13.2.20Chef Expeditor2017-06-301-1/+1
| |
* | Bump version of chef to 13.2.19 by Chef Expeditor.v13.2.19Chef Expeditor2017-06-301-1/+1
| |
* | Update deprecation message for Cookstyleupdate_deprecationTim Smith2017-06-271-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 13.2.18 by Chef Expeditor.v13.2.18Chef Expeditor2017-06-211-1/+1
| |
* | Properly send run_list_expanded event in policy node casetc/fix-expanded-run-list-reporting-for-policyfilesTyler Cloke2017-06-201-1/+27
| | | | | | | | Signed-off-by: Tyler Cloke <tylercloke@gmail.com>
* | Bump version of chef to 13.2.17 by Chef Expeditor.v13.2.17Chef Expeditor2017-06-201-1/+1
| |
* | Merge pull request #6228 from chef/lcg/bump-rubocopLamont Granquist2017-06-204-4/+4
|\ \ | | | | | | bump rubocop to 0.49.1
| * | fixes for rubocop 0.49.1 engineLamont Granquist2017-06-204-4/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.2.16 by Chef Expeditor.v13.2.16dh/chef11_compatible_sles12Chef Expeditor2017-06-191-1/+1
| | |
* | | Bump version of chef to 13.2.15 by Chef Expeditor.v13.2.15Chef Expeditor2017-06-191-1/+1
| | |
* | | Bump version of chef to 13.2.14 by Chef Expeditor.v13.2.14Chef Expeditor2017-06-161-1/+1
|/ /
* | Bump version of chef to 13.2.13 by Chef Versioner.v13.2.13Chef Versioner2017-06-121-1/+1
| |
* | Merge pull request #6207 from MsysTechnologiesllc/piyush/fix_chomp_errorLamont Granquist2017-06-121-1/+1
|\ \ | | | | | | Fix chomp error for nil class
| * | Fix chomp error for nil classpiyushawasthi2017-06-091-1/+1
| | | | | | | | | | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* | | Bump version of chef to 13.2.12 by Chef Versioner.v13.2.12Chef Versioner2017-06-091-1/+1
| | |
* | | Bump version of chef to 13.2.11 by Chef Versioner.v13.2.11Chef Versioner2017-06-091-1/+1
|/ /
* | Bump version of chef to 13.2.10 by Chef Versioner.v13.2.10Chef Versioner2017-06-081-1/+1
| |
* | Fix a typo in the breakpoint resource nameTim Smith2017-06-081-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 13.2.9 by Chef Versioner.v13.2.9Chef Versioner2017-06-081-1/+1
| |