summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | Fix a missing reference to run_context.Pete Higgins2020-06-301-3/+4
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.70 by Chef Expeditorv16.2.70Chef Expeditor2020-06-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10085 from chef/pin_diff_lcsTim Smith2020-06-307-22/+28
|\ \ | |/ |/| Pin dff-lcs, bump ohai, & misc omnibus updates
| * Update omnibus/omnibus.rb Tim Smith2020-06-301-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update Ohai to 16.2.3 and update some comments in omnibusTim Smith2020-06-305-11/+17
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump Ohai and pin diff-lcsTim Smith2020-06-303-13/+13
|/ | | | | | diff-lcs 1.4 breaks diff output for us. Pin this for now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.2.69 by Chef Expeditorv16.2.69Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10081 from chef/expeditor/inspec-core-bin_4.21.1Tim Smith2020-06-291-4/+4
|\ | | | | Bump inspec-core-bin to 4.21.1
| * Bump inspec-core-bin to 4.21.1expeditor/inspec-core-bin_4.21.1Chef Expeditor2020-06-291-4/+4
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.21.1 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.68 by Chef Expeditorv16.2.68Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.2.67 by Chef Expeditorv16.2.67Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10027 from chef/remove-bad-test-fileTim Smith2020-06-2832-61/+67
|\ | | | | specs: Remove test file that added a method to top-level scope.
| * More missed run_context references.remove-bad-test-filePete Higgins2020-06-261-2/+4
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * This spec seems to rely on the existing run_context behavior.Pete Higgins2020-06-261-2/+9
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove test file that added a method to top-level scope.Pete Higgins2020-06-2632-61/+58
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.66 by Chef Expeditorv16.2.66Chef Expeditor2020-06-297-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10078 from chef/revert-initial-diff-fixTim Smith2020-06-281-2/+1
|\ \ | | | | | | Revert "Merge pull request #10052 from chef/fix-diff-tests"
| * | Revert "Merge pull request #10052 from chef/fix-diff-tests"revert-initial-diff-fixPete Higgins2020-06-261-2/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 70efe2b6766846ff913461fe7da35bed2b98ce4f, reversing changes made to cb79fb33208efe059a49871192c94bcfded481ab. Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Merge pull request #10077 from chef/fix-umask-test-on-windowsTim Smith2020-06-282-9/+26
|\ \ \ | |/ / |/| | Update tests and docs for umask on Windows.
| * | Update tests and docs for umask on Windows.fix-umask-test-on-windowsPete Higgins2020-06-262-9/+26
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.65 by Chef Expeditorv16.2.65Chef Expeditor2020-06-267-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10058 from chef/fipsTim Smith2020-06-262-4/+5
|\ \ | |/ |/| Revert openssl digest update that broke FIPS
| * Replace OpenSSL::Digest with ::Digest for MD5Tim Smith2020-06-262-4/+5
|/ | | | | | | Avoid fips warnings where we're just checksumming files and also support changes in Ruby 3.0 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.2.64 by Chef Expeditorv16.2.64Chef Expeditor2020-06-267-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-2611-56/+92
|\ | | | | Pick some of the unit test fixes from #10068
| * revert these changes as they break everything else other than windowsLamont Granquist2020-06-262-16/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-2613-69/+108
| | | | | | | | | | | | This picks some of the more obviously correct looking fixes from #10068 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>