summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'master' of https://github.com/chef/chefEike Waldt2017-10-062-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | add allow_downgrade to zypper_package resourceEike Waldt2017-10-053-1/+14
| * | | | | | | add allow_downgrade to zypper_package resourceEike Waldt2017-10-063-1/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Bump version to 13.5.13 by Chef Expeditorv13.5.13Chef Expeditor2017-10-065-11/+12
* | | | | | | Merge pull request #6478 from chef/jjh/chef11-cb-artifact-404Josh Hudson2017-10-061-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove cookbook_artifacts from CHEF_11_OSS_STATIC_OBJECTSjjh/chef11-cb-artifact-404Josh Hudson2017-10-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #6479 from chef/tm/chefstylinateThom May2017-10-052-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix chefstyle violationstm/chefstylinateThom May2017-10-052-2/+2
|/ / / / /
* | | | | Bump version to 13.5.12 by Chef Expeditorv13.5.12Chef Expeditor2017-10-055-11/+12
* | | | | Merge pull request #6469 from sanditiffin/CHEF-3058Thom May2017-10-054-0/+96
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't allow creation of data bags named node, role, client or environment via...Sandra Tiffin2017-10-042-0/+84
| * | | | Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-042-0/+12
|/ / / /
* | | | Bump version to 13.5.11 by Chef Expeditorv13.5.11Chef Expeditor2017-10-045-11/+12
* | | | Merge pull request #6435 from NaomiReeves/fix_dnf_resourceThom May2017-10-032-2/+7
|\ \ \ \
| * | | | fix testsNaomi Reeves2017-09-291-1/+4
| * | | | dnf_resource: be more specific for rhel packagesNaomi Reeves2017-09-291-1/+3
| | |/ / | |/| |
* | | | Bump version to 13.5.10 by Chef Expeditorv13.5.10Chef Expeditor2017-10-035-11/+12
* | | | Merge pull request #6470 from chef/tm/route_testsThom May2017-10-032-1/+3
|\ \ \ \
| * | | | [Route unit tests]: Ensure we go down the new file pathtm/route_testsThom May2017-10-032-1/+3
* | | | | Bump version to 13.5.9 by Chef Expeditorv13.5.9Chef Expeditor2017-10-035-11/+12
* | | | | Merge pull request #6466 from coderanger/help-commasLamont Granquist2017-10-036-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Tweak the knife banners for multi-arg commands.Noah Kantrowitz2017-10-026-6/+6
* | | | | Bump version to 13.5.8 by Chef Expeditorv13.5.8Chef Expeditor2017-10-035-11/+12
* | | | | Merge pull request #6428 from chef/jcowie_package_upgrade_fixesJon Cowie2017-10-0310-24/+111
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Change version_requirement_already_satisfied method to call target_version_al...jcowie_package_upgrade_fixesJon Cowie2017-09-251-1/+1
| * | | | Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4
| * | | | Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-222-0/+22
| * | | | Fixes to package upgrade behaviourJon Cowie2017-09-228-25/+86
* | | | | Bump version to 13.5.7 by Chef Expeditorv13.5.7Chef Expeditor2017-10-035-11/+12
* | | | | Merge pull request #6410 from chef/zypper_gpg_keyTim Smith2017-10-034-21/+236
|\ \ \ \ \
| * | | | | Add more specszypper_gpg_keyTim Smith2017-09-281-9/+65
| * | | | | Allow specifying the cookbook for the source templateTim Smith2017-09-283-3/+18
| * | | | | shell_out -> shell_out!Tim Smith2017-09-281-1/+1
| * | | | | Install the key using the cached copyTim Smith2017-09-281-1/+1
| * | | | | Remove run_command usage in shell_outTim Smith2017-09-281-2/+2
| * | | | | Use apt-like gpg key management to avoid notificationsTim Smith2017-09-282-5/+142
| * | | | | Add a few yard commentsTim Smith2017-09-281-0/+3
| * | | | | Run everything with --quiet and --non-interactive and move gpg importTim Smith2017-09-281-4/+4
| * | | | | Update the spec for the platform based provider matchingTim Smith2017-09-281-9/+11
| * | | | | Import the zypper GPG key before templating the repoTim Smith2017-09-281-7/+9
* | | | | | Update CHANGELOG.md to reflect the promotion of 13.5.3 to stableChef Expeditor2017-10-032-16/+20
| |_|/ / / |/| | | |
* | | | | Bump version to 13.5.6 by Chef Expeditorv13.5.6Chef Expeditor2017-09-295-11/+12
* | | | | Merge pull request #6460 from chef/adamleff/bump-inspecTim Smith2017-09-291-1/+2
|\ \ \ \ \
| * | | | | Bump InSpec to v1.40.0Adam Leff2017-09-281-1/+2
| | |_|/ / | |/| | |
* | | | | Bump version to 13.5.5 by Chef Expeditorv13.5.5Chef Expeditor2017-09-295-11/+12
* | | | | Merge pull request #6447 from chef/encodingLamont Granquist2017-09-291-0/+2
|\ \ \ \ \
| * | | | | Force encoding to UTF_8 in chef-shell to prevent failuresencodingTim Smith2017-09-261-0/+2
* | | | | | Bump version to 13.5.4 by Chef Expeditorv13.5.4Chef Expeditor2017-09-295-12/+13
* | | | | | Merge pull request #6454 from Happycoil/fix-spammy-warningLamont Granquist2017-09-292-4/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | consistent formattingTor Magnus Rakvåg2017-09-281-1/+3