summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spellchecklcg/config-value-aggressive-deprecationLamont Granquist2020-06-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* More aggressively deprecate config_valueLamont Granquist2020-06-222-3/+13
| | | | | | | | | | | | | | | Force subclasses to use the `config` hash directly. This should not affect any knife plugins shipping in chef-workstation since the calls to config_value have already been removed from all of those plugins. The multiple-argument version of config_value was not actually used anywhere in those plugins and the single value version was removed and replaced with accessing the config hash. Since that was introduced sometime in 15.x when the bootstrap changes went in, it is not expected that many external knife plugins have picked up the usage of config_value. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.2.48 by Chef Expeditorv16.2.48Chef Expeditor2020-06-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10020 from chef/add_sudo_examplesTim Smith2020-06-186-4/+78
|\ | | | | Add more examples to the resource code
| * Full path -> Absolute pathTim Smith2020-06-183-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/chef/resource/timezone.rb Tim Smith2020-06-181-1/+1
| | | | | | | | | | | | | | That's a nice typo straight from the docs site Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add more examples to the resource codeTim Smith2020-06-184-1/+75
| | | | | | | | | | Also update the sudo resource command description based on an escalation. The commands need to be the full path to the command not just the comand. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.2.47 by Chef Expeditorv16.2.47Chef Expeditor2020-06-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10011 from chef/vasundhara/Fixes_knife_config_use_profileTim Smith2020-06-182-7/+70
|\ \ | | | | | | Fix for knife config use-profile doesn't validate that the profile exist
| * | Fix for #9686: knife config use profile doesn't validate that the profile existvasundhara/Fixes_knife_config_use_profileVasu11052020-06-182-7/+70
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | Bump version to 16.2.46 by Chef Expeditorv16.2.46Chef Expeditor2020-06-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10018 from chef-davin/masterTim Smith2020-06-182-1/+6
|\ \ \ | |_|/ |/| | windows_security_policy was using resource_name instead of provides
| * | add windows_security_policy to the windows end-to-end kitchen testDavin Taddeo2020-06-181-0/+5
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | windows_security_policy was using resource_name instead of providesDavin Taddeo2020-06-181-1/+1
|/ / | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
* | Bump version to 16.2.45 by Chef Expeditorv16.2.45Chef Expeditor2020-06-187-18/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10017 from chef/expeditor/inspec-core-bin_4.20.10Tim Smith2020-06-181-3/+3
|\ \ | | | | | | Bump inspec-core-bin to 4.20.10
| * | Bump inspec-core-bin to 4.20.10Chef Expeditor2020-06-181-3/+3
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.20.10 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Update CHANGELOG.md to reflect the promotion of 16.2.44Chef Expeditor2020-06-172-65/+62
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.2.44 by Chef Expeditorv16.2.44Chef Expeditor2020-06-177-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10012 from chef-davin/masterTim Smith2020-06-171-15/+17
|\ \ | | | | | | Update the list of allowed policies for the windows_security_policy resource
| * | update the list of allowed policies for the windows_security_policy resourceDavin Taddeo2020-06-171-15/+17
|/ / | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
* | Fix heading in release notesTim Smith2020-06-171-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.2.43 by Chef Expeditorv16.2.43Chef Expeditor2020-06-177-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10010 from chef/docsTim Smith2020-06-174-5/+6
|\ \ | | | | | | Minor docs updates and MacOS -> macOS
| * | Minor docs updates and MacOS -> macOSTim Smith2020-06-174-5/+6
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Document InSpec 4.20.6Tim Smith2020-06-171-0/+10
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9997 from chef/162Tim Smith2020-06-172-93/+214
|\ \ | | | | | | Add release notes for Infra Client 16.2
| * | document umask property and link to cookstyle copsTim Smith2020-06-171-2/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2020-06-171-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-06-171-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-06-171-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-06-171-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-06-171-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-06-171-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-06-171-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-06-171-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-06-171-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-06-171-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Update RELEASE_NOTES.md 162Tim Smith2020-06-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Update RELEASE_NOTES.md Tim Smith2020-06-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Document the breaking change in custom resourcesTim Smith2020-06-161-0/+29
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add cron / cron_dTim Smith2020-06-161-0/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update release notes to match web docs formatTim Smith2020-06-161-93/+100
| | | | | | | | | | | | | | | | | | This makes syncing them a bit easier Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix spelling mistakesTim Smith2020-06-162-3/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2020-06-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Update RELEASE_NOTES.md Tim Smith2020-06-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Update RELEASE_NOTES.md Tim Smith2020-06-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Work with Jason to improve the powershell_package descriptionTim Smith2020-06-161-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add release notes for Infra Client 16.2Tim Smith2020-06-161-0/+74
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.2.42 by Chef Expeditorv16.2.42Chef Expeditor2020-06-177-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.