summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert the change to the load paths in the specsrevert_pathsTim Smith2020-05-291-4/+6
| | | | | | | | | | | This reverts commit de8d3a3299a18d4bfd2b419cb1303258441a862a. This code works fine within Workstation, but it fails hard with DK. We need to keep the DK verify checks running with Chef 15 until both of these codebases go away. For now just revert this and roll forward with life in master where we have the new paths Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.11.7 by Chef Expeditorv15.11.7Chef Expeditor2020-05-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9936 from chef/spec_updatesTim Smith2020-05-299-20/+27
|\ | | | | Pull in spec task / helper from master
| * Pull in spec task / helper from masterTim Smith2020-05-299-20/+27
| | | | | | | | | | | | We've changed up some things Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.11.6 by Chef Expeditorv15.11.6Chef Expeditor2020-05-297-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9935 from chef/avoid_spec_warningsTim Smith2020-05-292-4/+4
|\ | | | | Avoid some constant warnings in specs
| * Avoid some constant warnings in specsTim Smith2020-05-292-4/+4
|/ | | | | | We've already done this on master Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.11.5 by Chef Expeditorv15.11.5Chef Expeditor2020-05-287-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9924 from chef/lcg/chef-15-more-config-backcompatLamont Granquist2020-05-271-1/+2
|\
| * Chef-16 API compatibilityLamont Granquist2020-05-271-1/+2
|/ | | | | | | This is messy but thankfully its is against a codebranch which will become extinct. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #9906 from chef/csnapp/9476Tim Smith2020-05-261-0/+1
|\ | | | | Windows functional tests should be single-use
| * Windows functional test should be single-usecsnapp/9476Christopher A. Snapp2020-05-221-0/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Bump version to 15.11.4 by Chef Expeditorv15.11.4Chef Expeditor2020-05-267-18/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9915 from chef/fix_habTim Smith2020-05-261-1/+1
|\ \ | | | | | | Pin habitat bundler to 1.17.3
| * | Pin habitat bundler to 1.17.3Tim Smith2020-05-261-1/+1
|/ / | | | | | | | | | | This should fix our builds Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.11.3Chef Expeditor2020-05-222-25/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9907 from chef/15.11_notesTim Smith2020-05-221-0/+40
|\ \ | |/ |/| Add 15.11 Release Notes
| * Update RELEASE_NOTES.md Tim Smith2020-05-221-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-05-221-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-05-221-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add 15.11 Release NotesTim Smith2020-05-221-0/+40
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.11.3 by Chef Expeditorv15.11.3Chef Expeditor2020-05-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9904 from chef/backportsTim Smith2020-05-229-21/+56
|\ | | | | Multiple backports from Chef 16
| * Use the dist values in server error messagesTim Smith2020-05-222-9/+9
| | | | | | | | | | | | | | Improves the branding here and makes sure this displays correctly for cinc Signed-off-by: Tim Smith <tsmith@chef.io>
| * Force the bootstrap_directory to use the right separator on WindowsBryan McLellan2020-05-221-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ChefConfig::Config.etc_chef_dir and c_chef_dir would normally replace the standard forward slash separator with the backslash separator for Windows using PathHelper.cleanpath. However that has conditionals checking the platform and there's no clean way to modify those conditionals to take into account connection.platform in knife bootstrap when appropriate. This is a simple solution without mucking up the method definition of any more methods in chef-config. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Add REM lines to windows bootstrap script to fix labelBryan McLellan2020-05-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | For reasons only inferred on the internet, a batch label cannot exist near a "block boundary." What exactly that is I cannot discover. But this does fix this error: "The system cannot find the batch label specified - key_create" Fixes #9844 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by ↵Marc Chamberland2020-05-222-2/+8
| | | | | | | | | | | | | | | | | | Chad Jessup This fixes bootstrapping on Windows. All credit goes to Chad Jessup <chad.jessup@gmail.com> but since the original PR was left without DCO I'm replicating it here, with valid DCO. Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * [chef-utils] fix typosMichel Salim2020-05-221-2/+2
| | | | | | | | | | | | Slightly reword the introduction paragraph, and fix the mention of Devuan (the systemd-less Debian derivative). Signed-off-by: Michel Salim <michel@fb.com>
| * Fixed armv6l and armv7l tests.Matt Ray2020-05-221-2/+2
| | | | | | | | Signed-off-by: Matt Ray <github@mattray.dev>
| * Fix failures inspecting a single cookbookTim Smith2020-05-221-3/+4
| | | | | | | | | | | | The chef-resource-inspector with zero args inspects chef, but you can also pass it an argument to inspect cookbooks or files. The current logic for inspecting a cookbook is broken. It incorrectly tries to load cookbooks and it results in failures after several minutes of spinning. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Added armv6l and armv7l to arm? and armhf? helpersMatt Ray2020-05-222-3/+14
| | | | | | | | | | | | | | | | armv6l is Raspberry Pi 1/Zero armv7l is Raspberry Pi 2,3,4 Tested with Raspbian 10, Debian 10, Centos 7 Signed-off-by: Matt Ray <github@mattray.dev>
* | Bump version to 15.11.2 by Chef Expeditorv15.11.2Chef Expeditor2020-05-227-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9881 from chef/csnapp/use_win_from_rubydistrosTim Smith2020-05-222-82/+16
|\ | | | | Modify verify pipeline to use rubydistros windows-2019 docker image
| * Allow chefstyle dependencies in windows verify testsChristopher A. Snapp2020-05-221-1/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Refactor verify pipeline to use rubydistros Ruby 2.6 on Windows docker imageChristopher A. Snapp2020-05-222-81/+15
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 15.11.1 by Chef Expeditorv15.11.1Chef Expeditor2020-05-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9902 from chef/bump_openssl_15Tim Smith2020-05-211-1/+1
|\ | | | | Update openssl to 1.0.2v
| * Update openssl to 1.0.2vTim Smith2020-05-211-1/+1
|/ | | | | | This includes security hardening improvements Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.11.0 by Chef Expeditorv15.11.0Chef Expeditor2020-05-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9899 from chef/bump_deps_15Tim Smith2020-05-2162-408/+335
|\ | | | | Update all deps to current
| * Update kitchen tests to upgrade GCC on RHEL 6Tim Smith2020-05-211-11/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-2154-191/+191
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Speed up the dep update rake taskTim Smith2020-05-211-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove simplecov for testing as we already did in chef 16Tim Smith2020-05-213-18/+1
| | | | | | | | | | | | We're not using this Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update bcrypt_pbkdf to resolve issues running from windows nodesTim Smith2020-05-212-6/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * More expeditor config updatesTim Smith2020-05-211-68/+43
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove duplicate gem vendoring configsTim Smith2020-05-211-22/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use built-in Expeditor gem cachingTim Smith2020-05-212-24/+13
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the Ruby 2.6 test containersTim Smith2020-05-211-18/+18
| | | | | | | | | | | | Latest is now Ruby 2.7 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update all deps to currentTim Smith2020-05-213-63/+71
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>