summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Misc perf offenses from rubocop-performanceperfTim Smith2020-07-067-14/+14
| | | | | | A few pretty obvious ones that avoid returning large data sets that we then search for the data we want. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.2.82 by Chef Expeditorv16.2.82Chef Expeditor2020-07-067-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10114 from chef/nokogiriTim Smith2020-07-062-25/+25
|\ | | | | Switch back to a supported nokogiri release
| * Switch back to a supported nokogiri releaseTim Smith2020-07-063-28/+28
| | | | | | | | | | | | | | | | Nokogiri 1.10.10 shipped this week and it adds Ruby 2.7 binaries for Windows. This allows us to get of the beta release and back onto a supported stable release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.2.81 by Chef Expeditorv16.2.81Chef Expeditor2020-07-067-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9992 from cinc-project/knife-bootstrap-enforce_license-optTim Smith2020-07-062-1/+4
|\ \ | |/ |/| Implement ENFORCE_LICENSE dist constant for knife bootstrap
| * Implement ENFORCE_LICENSE dist constant for knife bootstrapLance Albertson2020-06-282-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As a user of a community Chef distribution, I would like to be able to use knife bootstrap without requiring the license check [1]. It's expected that that user would not be installing a licensed version of Chef Infra Client, but instead a community distribution. This provides a similar feature as used in other places which makes it much easier to disable the license check. [1] https://gitlab.com/cinc-project/distribution/workstation/-/issues/3 Signed-off-by: Lance Albertson <lance@osuosl.org>
* | Bump version to 16.2.80 by Chef Expeditorv16.2.80Chef Expeditor2020-07-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10107 from chef-davin/windows_security_policyTim Smith2020-07-021-5/+5
|\ \ | | | | | | update to powershell_out to be compatible with 32 bit windows
| * | update to powershell_out to be compatible with 32 bit windowsDavin Taddeo2020-07-021-5/+5
|/ / | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
* | Bump version to 16.2.79 by Chef Expeditorv16.2.79Chef Expeditor2020-07-027-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10064 from chef-davin/windows_security_policyTim Smith2020-07-021-20/+49
|\ \ | | | | | | Update windows_security_policy for better idempotency
| * | my changes broke my fixes for spellcheck. re-fixing.Davin Taddeo2020-06-291-18/+19
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | Addressing a couple things:Davin Taddeo2020-06-291-34/+35
| | | | | | | | | | | | | | | | | | | | | | | | - failing functionality tests (load_current_value wasn't pulling in the method from the action_class) - Creating a failure condition if users try to update LockoutDuration or RresetlockoutCount when LockoutBadCount is set to 0 (must be non-zero to have the other two options configurable). - Moving from powershell_out() to powershell_exec() Signed-off-by: Davin Taddeo <davin@chef.io>
| * | more cspell errors fixed, and hopefull windows_functionality is happy nowDavin Taddeo2020-06-261-3/+3
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | update to resolve cspell errorsDavin Taddeo2020-06-261-22/+23
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | Merge branch 'windows_security_policy' of github.com:chef-davin/chef into ↵Davin Taddeo2020-06-261-6/+4
| |\ \ | | | | | | | | | | | | windows_security_policy
| | * | Update lib/chef/resource/windows_security_policy.rbDavin Taddeo2020-06-251-6/+4
| | | | | | | | | | | | Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-06-2653-301/+252
| |\ \ \ | | |/ / | |/| |
| * | | update windows_security_policy for better idempotency, cleaner log output, ↵Davin Taddeo2020-06-241-19/+47
| | | | | | | | | | | | | | | | | | | | | | | | and maybe faster execution. Signed-off-by: Davin Taddeo <davin@chef.io>
* | | | Bump version to 16.2.78 by Chef Expeditorv16.2.78Chef Expeditor2020-07-027-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10104 from chef/expeditor/train-core_3.3.6Tim Smith2020-07-021-1/+1
|\ \ \ \ | | | | | | | | | | Bump train-core to 3.3.6
| * | | | Bump train-core to 3.3.6Chef Expeditor2020-07-021-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 3.3.6 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Bump version to 16.2.77 by Chef Expeditorv16.2.77Chef Expeditor2020-07-027-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10096 from chef/build_essential_mac_outputTim Smith2020-07-022-2/+4
|\ \ \ \ | | | | | | | | | | Use bash not execute in build_essential for better output
| * | | | Test build_essential installation in Kitchenbuild_essential_mac_outputTim Smith2020-07-011-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Use bash not execute in build_essential for better outputTim Smith2020-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a giant output in logs that includes our comments Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.2.76 by Chef Expeditorv16.2.769282Chef Expeditor2020-07-027-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10101 from chef/expeditor/inspec-core-bin_4.21.3Tim Smith2020-07-021-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Bump inspec-core-bin to 4.21.3
| * | | | | Bump inspec-core-bin to 4.21.3Chef Expeditor2020-07-021-4/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.21.3 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | | Bump version to 16.2.75 by Chef Expeditorv16.2.75Chef Expeditor2020-07-027-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10097 from chef/lcg/fix-syslogLamont Granquist2020-07-023-2/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feed chefstylelcg/fix-syslogLamont Granquist2020-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | Fix syslog logging on Chef-16Lamont Granquist2020-07-012-1/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This forces the formatter output off for users that use the winevt or syslog options to the log_location. This changes nothing about the logging behavior from Chef-15, those never supported formatter output. It creates some more clear consistency with how STDOUT behaves when those options are used. - We do not have the ability (fairly fundamentally in the Chef::Log class itself) to have different log levels running at the same time so either you get :warn or you get :info and we'll likely never be able to support mix-and-match. - Without mix-and-match if you're trying to use the formatter on STDOUT the syslog logger you have to either pick :warn -- which makes the syslog output totally useless, or else pick :info -- which intersperses all of the info logger output with the formatter on STDOUT and leads to complaints and bug reports. - So we force the logger on, although users can still get the old STDOUT logging behavior back with --force-formatter -l info Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Update CHANGELOG.md to reflect the promotion of 16.2.73Chef Expeditor2020-07-012-27/+31
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 16.2.74 by Chef Expeditorv16.2.74Chef Expeditor2020-07-017-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10091 from chef/lcg/resource_name_without_provides_chef_16Tim Smith2020-06-301-0/+4
|\ \ \ \ | | | | | | | | | | Reserve deprecation ID that was used in Chef-15
| * | | | Reserve deprecation ID that was used in Chef-15lcg/resource_name_without_provides_chef_16Lamont Granquist2020-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 16.2.73 by Chef Expeditorv16.2.73Chef Expeditor2020-07-017-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10093 from chef/fix-release-build-tests-3Tim Smith2020-06-302-2/+13
|\ \ \ \ \ | | | | | | | | | | | | Fix release build tests, part 3
| * | | | | Replace stub run_context with one with more platform information.Pete Higgins2020-06-302-2/+13
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | | Add release notes for 16.2.72 (#10092)Tim Smith2020-06-301-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add release notes for 16.2.72 Signed-off-by: Tim Smith <tsmith@chef.io> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org> * Add missing comma Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* | | | | Bump version to 16.2.72 by Chef Expeditorv16.2.72Chef Expeditor2020-06-307-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10089 from chef/fix-release-build-tests-2Tim Smith2020-06-301-2/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix release build tests, part 2
| * | | | | Remove a stub run_context.Pete Higgins2020-06-301-2/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | | Bump version to 16.2.71 by Chef Expeditorv16.2.71Chef Expeditor2020-06-307-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #10088 from chef/fix-release-build-testsTim Smith2020-06-308-12/+40
|\ \ \ \ \ | | | | | | | | | | | | Fix release build tests
| * | | | | Use the original run_context for tests that depend on platform specific stuff.fix-release-build-testsPete Higgins2020-06-303-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Fix more undefined references to run_context.Pete Higgins2020-06-303-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Don't use stubbed node.Pete Higgins2020-06-301-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>