summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef/ohai to 70ca2b3da825727abef3e3041c937c3010b43e14expeditor/chef/ohai_70ca2b3da825727abef3e3041c937c3010b43e14Chef Expeditor2021-11-051-13/+13
| | | | | | This pull request was triggered automatically via Expeditor when 70ca2b3da825727abef3e3041c937c3010b43e14 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.33 by Chef Expeditorv17.7.33Chef Expeditor2021-11-048-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12103 from chef/update-powershell-binariesLamont Granquist2021-11-04211-193/+197
|\
| * be consistent with -1 valuesupdate-powershell-binariesLamont Granquist2021-11-031-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Clear up some more -1'sLamont Granquist2021-11-031-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * change default timeout to -1Lamont Granquist2021-11-031-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Revert back to positional parameters for the interpreterLamont Granquist2021-11-031-5/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix args error in pwsh classrishichawda2021-11-031-2/+3
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * fix args error on powershell classrishichawda2021-11-031-1/+2
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * update powershell_exec mixinrishichawda2021-11-031-6/+8
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * chefstyle errorsrishichawda2021-11-031-1/+1
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * review updatesrishichawda2021-11-031-3/+4
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * update powershell class to support optional timeout parameterrishichawda2021-11-031-5/+5
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * update powershell exec binariesrishichawda2021-11-03208-180/+180
|/ | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* 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>