summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we can still install RHEL 7 GCC on RHEL 6 in testingrhel6_testsTim Smith2020-12-281-1/+2
| | | | | | These are the terrible things you get to do to support an EOL platform. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.0.14 by Chef Expeditorv17.0.14Chef Expeditor2020-12-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10787 from chef/scriptsTim Smith2020-12-281-2/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Don't install util-linux into the containers in CITim Smith2020-12-281-2/+2
| | | | | | | | | | | | This is already there. Don't waste time. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10788 from chef/rubygemsTim Smith2020-12-281-1/+0
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Removed unused rubygems from the omnibus overrides fileTim Smith2020-12-281-1/+0
|/ / | | | | | | | | | | We no longer update this and the only software def in omnibus-software that deps on it is bundler, which nothing else deps on at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.13 by Chef Expeditorv17.0.13Chef Expeditor2020-12-297-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10786 from chef/scriptsTim Smith2020-12-286-34/+30
|\ \ | |/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bundler -> bundleTim Smith2020-12-282-3/+3
| | | | | | | | | | | | It's an alias, but avoid the confusion Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid a bundler deprecation warningscriptsTim Smith2020-12-281-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cache gem installs on WindowsTim Smith2020-12-281-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print the full OS release from /etc/os-releaseTim Smith2020-12-281-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failures due to orderTim Smith2020-12-282-6/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Skip bundler update in the windows functional testsTim Smith2020-12-281-14/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update bundler in our Ruby 2.6 testsTim Smith2020-12-281-1/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve debug on windowsTim Smith2020-12-281-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print more useful troubleshooting infoTim Smith2020-12-281-1/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Throw and error if bunder can't be run on WindowsTim Smith2020-12-282-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Stop updating bundler in CITim Smith2020-12-283-14/+2
| | | | | | | | | | | | We don't update it in our builds anymore. We just use the version that's built into Ruby. This omnibus override was only used for CI and we had to match the versions, which was a real pain and pretty pointless. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print the bundler version in the CI scriptTim Smith2020-12-281-2/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.12 by Chef Expeditorv17.0.12Chef Expeditor2020-12-297-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9847 from chef/lcg/dnf-versionfixTim Smith2020-12-285-58/+435
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | add apologetic commentlcg/dnf-versionfixLamont Granquist2020-12-281-0/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | chefstyleLamont Granquist2020-12-281-13/+13
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add a couple more commentsLamont Granquist2020-12-281-0/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | use_magical_versionLamont Granquist2020-12-282-17/+33
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | comments and spellcheckLamont Granquist2020-12-283-4/+11
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix idempotency and parsing issues with DNF installsLamont Granquist2020-12-285-47/+393
| | | | | | | | | | | | | | | | | | Fixes issues with exceptions raising exceptions as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Merge pull request #10785 from chef/scriptsTim Smith2020-12-2813-52/+52
|\ \ \ | | |/ | |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Move all the CI scripts into the .expeditor dirTim Smith2020-12-2813-52/+52
|/ / | | | | | | | | | | There's no reason to store all our test stuff at the top level when this all used by the Expeditor / BK jobs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10784 from chef/update-spellcheck-taskTim Smith2020-12-281-6/+1
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update spellcheck task for new version of cspell.Pete Higgins2020-12-281-6/+1
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Update CHANGELOG.md with details from pull request #10761Chef Expeditor2020-12-291-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 17.0.11 by Chef Expeditorv17.0.11Chef Expeditor2020-12-297-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10761 from chef/dont-rely-on-live-servers-for-rubygems-testsTim Smith2020-12-285-7/+39
|\ \ \ | | | | | | | | Stub http requests in rubygems tests.
| * | | Stub http requests in rubygems tests.Pete Higgins2020-12-285-7/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org> This commit includes a trimmed version of rubygems.org API output. To recreate this file: * Download the file from rubygems.org: curl "https://rubygems.org/latest_specs.4.8.gz" * Read the file, uncompress it, filter for the data you want, and reverse the process: File.write("latest_specs.4.8.gz", Gem::Util.gzip(Marshal.dump(Marshal.load(Gem::Util.gunzip(File.read("latest_specs.4.8.gz"))).select {|m| m.first == "sexp_processor" })))
* | | | Merge pull request #10782 from chef/cleanup-knife-statusTim Smith2020-12-288-66/+63
|\ \ \ \ | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Fix chefstyle violations.Pete Higgins2020-12-282-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | Untangle some gnarly code.Pete Higgins2020-12-281-7/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-282-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-286-54/+55
| | |/ / | |/| | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | Merge pull request #10783 from chef/fix-spellcheckTim Smith2020-12-281-1/+1
|\ \ \ \ | |/ / / |/| | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Fix typo.Pete Higgins2020-12-281-1/+1
|/ / / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 17.0.10 by Chef Expeditorv17.0.10Chef Expeditor2020-12-287-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10781 from chef/fix-knife-status-presenter-nil-ipaddressTim Smith2020-12-282-1/+55
|\ \ \ | |_|/ |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-282-1/+55
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 17.0.9 by Chef Expeditorv17.0.9Chef Expeditor2020-12-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.0.8 by Chef Expeditorv17.0.8Chef Expeditor2020-12-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10699 from chef-davin/windows_security_policyTim Smith2020-12-282-40/+73
|\ \ | | | | | | Refactor the code for windows_security_policy resource
| * | fixing a chefstyle errorDavin Taddeo2020-12-211-0/+1
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>