summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update train-core to 3.1.8bump_trainTim Smith2019-11-192-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.5.15Chef Expeditor2019-11-192-17/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9113 from chef/release155_hotfixTim Smith2019-11-191-1/+7
|\ | | | | Add 15.5.15 release notes
| * Update RELEASE_NOTES.md Tim Smith2019-11-191-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-191-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update for 15.5.15Tim Smith2019-11-191-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add 15.5.14 release notesTim Smith2019-11-191-1/+7
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.5.15 by Chef Expeditorv15.5.15Chef Expeditor2019-11-197-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | fix enforce_path_sanity being set to true (#9114)Lamont Granquist2019-11-191-1/+1
|\ \ | |/ |/| fix enforce_path_sanity being set to true
| * fix enforce_path_sanity being set to trueLamont Granquist2019-11-191-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.5.14 by Chef Expeditorv15.5.14Chef Expeditor2019-11-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9111 from chef/lcg/fix-build-essential-rhelTim Smith2019-11-183-16/+34
|\ | | | | Fix failures in build_essential on rhel platforms
| * move build_essential test to generic sectionLamont Granquist2019-11-181-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * revert failure testingLamont Granquist2019-11-181-4/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * build build_essential for rhelLamont Granquist2019-11-183-14/+33
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.5.13 by Chef Expeditorv15.5.13Chef Expeditor2019-11-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9110 from chef/btm/fix-linkTim Smith2019-11-181-1/+1
|\ | | | | Remove bonus `.md` to fix link
| * Remove bonus `.md` to fix linkBryan McLellan2019-11-181-1/+1
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 15.5.12 by Chef Expeditorv15.5.12Chef Expeditor2019-11-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7239 from chef/reboot_resourceTim Smith2019-11-183-83/+48
|\ | | | | Convert reboot resource to a custom resource with descriptions
| * Fix spec failures by moving default_actionTim Smith2019-11-181-3/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Convert reboot resource to a custom resource with descriptionsTim Smith2019-11-183-81/+43
| | | | | | | | | | | | This is a simple resource. It's way easier to understand in a single file. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.5.11 by Chef Expeditorv15.5.11Chef Expeditor2019-11-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.5.10 by Chef Expeditorv15.5.10Chef Expeditor2019-11-187-18/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9104 from chef/skip_rake_tasksTim Smith2019-11-182-5/+12
|\ \ | | | | | | Don't ship the extra rake tasks in the gem
| * | Don't ship the extra rake tasks in the gemTim Smith2019-11-152-5/+12
| |/ | | | | | | | | | | | | We only need the rspec task which gets run from within the gem artifact in the test phase. Skips all the other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9102 from chef/windows_packageTim Smith2019-11-183-17/+41
|\ \ | |/ |/| Improve input validation on windows_package
| * Chefstyle fixesTim Smith2019-11-152-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Description improvementsTim Smith2019-11-151-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve input validation on windows_packageTim Smith2019-11-152-16/+40
| | | | | | | | | | | | | | | | - Make sure the correct installer_type symbol is passed and provide a useful error message when a bogus value is provided instead of just saying it needs to be a symbol and hoping a user eventually stumbles onto the docs - Add descriptions fields to all the properties and update them since the ones on the docs site right now aren't the best - Coerce the provided checksum value to lowercase. Right now if it's uppercase, but valid the resource will fail and the message provided is not useful. See https://github.com/chef/chef/issues/6682 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.5.9Chef Expeditor2019-11-152-54/+51
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.5.9 by Chef Expeditorv15.5.9Chef Expeditor2019-11-157-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.5.8 by Chef Expeditorv15.5.8Chef Expeditor2019-11-157-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9089 from chef/155Tim Smith2019-11-151-1/+73
|\ | | | | Add Chef Infra Client 15.5. release notes
| * Add formatting to knifeTim Smith2019-11-151-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2019-11-151-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update InSpec release notesTim Smith2019-11-141-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add remaining itemsTim Smith2019-11-141-1/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add InSpec 4.18 release notesTim Smith2019-11-141-0/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fill out chefignore information and add windows_firewallTim Smith2019-11-141-3/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * update 15.5 release notes with Windows Hab package infoRobb Kidd2019-11-141-1/+1
| | | | | | | | Signed-off-by: Robb Kidd <robb@thekidds.org>
| * Add placeholder 15.5 release notesTim Smith2019-11-141-0/+51
| | | | | | | | | | | | Not done, but we can add to this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9097 from chef/improve_docsTim Smith2019-11-157-9/+17
|\ \ | | | | | | Improve resource descriptions and the rake task for docs generation
| * | Improve resource descriptions and the rake task for docs generationTim Smith2019-11-147-9/+17
| | | | | | | | | | | | | | | | | | Bring in a few more copy edits that were done on the website and improve the rake task so that it better creates docs that match the formatting we want. Signed-off-by: Tim Smith <tsmith@chef.io>