summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.0.82 by Chef Expeditorv16.0.82Chef Expeditor2020-02-251-1/+1
* Merge pull request #9390 from chef/lcg/dnf-assumeyesLamont Granquist2020-02-251-0/+1
|\
| * Add assumeyes to dnf helperlcg/dnf-assumeyesLamont Granquist2020-02-241-0/+1
* | Bump version to 16.0.81 by Chef Expeditorv16.0.81Chef Expeditor2020-02-251-1/+1
* | Bump version to 16.0.80 by Chef Expeditorv16.0.80Chef Expeditor2020-02-251-1/+1
|/
* Bump version to 16.0.79 by Chef Expeditorv16.0.79Chef Expeditor2020-02-241-1/+1
* Bump version to 16.0.78 by Chef Expeditorv16.0.78Chef Expeditor2020-02-241-1/+1
* Merge pull request #8986 from MsysTechnologiesllc/VSingh/fix-knife-download-e...Lamont Granquist2020-02-241-2/+6
|\
| * ChefFS and knife environment matching the outputVivek Singh2019-10-141-2/+6
* | Bump version to 16.0.77 by Chef Expeditorv16.0.77Chef Expeditor2020-02-241-1/+1
* | Merge pull request #9156 from MsysTechnologiesllc/ash/Fix_no_runlist_issueTim Smith2020-02-241-2/+1
|\ \
| * | Optimize by using Mash as per review commentsNAshwini2020-02-121-3/+2
| * | Don't send empty runlist if do not pass it.NAshwini2020-02-121-1/+1
* | | Merge pull request #9371 from cinc-project/dist_bootstrapTim Smith2020-02-243-19/+19
|\ \ \
| * | | remove useless interpolation in commentsMarc Chamberland2020-02-041-2/+2
| * | | Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-042-17/+17
* | | | Bump version to 16.0.76 by Chef Expeditorv16.0.76Chef Expeditor2020-02-241-1/+1
* | | | Merge pull request #8653 from chef/lcg/yml-recipesLamont Granquist2020-02-242-2/+74
|\ \ \ \
| * | | | code rearrangement and warn about using arrayslcg/yml-recipesLamont Granquist2020-02-142-17/+21
| * | | | remove erb parsingLamont Granquist2020-02-141-5/+1
| * | | | parse yaml recipesLamont Granquist2020-02-143-2/+74
* | | | | Bump version to 16.0.75 by Chef Expeditorv16.0.75Chef Expeditor2020-02-241-1/+1
* | | | | Merge pull request #9381 from chef/net_http_deprecationsLamont Granquist2020-02-242-5/+1
|\ \ \ \ \
| * | | | | Update HTTPServerException to be HTTPClientExceptionnet_http_deprecationsTim Smith2020-02-192-5/+1
* | | | | | Bump version to 16.0.74 by Chef Expeditorv16.0.74Chef Expeditor2020-02-241-1/+1
* | | | | | Merge pull request #9386 from chef/lcg/unified-mode2Lamont Granquist2020-02-2417-52/+82
|\ \ \ \ \ \
| * | | | | | add a couple more unified_mode resourceslcg/unified-mode2Lamont Granquist2020-02-213-0/+6
| * | | | | | remove useless checkLamont Granquist2020-02-211-1/+1
| * | | | | | Convert more resources to unified_modeLamont Granquist2020-02-2114-52/+76
* | | | | | | Bump version to 16.0.73 by Chef Expeditorv16.0.73Chef Expeditor2020-02-211-1/+1
|/ / / / / /
* | | | | | Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-218-17/+25
|\ \ \ \ \ \
| * | | | | | Properly fix encoding of the entire URI by using AddressableLamont Granquist2020-02-211-3/+3
| * | | | | | add require for CGIlcg/unescapeLamont Granquist2020-02-208-5/+13
| * | | | | | fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-208-11/+11
* | | | | | | Bump version to 16.0.72 by Chef Expeditorv16.0.72Chef Expeditor2020-02-211-1/+1
* | | | | | | Merge pull request #9374 from chef/chefstyle_fixesLamont Granquist2020-02-2013-34/+34
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-1813-34/+34
* | | | | | | Bump version to 16.0.71 by Chef Expeditorv16.0.71Chef Expeditor2020-02-201-1/+1
* | | | | | | Fix our verbosity helpTim Smith2020-02-201-1/+1
* | | | | | | Bump version to 16.0.70 by Chef Expeditorv16.0.70release_description.mdChef Expeditor2020-02-201-1/+1
| |/ / / / / |/| | | | |
* | | | | | Bump version to 16.0.69 by Chef Expeditorv16.0.69Chef Expeditor2020-02-201-1/+1
* | | | | | Bump version to 16.0.68 by Chef Expeditorv16.0.68Chef Expeditor2020-02-191-1/+1
* | | | | | Bump version to 16.0.67 by Chef Expeditorv16.0.67Chef Expeditor2020-02-191-1/+1
|/ / / / /
* | | | | Bump version to 16.0.66 by Chef Expeditorv16.0.66Chef Expeditor2020-02-181-1/+1
* | | | | simplify regex and add specification linkssrb32020-02-141-2/+5
* | | | | adding sanitize_usename method to join as well as leave cmdsrb32020-02-141-1/+1
* | | | | Fix for domain_user from different domain, in windows_ad_joinsrb32020-02-141-1/+15
|/ / / /
* | | | Bump version to 16.0.65 by Chef Expeditorv16.0.65Chef Expeditor2020-02-131-1/+1
* | | | Merge pull request #9366 from chef/openssl_examplesTim Smith2020-02-1210-4/+195
|\ \ \ \
| * | | | Add examples to various resourcesTim Smith2020-02-1210-4/+195