summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump omnibus from `90306c9` to `b1f410b` in /omnibusdependabot/bundler/omnibus/main/omnibus-b1f410bdependabot[bot]2021-10-211-8/+8
| | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `90306c9` to `b1f410b`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/90306c957105f5f8ef3bff2cdbe61981ceb2b3ef...b1f410bf6b039027650d3d753f7d337a6ca4c1d8) --- updated-dependencies: - dependency-name: omnibus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump version to 17.7.11 by Chef Expeditorv17.7.11Chef Expeditor2021-10-198-26/+28
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12177 from chef/expeditor/_chef-zero_15.0.11Tim Smith2021-10-181-2/+2
|\ | | | | Bump chef-zero to 15.0.11
| * Bump chef-zero to 15.0.11expeditor/_chef-zero_15.0.11Chef Expeditor2021-10-171-2/+2
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when chef-zero 15.0.11 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Merge pull request #12185 from chef/spelling_mainTim Smith2021-10-181-1/+12
|\ \ | | | | | | Add a few chef/chef specific spellings to the cspell file
| * | Add a few chef/chef specific spellings to the cspell fileTim Smith2021-10-181-1/+12
|/ / | | | | | | | | | | The other stuff is in the company dictionary now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #12183 from chef/lcg/update-badssl-certTim Smith2021-10-181-22/+22
|\ \ | |/ |/| Update expired badssl cert in kitchen-tests
| * Update expired badssl cert in kitchen-testsLamont Granquist2021-10-181-22/+22
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md with details from pull request #12176Chef Expeditor2021-10-171-0/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12176 from chef/more_spellingTim Smith2021-10-161-1/+3
|\ | | | | Skip the cspell config and MVPs file in cspell
| * Skip the cspell config and MVPs file in cspellTim Smith2021-10-161-1/+3
| | | | | | | | | | | | No need to check these Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #12175Chef Expeditor2021-10-171-0/+2
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12175 from chef/nuke_dictionaryTim Smith2021-10-161-514/+134
|\ \ | |/ | | Start over in the cspell file
| * Start over in the cspell fileTim Smith2021-10-161-514/+134
| | | | | | | | | | | | Now that we don't have the release notes in this repo most of this can probably go. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #12058Chef Expeditor2021-10-171-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12058 from chef/2110Tim Smith2021-10-162-9/+9
|\ | | | | Replace Ubuntu 21.04 kitchen tests with 21.10
| * Replace Ubuntu 21.04 kitchen tests with 21.10Tim Smith2021-10-162-9/+9
|/ | | | | | Test with the very latest Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.7.10 by Chef Expeditorv17.7.10Chef Expeditor2021-10-178-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.7.9 by Chef Expeditorv17.7.9Chef Expeditor2021-10-178-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11898 from chef/api-based-macos-userdefaultsTim Smith2021-10-167-223/+225
|\ | | | | rewrite macos_userdefaults using corefoundation gem
| * fix chefstyle errorsapi-based-macos-userdefaultsrishichawda2021-10-071-7/+7
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * add macos runner to github workflowrishichawda2021-10-061-0/+15
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * functional testsrishichawda2021-10-061-0/+119
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * require CF in action_classrishichawda2021-10-041-20/+23
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * remove unused variable in unit testrishichawda2021-09-301-1/+0
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * make the set call uniformrishichawda2021-09-301-5/+1
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * add e2e test for array with dict valuerishichawda2021-09-281-0/+8
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * require corefoundation only on darwinrishichawda2021-09-251-1/+1
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * add corefoundation gem dependencyrishichawda2021-09-252-0/+5
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * transform values at source with coercerishichawda2021-09-251-11/+7
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * update testsrishichawda2021-09-241-95/+36
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * remove transoform on hash keysrishichawda2021-09-241-2/+1
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * deprecate type and sudo propertiesrishichawda2021-09-241-2/+4
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * refactor(macos_userdefaults): remove valid key checkrishichawda2021-09-241-14/+5
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * fix(macos_userdefaults): silent fail on set callrishichawda2021-09-241-2/+2
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
| * rewrite macos_userdefaults using corefoundation gemrishichawda2021-09-241-122/+50
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | Merge pull request #12174 from chef/bump_all_deposTim Smith2021-10-162-14/+14
|\ \ | | | | | | Update all deps to the latest
| * | Update all deps to the latestTim Smith2021-10-162-14/+14
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.7.8 by Chef Expeditorv17.7.8Chef Expeditor2021-10-148-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12168 from jgitlin-p21/mainLamont Granquist2021-10-141-1/+1
|\ \
| * | Fix typoJosh Gitlin2021-10-141-1/+1
|/ / | | | | | | Signed-off-by: Josh Gitlin <jgitlin@pinnacle21.com>
* | Bump version to 17.7.7 by Chef Expeditorv17.7.7Chef Expeditor2021-10-148-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12151 from ↵Tim Smith2021-10-141-4/+6
|\ \ | | | | | | | | | | | | tecracer-theinen/theinen/target-protocol-in-credentials Allow specifying transport protocol in RFC099 credential files
| * | Change to setting name to transport_protocolThomas Heinen2021-10-121-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Heinen <theinen@tecracer.de>
| * | Allow specifying transport protocol in RFC099 credential filesThomas Heinen2021-10-081-4/+6
| | | | | | | | | | | | Signed-off-by: Thomas Heinen <theinen@tecracer.de>
* | | Bump version to 17.7.6 by Chef Expeditorv17.7.6Chef Expeditor2021-10-148-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 17.7.5 by Chef Expeditorv17.7.5Chef Expeditor2021-10-148-21/+22
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12166 from jgitlin-p21/mainLamont Granquist2021-10-141-1/+1
|\ \ \
| * | | Clarify recursive deleteJosh Gitlin2021-10-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Josh Gitlin <jgitlin@pinnacle21.com>
* | | | Merge pull request #12161 from ↵Tim Smith2021-10-141-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-90306c9 Bump omnibus from `37897ad` to `90306c9` in /omnibus