summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove RHEL5 support from yum_package providerlcg/remove-rhel5-yum-supportLamont Granquist2021-04-3011-1319/+4
| | | | | | We haven't supported or tested against this in ages. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix cspellLamont Granquist2021-04-301-0/+1
|
* Update RELEASE_NOTES.mdTim Smith2021-04-301-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.1.1 by Chef Expeditorv17.1.1Chef Expeditor2021-04-308-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11486 from chef/lcg/yum-fix-blocking-and-flushingLamont Granquist2021-04-305-105/+119
|\
| * Update commentsLamont Granquist2021-04-301-1/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix json syntaxlcg/yum-fix-blocking-and-flushingLamont Granquist2021-04-301-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * spellcheckLamont Granquist2021-04-301-58/+60
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * spellcheckLamont Granquist2021-04-301-0/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * spellcheckLamont Granquist2021-04-304-8/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix error handlingLamont Granquist2021-04-291-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * need some outputLamont Granquist2021-04-291-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix yum provider blocking and flushingLamont Granquist2021-04-294-45/+52
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update RELEASE_NOTES.mdTim Smith2021-04-301-0/+6
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.1.0 by Chef Expeditorv17.1.0Chef Expeditor2021-04-308-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11478 from ↵Tim Smith2021-04-301-85/+6
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-1d97cd9 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump omnibus from `79c80e0` to `1d97cd9` in /omnibusdependabot/bundler/omnibus/master/omnibus-1d97cd9dependabot-preview[bot]2021-04-291-85/+6
| | | | | | | | | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `79c80e0` to `1d97cd9`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/79c80e0414e17069e6cbe121a55fc36e867d7a04...1d97cd9e79a062dfc12f0c047215f3a9e4d65b09) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump version to 17.0.253 by Chef Expeditorv17.0.253Chef Expeditor2021-04-308-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11275 from chef/mp/knife-gem-specsMarc A. Paradise2021-04-30571-21/+4550
|\ \ \ | |_|/ |/| | move knife spec tests into the knife gem dir
| * | Let knife ship its specs againMarc A. Paradise2021-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | Now that they're no longer located in "../spec" we can pull them back in. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Remove knife exclusions from chef gemMarc A. Paradise2021-04-301-3/+1
| | | | | | | | | | | | | | | | | | | | | These are no longer required because knife files will no longer be matched by the given pattern. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | remove knife spec exclusionsMarc A. Paradise2021-04-301-9/+2
| | | | | | | | | | | | | | | | | | | | | knife specs are no longer in this path, so they don't need to be excluded anymore. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Update rake spec for new pathsMarc A. Paradise2021-04-301-6/+1
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | update expected path for new content locationMarc A. Paradise2021-04-301-1/+1
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Update linting and gitignore for knife rspec changesMarc A. Paradise2021-04-303-1/+11
| | | | | | | | | | | | | | | | | | | | | Now that we have moved specs and supporting data into knife/, our tools need to know what not to look at there too. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Move knife spec files into the knife gemMarc A. Paradise2021-04-30564-0/+4533
|/ / | | | | | | | | | | That's where they belong, now that we've split the gem out. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Bump version to 17.0.252 by Chef Expeditorv17.0.252Chef Expeditor2021-04-298-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11481 from chef/cli_by_defaultTim Smith2021-04-292-2/+2
|\ \ | | | | | | Make CLI one of the default reporters for Compliance Phase
| * | Update the specscli_by_defaultTim Smith2021-04-291-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make CLI one of the default reporters for Compliance PhaseTim Smith2021-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | This makes it much easier to use out of the box by showing something real in addition to saving a file to disk. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #11484 from chef/IanMadd-patch-1Tim Smith2021-04-291-1/+1
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | release notes typoIan Maddaus2021-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> of the years --> over the years chef/chef-web-docs#3102
* | | | Bump version to 17.0.251 by Chef Expeditorv17.0.251Chef Expeditor2021-04-298-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #11483 from chef/lcg/yum-spec-modernizationLamont Granquist2021-04-291-428/+493
|\ \ \ \ | |/ / / |/| | | Yum func spec modernization
| * | | Yum func spec modernizationLamont Granquist2021-04-291-428/+493
|/ / / | | | | | | | | | | | | | | | Use the RecipeDSLHelper and disable all the repos for most of the tests Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 17.0.250 by Chef Expeditorv17.0.250Chef Expeditor2021-04-298-20/+21
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11482 from chef/gitignoreTim Smith2021-04-291-0/+3
|\ \ | | | | | | Add gem files to the gitignore
| * | Add gem files to the gitignoreTim Smith2021-04-291-0/+3
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #11480 from chef/fix_urlsTim Smith2021-04-292-3/+3
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update urls to latestMarc A. Paradise2021-04-291-2/+2
| | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * Update URLs in our Compliance Phase errorsTim Smith2021-04-292-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.249 by Chef Expeditorv17.0.249Chef Expeditor2021-04-298-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11474 from chef/expeditor/inspec-core-bin_4.36.4Tim Smith2021-04-281-6/+10
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump inspec-core-bin to 4.36.4expeditor/inspec-core-bin_4.36.4Chef Expeditor2021-04-291-6/+10
| |/ | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.36.4 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.0.248 by Chef Expeditorv17.0.248Chef Expeditor2021-04-298-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11475 from chef/lcg/remove-chef-sugar-testingLamont Granquist2021-04-281-10/+0
|\ \ | | | | | | Remove Chef Sugar from CI testing matrix
| * | This was moved to the boneyardLamont Granquist2021-04-281-10/+0
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 17.0.247 by Chef Expeditorv17.0.247Chef Expeditor2021-04-298-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11472 from mwrock/lparamLamont Granquist2021-04-281-2/+9
|\ \ \ | |_|/ |/| | use int64 on x64 architecture for LPARAM and LONG_PTR types
| * | use int64 on x64 architecture for LPARAM and LONG_PTR typesMatt Wrock2021-04-281-2/+9
| | | | | | | | | | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>