summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add software def for bcrypt_pbkdf-rubyCHEF-9639Marc A. Paradise2020-04-092-0/+43
| | | | | | | | | | Fixes an issue where the named gem does not build a compatible native extension for Windows when it's installed indirectly via `bundle isntall` of the `chef gem`. fixes: https://github.com/chef/chef/issues/9639 Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Bump version to 16.0.197 by Chef Expeditorv16.0.197Chef Expeditor2020-04-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9634 from chef/lcg/fix-bootstrap-cli-optionsTim Smith2020-04-083-7/+8
|\ | | | | Fix knife bootstrap_version CLI option overriding config option
| * fix speclcg/fix-bootstrap-cli-optionsLamont Granquist2020-04-081-2/+2
| | | | | | | | | | | | | | the bootstrap context isn't responsible for merging so this was always testing the wrong behavior Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-082-5/+6
| | | | | | | | | | | | | | | | closes #8834 @ccrebolder this should be all that is necessary to fix your issue. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.196 by Chef Expeditorv16.0.196Chef Expeditor2020-04-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9633 from chef/lcg/bump-highlineTim Smith2020-04-082-4/+4
|\ \ | | | | | | Bump highline to 2.x
| * | Bump highline to 2.xlcg/bump-highlineLamont Granquist2020-04-082-4/+4
| | | | | | | | | | | | | | | | | | We need 2.x for ruby 2.7 compat and warning suppresion Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.195 by Chef Expeditorv16.0.195Chef Expeditor2020-04-087-19/+20
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9622 from chef/arm_helperTim Smith2020-04-083-9/+20
|\ \ | |/ |/| Add arm? helper to chef-utils
| * This this one lineTim Smith2020-04-081-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove extra wishful helpersarm_helperTim Smith2020-04-071-3/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add arm? helper to chef-utilsTim Smith2020-04-073-9/+24
| | | | | | | | | | | | It's tagged as first shipping in chef 15.10 since I plan to backport this and that'll make sense in the docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.194 by Chef Expeditorv16.0.194Chef Expeditor2020-04-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9628 from chef/expeditor/train-core_3.2.27Tim Smith2020-04-081-1/+1
|\ \ | | | | | | Bump train-core to 3.2.27
| * | Bump train-core to 3.2.27Chef Expeditor2020-04-081-1/+1
| | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 3.2.27 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 16.0.193 by Chef Expeditorv16.0.193Chef Expeditor2020-04-087-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9623 from ↵Tim Smith2020-04-081-0/+1
|\ \ \ | |/ / |/| | | | | | | | MsysTechnologiesllc/sangmeshA/fix_systemd_unit_not_respecting_sensitive_property Fixed systemd_unit not respecting sensitive property
| * | Removed unwanted codesanga172020-04-081-3/+0
| | | | | | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * | Fixed systemd_unit not respecting sensitive propertysanga172020-04-082-0/+4
| |/ | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* | Bump version to 16.0.192 by Chef Expeditorv16.0.192Chef Expeditor2020-04-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9625 from chef/expeditor/inspec-core_4.18.104Tim Smith2020-04-081-5/+5
|\ \ | |/ |/| Bump inspec-core to 4.18.104
| * Bump inspec-core to 4.18.104expeditor/inspec-core_4.18.104Chef Expeditor2020-04-081-5/+5
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.18.104 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 16.0.191 by Chef Expeditorv16.0.191Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.190 by Chef Expeditorv16.0.190Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9607 from chef/cache_gemsTim Smith2020-04-073-36/+70
|\ | | | | Cache gems in the verify pipeline to speed up tests
| * Only cache the non-functional / integration stuffcache_gemsTim Smith2020-04-061-2/+32
| | | | | | | | | | | | This should prevent those failures Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move all the config version stuff to it's own sectionTim Smith2020-04-051-9/+11
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve folding and don't install gem docsTim Smith2020-04-052-3/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bundle install into vendor/bundleTim Smith2020-04-051-22/+22
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cache the vendor dirTim Smith2020-04-051-3/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9609 from MsysTechnologiesllc/VSingh/typos-fixesTim Smith2020-04-07112-189/+189
|\ \ | | | | | | Spell checking in comments and log messages
| * | Revert someVivek Singh2020-04-072-3/+3
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Add more typo fixesVivek Singh2020-04-0714-57/+57
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | some spec typosVivek Singh2020-04-0743-61/+61
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Revert someVivek Singh2020-04-062-2/+2
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Fix typoVivek Singh2020-04-0662-82/+82
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 16.0.189 by Chef Expeditorv16.0.189Chef Expeditor2020-04-077-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9615 from chef/expeditor/mixlib-cli_2.1.6Tim Smith2020-04-071-4/+4
|\ \ \ | | | | | | | | Bump mixlib-cli to 2.1.6
| * | | Bump mixlib-cli to 2.1.6expeditor/mixlib-cli_2.1.6Chef Expeditor2020-04-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-cli 2.1.6 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Add 15.9 release notesTim Smith2020-04-061-0/+64
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.188 by Chef Expeditorv16.0.188Chef Expeditor2020-04-067-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9611 from chef/btm/really-skip-reboot-testBryan McLellan2020-04-061-5/+6
|\ \ \ | |/ / |/| | Really skip the reboot pending func test if a reboot is pending
| * | Really skip the reboot pending func test if a reboot is pendingBryan McLellan2020-04-061-5/+6
| | | | | | | | | | | | | | | | | | This looks like it never worked but we happened to never run into it until we added a desktop platform to the pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 16.0.187 by Chef Expeditorv16.0.187Chef Expeditor2020-04-066-16/+16
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9608 from chef/btm/check-windows-installer-raceBryan McLellan2020-04-061-14/+33
|\ \ \ | |/ / |/| | Download and verify the Ruby installer, then move into place
| * | Download and verify the Ruby installer, then move into placeBryan McLellan2020-04-061-14/+33
|/ / | | | | | | | | | | | | This should reduce or remove race conditions while downloading the same file on multiple container instances. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 16.0.186 by Chef Expeditorv16.0.186Chef Expeditor2020-04-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9603 from chef/btm/permsBryan McLellan2020-04-051-9/+55
|\ \ | |/ |/| Improved Ruby download/install for functional tests
| * Improved Ruby download/install for functional testsBryan McLellan2020-04-051-9/+55
|/ | | | | | | | | | Adds more error checking and avoids trying to download Ruby if for some reason it already exists on disk and matches the SHA256 hash. The primary issue discovered when troubleshooting this script was that aws.exe was running asynchronous. That was 'fixed' with '| Out-Null'. Signed-off-by: Bryan McLellan <btm@loftninjas.org>