summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
* | Bump version to 16.9.6 by Chef Expeditorv16.9.6Chef Expeditor2020-12-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10798 from chef/fix_knife_statusTim Smith2020-12-303-2/+56
|\ \ | |/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix chefstyle violations.Pete Higgins2020-12-302-3/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-302-1/+55
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.9.5 by Chef Expeditorv16.9.5Chef Expeditor2020-12-307-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10796 from chef/testing_backportsTim Smith2020-12-3016-474/+308
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Avoid a shell_out call and just use File.binread.Pete Higgins2020-12-301-11/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Consolidate tests to reduce runtime on CI.Pete Higgins2020-12-301-384/+204
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix escaping in doc string.Pete Higgins2020-12-301-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Update spellcheck task for new version of cspell.Pete Higgins2020-12-301-6/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix typo.Pete Higgins2020-12-301-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Untangle some gnarly code.Pete Higgins2020-12-301-7/+4
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-302-3/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-306-54/+55
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Stub http requests in rubygems tests.Pete Higgins2020-12-305-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" })))
* | Bump version to 16.9.4 by Chef Expeditorv16.9.4Chef Expeditor2020-12-307-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10759 from chef/16_buildsTim Smith2020-12-308-69/+13
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve build / test failures now that Chef 16 is the stable relase16_buildsTim Smith2020-12-188-69/+13
| | | | | | | | | | | | Point the new chef-16 branch at 16-stable ohai branch Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.9.3 by Chef Expeditorv16.9.3Chef Expeditor2020-12-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10768 from axl89/10766-fix-crond-sensitive-16Tim Smith2020-12-201-0/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fixed cron_d resource ignoring sensitive propertyAxel Amigo Arnold2020-12-191-0/+1
|/ | | | | Signed-off-by: Axel Amigo <axl89@users.noreply.github.com> (cherry picked from commit fcb06a126aae91e65ea9e050c8ad8d0c6f5be06e)
* Merge pull request #10757 from chef/start_bumpTim Smith2020-12-181-5/+2
|\ | | | | Setup Expeditor to start the bump
| * Setup Expeditor to start the bumpTim Smith2020-12-181-5/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>