summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax errorVSingh/simplify-hashVivek Singh2020-09-211-1/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Fix cheftyleVivek Singh2020-09-192-2/+2
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* dpkg package DRY up the codeVivek Singh2020-09-192-13/+4
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Fix cred knife key transformVivek Singh2020-09-191-1/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 16.5.65 by Chef Expeditorv16.5.65Chef Expeditor2020-09-187-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10446 from chef/missing_requireTim Smith2020-09-181-0/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * policefile -> policyfilemissing_requireMarc A. Paradise2020-09-181-1/+1
| | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * Add missing requires to chef/policy_builder/dynamicTim Smith2020-09-171-0/+2
|/ | | | | | | | | | This was coming in for free before somehow, but now it's causing failures in the Chef Workstation specs. ERROR: Chef Infra failed to converge: uninitialized constant Chef::PolicyBuilder::Dynamic::ExpandNodeObject from file /opt/chef-workstation/embedded/lib/ruby/gems/2.7.0/gems/chef-16.5.64/lib/chef/policy_builder/dynamic.rb:158:in `select_implementation' Caused by: (NameError) uninitialized constant Chef::PolicyBuilder::Dynamic::ExpandNodeObject Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 16.5.64Chef Expeditor2020-09-172-78/+75
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update RELEASE_NOTES.mdTim Smith2020-09-171-0/+9
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.64 by Chef Expeditorv16.5.64Chef Expeditor2020-09-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10445 from chef/bump_licenseTim Smith2020-09-172-2/+2
|\ | | | | Update to the latest license_scout gem
| * Update to the latest license_scout gemTim Smith2020-09-172-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.63 by Chef Expeditorv16.5.63Chef Expeditor2020-09-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10444 from chef/osx_profileTim Smith2020-09-173-10/+75
|\ | | | | Fix idempotency in the osx_profile resource and avoid writing data to disk
| * Update release notesTim Smith2020-09-171-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix xml parsing specTim Smith2020-09-171-1/+67
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the get_installed_profiles to properly return a hashTim Smith2020-09-171-1/+1
| | | | | | | | | | | | The logger.trace was causing it to return nil Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix querying of installed profile data and avoid writing data to diskTim Smith2020-09-171-4/+3
|/ | | | | | We can write it to stdout by specifying the output as "stdout-xml". The profiles command would fail if the temp file has already been used and this was resulting in null values. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.62 by Chef Expeditorv16.5.62Chef Expeditor2020-09-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.5.61 by Chef Expeditorv16.5.61Chef Expeditor2020-09-177-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10443 from chef/inspecTim Smith2020-09-172-27/+25
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update InSpec to the latestTim Smith2020-09-172-27/+25
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10440 from chef/more_docsTim Smith2020-09-175-14/+14
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Docs fixes from reviewTim Smith2020-09-165-14/+14
|/ | | | | | Mostly capitalizing things Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.60 by Chef Expeditorv16.5.60Chef Expeditor2020-09-167-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10439 from chef/RedundantSortTim Smith2020-09-162-3/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/chef/mixin/versioned_api.rb Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Resolve Style/RedundantSort warningsTim Smith2020-09-162-3/+2
|/ | | | | | Avoid a sort then last and just grab the max. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10438Chef Expeditor2020-09-161-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10438 from chef/speedup_specsTim Smith2020-09-161-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Speed up a openssl helper specsspeedup_specsTim Smith2020-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was one of our top 10 slow specs Before: Chef::Mixin::OpenSSLHelper#dhparam_pem_valid? When the dhparam.pem file does exist, and does contain a vaild dhparam key returns true 2.71 seconds ./spec/unit/mixin/openssl_helper_spec.rb:101 After: 0.01765 seconds ./spec/unit/mixin/openssl_helper_spec.rb:538 Chef::Mixin::OpenSSLHelper#dhparam_pem_valid? When the dhparam.pem file does exist, and does contain a vaild dhparam key returns true Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.5.59 by Chef Expeditorv16.5.59Chef Expeditor2020-09-167-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10437 from chef/extra_requiresTim Smith2020-09-1614-33/+12
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the spec for the new behaviorTim Smith2020-09-161-2/+1
| | | | | | | | | | | | | | Now that we don't check the value first we're only calling it once, which is :dope: Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve Style/RedundantCondition copTim Smith2020-09-1610-27/+11
| | | | | | | | | | | | We have some extra conditionals that aren't getting us anything Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve Lint/RedundantRequireStatement warningsTim Smith2020-09-163-4/+0
|/ | | | | | | These are required by Ruby out of the box so lets avoid trying to require them again. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add updates to windows_user_privilege resourceTim Smith2020-09-161-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.5.58 by Chef Expeditorv16.5.58Chef Expeditor2020-09-167-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10407 from chef/16.5Tim Smith2020-09-161-24/+115
|\ | | | | Add release notes for Chef Infra Client 16.5
| * nice level support not process nice levelTim Smith2020-09-161-1/+1
| | | | | | | | | | | | This reads easier Signed-off-by: Tim Smith <tsmith@chef.io>
| * highlight resource names in release notes impacted by sid enhancementmwrock2020-09-161-1/+1
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * add SID usage notes for securable resources to release notesmwrock2020-09-161-0/+4
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * Update RELEASE_NOTES.md Tim Smith2020-09-161-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-09-161-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-09-161-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-09-161-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-09-161-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-09-161-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-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>