summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test libarchivejsnapp/test-libarchiveJeremiah Snapp2021-11-021-0/+2
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Revert "Exclude running libarchive tests on platforms where loading ↵Jeremiah Snapp2021-11-024-22/+4
| | | | | | libarchive is broken" This reverts commit 21a0f21a3231139ca4ca18f7bf4f0fd6f6bcd172.
* Bump version to 17.7.32 by Chef Expeditorv17.7.32Chef Expeditor2021-11-028-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.7.31 by Chef Expeditorv17.7.31Chef Expeditor2021-11-028-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12232 from chef/fix-chef-client-launchd-resourceLamont Granquist2021-11-021-1/+1
|\
| * run launchctl with elevated permissionfix-chef-client-launchd-resourcerishichawda2021-10-291-1/+1
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | Merge pull request #12233 from collinmcneese/cmcneese/rhsm_registerLamont Granquist2021-11-023-0/+76
|\ \
| * | adds servicelevel to cspellCollin McNeese2021-10-301-0/+1
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * | Updates description for rhsm_register release property and removes Integer typeCollin McNeese2021-10-291-2/+2
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * | spellcheck fix in cspellCollin McNeese2021-10-291-0/+2
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * | spellcheck fixCollin McNeese2021-10-291-2/+2
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * | fixes typo made in auto_attach editCollin McNeese2021-10-291-1/+1
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
| * | adds additional properties to rhsm_register resourceCollin McNeese2021-10-292-1/+74
| | | | | | | | | | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* | | Bump version to 17.7.30 by Chef Expeditorv17.7.30Chef Expeditor2021-11-018-22/+30
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12235 from mordyovits/patch-1Tim Smith2021-11-011-1/+1
|\ \ \ | |/ / |/| | Fix small documentation typo in execute.rb
| * | Fix small documentation typo in execute.rbMordy Ovits2021-11-011-1/+1
|/ /
* | Update CHANGELOG.md to reflect the promotion of 17.7.29Chef Expeditor2021-10-292-18/+15
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.7.29 by Chef Expeditorv17.7.29Chef Expeditor2021-10-298-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12231 from chef/lcg/fix-http-server-exceptionLamont Granquist2021-10-283-4/+4
|\
| * Fix Net::HTTPServerException deprecationsLamont Granquist2021-10-283-4/+4
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.7.28 by Chef Expeditorv17.7.28Chef Expeditor2021-10-288-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12230 from ↵Tim Smith2021-10-281-11/+11
|\ | | | | | | | | chef/expeditor/chef/ohai_a2e98b656aee4f139b346ce1c8a91ed2784b74d3 Bump chef/ohai to a2e98b656aee4f139b346ce1c8a91ed2784b74d3
| * Bump chef/ohai to a2e98b656aee4f139b346ce1c8a91ed2784b74d3Chef Expeditor2021-10-281-11/+11
|/ | | | | | This pull request was triggered automatically via Expeditor when a2e98b656aee4f139b346ce1c8a91ed2784b74d3 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.27 by Chef Expeditorv17.7.27Chef Expeditor2021-10-288-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12219 from chef/fix-macos-userdefaults-nomethod-errorLamont Granquist2021-10-283-25/+22
|\
| * remove require root metafix-macos-userdefaults-nomethod-errorrishichawda2021-10-272-2/+2
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * move import to toprishichawda2021-10-271-23/+20
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | 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.