summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Nokogiri to 1.11.0nokogiriTim Smith2021-01-041-1/+1
| | | | | | This resolves CVE-2020-26247 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.9.14 by Chef Expeditorv16.9.14Chef Expeditor2021-01-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10824 from chef/bumps_16Tim Smith2021-01-042-27/+21
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Ohai to 16.8.2 and pin chefstyleTim Smith2021-01-042-27/+21
| | | | | | | | | | | | This ohai should fix build failures and we don't need to pull chefstyle from git anymore since we only want the latest coming in on chef/chef master. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.9.13 by Chef Expeditorv16.9.13Chef Expeditor2021-01-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.9.12 by Chef Expeditorv16.9.12Chef Expeditor2021-01-057-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10820 from chef/uuidTim Smith2021-01-043-1/+50
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Coerce uid to integer in Windows user resource.uuidPete Higgins2021-01-043-1/+50
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Merge pull request #10826 from chef/dnf_16Tim Smith2021-01-045-58/+435
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | add apologetic commentdnf_16Lamont Granquist2021-01-041-0/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | chefstyleLamont Granquist2021-01-041-13/+13
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add a couple more commentsLamont Granquist2021-01-041-0/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | use_magical_versionLamont Granquist2021-01-042-17/+33
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | comments and spellcheckLamont Granquist2021-01-043-4/+11
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix idempotency and parsing issues with DNF installsLamont Granquist2021-01-045-47/+393
| | | | | | | | | | | | | | | | | | Fixes issues with exceptions raising exceptions as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.9.11 by Chef Expeditorv16.9.11Chef Expeditor2021-01-057-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10825 from chef/fix_cask_16Tim Smith2021-01-042-3/+5
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix homebrew_cask for the new syntaxTim Smith2021-01-042-3/+5
|/ / | | | | | | | | | | Also add a CI test for installing a small cask Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.9.10 by Chef Expeditorv16.9.10Chef Expeditor2021-01-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10821 from chef/omnibus_evalsTim Smith2021-01-042-38/+84
|\ \ | | | | | | Remove the evals in the omnibus gemfile for Dependabot
| * | Update all omnibus deps to the latestTim Smith2021-01-041-31/+83
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the evals in the omnibus gemfile for DependabotTim Smith2021-01-041-7/+1
| |/ | | | | | | | | | | We can let dependabot manage the bumps to this file if we remove these. It's worth having to hand edit the file with extra test gems. It's going to save a ton of time. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.9.9 by Chef Expeditorv16.9.9Chef Expeditor2021-01-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.9.8 by Chef Expeditorv16.9.8Chef Expeditor2021-01-047-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10819 from chef/bcrypt_pbkdfTim Smith2021-01-043-11/+11
|\ | | | | Update bcrypt_pbkdf to support Ruby 3
| * Update bcrypt_pbkdf to support Ruby 3Tim Smith2021-01-043-11/+11
| | | | | | | | | | | | RC2 now includes support for Ruby 3 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10818 from chef/metadata_16Tim Smith2021-01-042-0/+12
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Link to the release notes from the changelogTim Smith2021-01-041-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add gemspec metadataTim Smith2021-01-041-0/+9
|/ | | | | | This ensures we have all the links on Rubygems now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.9.7 by Chef Expeditorv16.9.7Chef Expeditor2020-12-317-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10799 from chef/ci_cleanupTim Smith2020-12-3016-126/+122
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add Test Kitchen testing for Debian 11ci_cleanupTim Smith2020-12-302-0/+23
| | | | | | | | | | | | This release is not out yet, but we have containers for it now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Replace Ubuntu 20.10 testing with 21.04Tim Smith2020-12-302-4/+4
| | | | | | | | | | | | | | These containers are alpha/beta quality, but we should start testing on this since it'll be out when Chef Infra 17 is released. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove Test Kitchen tests for Amazon Linux 201XTim Smith2020-12-302-23/+0
| | | | | | | | | | | | | | | | The version of ld on Amazon Linux 201x cannot handle the ffi gem so these tests are going to fail forever now. This is a RHEL 6 based distro that is EOL as of the end of 2020. https://aws.amazon.com/blogs/aws/update-on-amazon-linux-ami-end-of-life/ Signed-off-by: Tim Smith <tsmith@chef.io>
| * Ensure we can still install RHEL 7 GCC on RHEL 6 in testingTim Smith2020-12-301-1/+2
| | | | | | | | | | | | These are the terrible things you get to do to support an EOL platform. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Don't install util-linux into the containers in CITim Smith2020-12-301-2/+2
| | | | | | | | | | | | This is already there. Don't waste time. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Removed unused rubygems from the omnibus overrides fileTim Smith2020-12-301-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>
| * Bundler -> bundleTim Smith2020-12-302-3/+3
| | | | | | | | | | | | It's an alias, but avoid the confusion Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid a bundler deprecation warningTim Smith2020-12-301-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cache gem installs on WindowsTim Smith2020-12-301-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print the full OS release from /etc/os-releaseTim Smith2020-12-301-0/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failures due to orderTim Smith2020-12-302-6/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Skip bundler update in the windows functional testsTim Smith2020-12-301-14/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update bundler in our Ruby 2.6 testsTim Smith2020-12-301-1/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve debug on windowsTim Smith2020-12-301-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print more useful troubleshooting infoTim Smith2020-12-301-1/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Throw and error if bunder can't be run on WindowsTim Smith2020-12-302-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Stop updating bundler in CITim Smith2020-12-303-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-301-2/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move all the CI scripts into the .expeditor dirTim Smith2020-12-3013-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>