summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef/chefstyle to 3a96923037290376496ad4ad7bc69d3ed58d55b1expeditor/chef/chefstyle_3a96923037290376496ad4ad7bc69d3ed58d55b1Chef Expeditor2021-10-271-7/+7
| | | | | | This pull request was triggered automatically via Expeditor when 3a96923037290376496ad4ad7bc69d3ed58d55b1 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 17.7.26 by Chef Expeditorv17.7.26Chef Expeditor2021-10-278-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12211 from rpunt/test-wget-presentTim Smith2021-10-271-2/+20
|\ | | | | replace wget with curl in 'rake spellcheck'
| * missed a variable reference in 'dictionary missing' errorRyan Punt2021-10-271-1/+1
| | | | | | | | Signed off by: Ryan Punt <ryan@mirum.org>
| * Swap wget for curlRyan Punt2021-10-271-8/+14
| | | | | | | | Signed off by: Ryan Punt <ryan@mirum.org>
| * spellcheck task requires wget; ensure it's installedRyan Punt2021-10-251-1/+13
| | | | | | | | Signed-off-by: Ryan Punt <ryan@mirum.org>
* | Merge pull request #12217 from ↵Tim Smith2021-10-271-1/+1
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/main/test-kitchen-3.1.1 Bump test-kitchen from 3.1.0 to 3.1.1 in /omnibus
| * | Bump test-kitchen from 3.1.0 to 3.1.1 in /omnibusdependabot/bundler/omnibus/main/test-kitchen-3.1.1dependabot[bot]2021-10-271-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [test-kitchen](https://github.com/test-kitchen/test-kitchen) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/test-kitchen/test-kitchen/releases) - [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: test-kitchen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 17.7.25 by Chef Expeditorv17.7.25Chef Expeditor2021-10-278-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12215 from sentryinsurance/enable-forked-buildsTim Smith2021-10-263-5/+5
|\ \ | | | | | | Enable tests on fork by updating repository reference
| * | Add quotes around `chef/chef`Jared Kauppila2021-10-261-2/+2
| | | | | | | | | | | | Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
| * | Reference `GITHUB_REPOSITORY` if available when pulling Infra Client source ↵Jared Kauppila2021-10-263-5/+5
| |/ | | | | | | | | | | code during tests to enable forked builds Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
* | Update CHANGELOG.md to reflect the promotion of 17.7.22Chef Expeditor2021-10-262-33/+37
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.7.24 by Chef Expeditorv17.7.24Chef Expeditor2021-10-268-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12213 from ↵Tim Smith2021-10-262-0/+15
|\ \ | |/ |/| | | | | sentryinsurance/add-sensitive-to-chef_client_trusted_certificate Add support for `sensitive` in `chef_client_trusted_certificate`
| * Add support for `sensitive` in `chef_client_trusted_certificate`Jared Kauppila2021-10-262-0/+15
|/ | | | Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
* Bump version to 17.7.23 by Chef Expeditorv17.7.23Chef Expeditor2021-10-258-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12210 from chef/hab_branchTim Smith2021-10-251-2/+2
|\ | | | | Update habitat install script to use main branch
| * Update habitat install script to use main branchTim Smith2021-10-251-2/+2
| | | | | | | | | | | | Avoid a branch redirect Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.7.22 by Chef Expeditorv17.7.22Chef Expeditor2021-10-258-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12204 from ↵Lamont Granquist2021-10-2551-199/+199
|\ \ | |/ |/| | | chef/expeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17
| * Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-2250-194/+194
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump chef/chefstyle to b5c712d298e240493020b8d5977f03172cc65e17Chef Expeditor2021-10-221-5/+5
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when b5c712d298e240493020b8d5977f03172cc65e17 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Bump version to 17.7.21 by Chef Expeditorv17.7.21Chef Expeditor2021-10-257-18/+18
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12209 from chef/lcg/fix-policy-group-list-failuresLamont Granquist2021-10-253-9/+8
|\ \
| * | Fix knife / chef-zero policy_group_list CI failureslcg/fix-policy-group-list-failuresLamont Granquist2021-10-253-9/+8
|/ / | | | | | | | | | | Fixes to our knife tests for changes in the chef-zero/chef-server API Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.7.20 by Chef Expeditorv17.7.20Chef Expeditor2021-10-238-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12206 from chef/lcg/fix-reporting-for-recipe-filesTim Smith2021-10-225-4/+32
|\ \ | |/ |/| Fix reporting/data_collector for @recipe_files
| * Fix reporting/data_collector for @recipe_fileslcg/fix-reporting-for-recipe-filesLamont Granquist2021-10-225-4/+32
|/ | | | | | | | | When individual recipes are invoked like 'chef-client ./whatever.rb' those files get a cookbook_name of `@recipe_files` which is a magic value that nees to be handled specially to avoid the reporting classes from blowing up. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.7.19 by Chef Expeditorv17.7.19Chef Expeditor2021-10-228-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.7.18 by Chef Expeditorv17.7.18Chef Expeditor2021-10-228-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12105 from qubitrenegade/qbrd/kernel_module-enableTim Smith2021-10-212-3/+29
|\ | | | | Add 'enable' action to 'kernel_module' resource to reverse 'disable' action.
| * Final README revisionqubitrenegade2021-10-181-2/+2
| | | | | | | | Signed-off-by: qubitrenegade <qubitrenegade@gmail.com>
| * Add 'enable' action to 'kernel_module' resource to reverse 'disable' action. ↵qubitrenegade2021-10-182-3/+29
| | | | | | | | | | | | Fixes #12104 Signed-off-by: qubitrenegade <qubitrenegade@gmail.com>
* | Merge pull request #12170 from wheatevo/fix-cron-resource-commented-job-handlingTim Smith2021-10-212-1/+49
|\ \ | | | | | | Fix cron resource commented job handling
| * | Fix cron resource commented job handlingMatthew Newell2021-10-142-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes an edge case failure that may occur when processing a cron resource where the following conditions are true: * A `# Chef Name` comment exists for the job * The following line is commented out * The new cron resource uses default values for the minute, hour, day, month, weekday, and time properties This causes the following error to be raised within the `Chef::Provider::Cron#cron_different?` method: ``` Chef::Exceptions::ValidationFailed ---------------------------------- command is a required property ``` The new guard prevents `cron_different?` from being called when the current resource does not have a set command property. Since the new resource requires the command property to be set to be valid, we can assume it is different from the current cron resource if the command is unset. Signed-off-by: Matthew Newell <18470637+wheatevo@users.noreply.github.com>
* | | Bump version to 17.7.17 by Chef Expeditorv17.7.17Chef Expeditor2021-10-228-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12201 from chef/fix-failing-pipeline-testsTim Smith2021-10-212-2/+2
|\ \ \ | | | | | | | | Only run macos_user_defaults tests on macOS hosts
| * | | Fix chefstyle failurefix-failing-pipeline-testsTim Smith2021-10-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | add macos_only to unit testsrishichawda2021-10-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * | | don't run userdefaults tests on other platformsrishichawda2021-10-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | | | Bump version to 17.7.16 by Chef Expeditorv17.7.16Chef Expeditor2021-10-218-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12203 from chef/expeditor/_ohai_17.7.5Tim Smith2021-10-211-2/+2
|\ \ \ \ | | | | | | | | | | Bump ohai to 17.7.5
| * | | | Update Gemfile.lock Tim Smith2021-10-211-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Bump ohai to 17.7.5expeditor/_ohai_17.7.5Chef Expeditor2021-10-211-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when ohai 17.7.5 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 17.7.15 by Chef Expeditorv17.7.15Chef Expeditor2021-10-218-21/+22
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 17.7.14 by Chef Expeditorv17.7.14Chef Expeditor2021-10-218-20/+21
|/ / / | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12191 from chef/revert_zeroTim Smith2021-10-211-1/+1
|\ \ \ | | | | | | | | Revert chef-zero back to 15.0.9
| * | | Revert chef-zero back to 15.0.9revert_zeroTim Smith2021-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 15.0.11 adds new data to an API endpoint which breaks out specs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #12190 from collinmcneese/cm/cookbook_artifacts_aclTim Smith2021-10-211-1/+1
|\ \ \ \ | | | | | | | | | | Add cookbook_artifacts as valid knife acl object type