summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rspec testing on CentOS 8expand_pr_testingTim Smith2020-05-121-0/+34
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test PRs against Ruby 2.7Tim Smith2020-05-121-42/+42
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.293 by Chef Expeditorv16.0.293Chef Expeditor2020-05-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9850 from chef/deprecation_warningsBryan McLellan2020-05-122-2/+2
|\ | | | | Avoid ruby deprecation warnings in cab_package and powershell_script
| * Avoid ruby deprecation warnings in cab_package and powershell_scriptdeprecation_warningsTim Smith2020-05-122-2/+2
| | | | | | | | | | | | Simple fix to avoid these with shell_out Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.292 by Chef Expeditorv16.0.292Chef Expeditor2020-05-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9842 from chef/im/update_resource_doc_examplesTim Smith2020-05-122-0/+71
|\ \ | |/ |/| Add examples to windows_security_policy
| * Add resource docs examples from PR to chef-web-docsim/update_resource_doc_examplesIanMadd2020-05-122-0/+71
| | | | | | | | Signed-off-by: IanMadd <imaddaus@chef.io>
* | Bump version to 16.0.291 by Chef Expeditorv16.0.291Chef Expeditor2020-05-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9845 from chef/csnapp/update_rubyinstaller_shaTim Smith2020-05-121-1/+1
|\ \ | |/ |/| Update rubyinstaller-devkit-2.6.6-1-x64.exe SHA
| * Update rubyinstaller-devkit-2.6.6-1-x64.exe SHAChristopher A. Snapp2020-05-121-1/+1
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 16.0.290 by Chef Expeditorv16.0.290Chef Expeditor2020-05-117-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9835 from chef/stop_upgrading_gemsTim Smith2020-05-115-42/+8
|\ | | | | Stop upgrading rubygems in tests
| * Try upgrading to Ruby 2.6.6stop_upgrading_gemsTim Smith2020-05-101-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Stop updating rubygems in our test scriptsTim Smith2020-05-105-41/+7
|/ | | | | | | Rubygems is built into ruby and we're not updating it anymore in our builds. We get the version that ships in Ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.289 by Chef Expeditorv16.0.289Chef Expeditor2020-05-107-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9830 from chef/better_errorsTim Smith2020-05-092-9/+9
|\ | | | | Use the dist values in server error messages
| * Use the dist values in server error messagesbetter_errorsTim Smith2020-05-082-9/+9
|/ | | | | | | Improves the branding here and makes sure this displays correctly for cinc Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #9828Chef Expeditor2020-05-081-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9828 from chef/testingTim Smith2020-05-082-27/+16
|\ | | | | Try removing asdf entirely and just use omnibus-toolchain
| * Try removing asdf entirely and just use omnibus-toolchaintestingTim Smith2020-05-072-27/+16
|/ | | | | | It seems odd that we install ruby over ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.288 by Chef Expeditorv16.0.288Chef Expeditor2020-05-087-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9827 from chef/lcg/remove-config-defaultsTim Smith2020-05-071-27/+0
|\ | | | | Remove the config hash defaults
| * Remove the config hash defaultslcg/remove-config-defaultsLamont Granquist2020-05-071-27/+0
|/ | | | | | | | | | The backport to Chef-15 made me realize that this all needs to be deleted. The :hints looks necessary to initialize that to a Hash and to create the config context to begin with. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 16.0.287Chef Expeditor2020-05-072-25/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.287 by Chef Expeditorv16.0.287Chef Expeditor2020-05-077-21/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9825 from chef/fix-misspelling-in-knife-commandTim Smith2020-05-071-6/+6
|\ | | | | Fix a misspelling in knife subcommand.
| * Fix a misspelling in knife subcommand.Pete Higgins2020-05-071-6/+6
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.286 by Chef Expeditorv16.0.286Chef Expeditor2020-05-077-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9824 from chef/printer_requiredTim Smith2020-05-071-1/+1
|\ | | | | Only require the driver_name property when creating printer ports
| * Only require the driver_name property when creating printer portsTim Smith2020-05-071-1/+1
|/ | | | | | This restores the previous behavior Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #9819Chef Expeditor2020-05-071-0/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9819 from chef/remove_bundlerTim Smith2020-05-061-2/+0
|\ | | | | Don't update rubygems / bundler in the kitchen tests
| * Don't update rubygems / bundler in the kitchen testsTim Smith2020-05-061-2/+0
| | | | | | | | | | | | There's no need to do this Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #9818Chef Expeditor2020-05-071-3/+4
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9818 from chef/cache_gemsTim Smith2020-05-061-1/+1
|\ | | | | Cache the gems during the Test Kitchen tests
| * Cache the gems during the Test Kitchen testsTim Smith2020-05-061-1/+1
|/ | | | | | We need to cache them in the project root not the TK root Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.285 by Chef Expeditorv16.0.285Chef Expeditor2020-05-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9816 from chef/more_kitchen_testingTim Smith2020-05-066-30/+115
|\ | | | | Expand our sudo, sysctl, execute, apt_update and apt_preference testing
| * Make sure we do yum at the beginning of the testTim Smith2020-05-061-1/+2
| | | | | | | | | | | | We need EPEL Signed-off-by: Tim Smith <tsmith@chef.io>
| * Get timing on the ruby installTim Smith2020-05-061-0/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Expand our sudo, sysctl, execute, apt_update and apt_preference testingTim Smith2020-05-065-30/+113
| | | | | | | | | | | | Test more scenarios Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.284 by Chef Expeditorv16.0.284Chef Expeditor2020-05-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9815 from chef/btm/lalr1.javaTim Smith2020-05-061-1/+1
|\ \ | | | | | | Update omnibus-software for Windows lalr1.java removal
| * | Update omnibus-software for Windows lalr1.java removalBryan McLellan2020-05-061-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/chef/omnibus-software/pull/1196 https://github.com/chef/customer-bugs/issues/91 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 16.0.283 by Chef Expeditorv16.0.283Chef Expeditor2020-05-077-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9813 from chef/more_kitchen_testingTim Smith2020-05-0612-20/+340
|\ \ \ | |/ / |/| / | |/ Add ohai_hint and openssl_* testing in Test Kitchen
| * Add ohai_hint and openssl_* testingTim Smith2020-05-0612-20/+340
| | | | | | | | | | | | Expand the resources we test. Pulled in from bft Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9814 from chef/small-rdoc-fixTim Smith2020-05-061-0/+2
|\ \ | | | | | | Fix a small rdoc formatting bug for `copy_properties_from`.
| * | Fix a small rdoc formatting bug for `copy_properties_from`.Pete Higgins2020-05-061-0/+2
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>