summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move the alias for attribute to property right into the property mixinlwrp_cleanupTim Smith2020-10-162-2/+2
| | | | | | Stick it right next to the property def so it's pretty obvious how this works. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.20 by Chef Expeditorv16.6.20Chef Expeditor2020-10-167-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.6.19 by Chef Expeditorv16.6.19Chef Expeditor2020-10-167-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10516 from chef/more_memoryTim Smith2020-10-166-12/+12
|\ | | | | Avoid using complex regexes when we can use include?
| * Avoid using complex regexes when we can use include?Tim Smith2020-10-166-12/+12
| | | | | | | | | | | | The ifconfig part needs a complete rewrite, but this is better. At least it's not doing a regex twice for each thing it wants to match per line. It still does 5 regexes even if it matches on the first. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10517 from chef/avoid_mergeTim Smith2020-10-161-2/+3
|\ \ | | | | | | Avoid a slow hash merge
| * | Update lib/chef/provider/package/freebsd/base.rb Tim Smith2020-10-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Avoid a slow hash mergeTim Smith2020-10-161-1/+2
| | | | | | | | | | | | | | | | | | This is 2.66X slower than just throwing the data in there. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md with details from pull request #10518Chef Expeditor2020-10-161-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10518 from chef/requires_in_docsTim Smith2020-10-161-1/+1
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update docs generation task to handle Chef 16 required formatTim Smith2020-10-161-1/+1
|/ / | | | | | | | | | | | | We need a boolean for the docs site here, but we get back an array now. For now let's just treat it like a boolean. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.18 by Chef Expeditorv16.6.18Chef Expeditor2020-10-167-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix spelling mistake in release notesTim Smith2020-10-161-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10513 from chef/memoryTim Smith2020-10-164-6/+12
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid declaring arrays in loopsTim Smith2020-10-164-6/+12
|/ | | | | | There's still a few of these left over, but these are the easy wins with obvious wins. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.17 by Chef Expeditorv16.6.17Chef Expeditor2020-10-167-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10510 from chef/more_resource_docsTim Smith2020-10-152-4/+6
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resource documentation updates from reviewTim Smith2020-10-152-4/+6
| | | | | | | | | | | | More stuff from the docs side Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.16 by Chef Expeditorv16.6.16Chef Expeditor2020-10-157-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10509 from chef/more_resource_docsTim Smith2020-10-153-8/+7
|\ \ | |/ | | More resource documentation improvement
| * More resource documentation improvementTim Smith2020-10-153-8/+7
| | | | | | | | | | | | | | | | | | Prevent tagging a resource new in Chef 11. No one cares Use the full product name instead of the client name in another spot Move the resource description in powershell_script to above the properties Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #10508Chef Expeditor2020-10-151-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10508 from chef/powershell_script-descriptionTim Smith2020-10-151-8/+5
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update powershell_script description to match docs site.Pete Higgins2020-10-151-8/+5
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Merge pull request #10506 from chef/more_thanksTim Smith2020-10-151-1/+1
|\ | | | | Make sure to thank burtlo as well
| * Make sure to thank burtlo as wellTim Smith2020-10-151-1/+1
|/ | | | | | This would not have happened without the initial prototype Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.15 by Chef Expeditorv16.6.15Chef Expeditor2020-10-157-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10505 from chef/docsTim Smith2020-10-155-5/+5
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Minor updates for documentation generationTim Smith2020-10-155-5/+5
|/ | | | | | A few formatting fixes so that things generate properly Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10504 from chef/gratitudeTim Smith2020-10-151-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure to thank tecRacerTim Smith2020-10-151-1/+1
|/ | | | | | | | I blanked on this one when writing the release notes because Lamont wrote the final implementation, but tecracer put a huge amount of effort into this functionality and we should call them out for that. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 16.6.14Chef Expeditor2020-10-142-28/+25
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10501 from chef/16.6Tim Smith2020-10-141-0/+127
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Train URI vs. ssh URITim Smith2020-10-141-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Target Mode details16.6Tim Smith2020-10-141-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-10-141-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add placeholder for target modeTim Smith2020-10-141-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add IAM bitTim Smith2020-10-141-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.mdTim Smith2020-10-141-1/+1
| | | | | | Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-10-141-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 Smith2020-10-141-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Add note about PowerShell coreTim Smith2020-10-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-10-131-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-10-131-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-10-131-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add 16.6 release notesTim Smith2020-10-131-0/+119
| | | | | | | | | | | | We may have some additional things to add, but this gets it started. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.14 by Chef Expeditorv16.6.14Chef Expeditor2020-10-147-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10418 from chef/lcg/ohai-target-modeTim Smith2020-10-142-32/+8
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remote ohai support for chef-clientLamont Granquist2020-10-142-32/+8
| |/ | | | | | | | | | | | | This replaces the existing hacked up platform detection via inspec that was added to chef-client with proper support from ohai. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.6.13 by Chef Expeditorv16.6.13Chef Expeditor2020-10-147-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.