summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Powershell_Package does not throw error when it cannot connect to ↵15_powershellsanga172020-06-222-86/+99
| | | | | | powershell gallery Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* Merge pull request #10029 from chef/debian_8_15Tim Smith2020-06-221-2/+1
|\ | | | | Stop producing packages for EOL Debian 8
| * Stop producing packages for EOL Debian 8Tim Smith2020-06-221-2/+1
|/ | | | | | Debian 8 went EOL June 6th: https://endoflife.software/operating-systems/linux/debian Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10015 from ramereth/chef-15_fix-chef-apply-enforce_licenseTim Smith2020-06-182-1/+8
|\ | | | | Fix how enforce_license is set in run method for chef-apply
| * Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-172-1/+8
|/ | | | | | | | | | | | | | | I recently discovered that when using Chef::Application::Apply.new.run(enforce_license: false), chef-apply will still run the license verification when I expected it to be disabled. It seems this feature works if you install this as a gem, however if you build chef using omnibus with this set, it refuses to work. I suspect this might be something with appbundler. I noticed that other binaries (i.e. solo) were using "run(enforce_license: false)" instead of "run(enforce_license = false)" which chef-apply uses. If I changed this to "run(enforce_license: false)", this worked as expected. Signed-off-by: Lance Albertson <lance@osuosl.org>
* Update CHANGELOG.md to reflect the promotion of 15.11.8Chef Expeditor2020-06-012-16/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.11.8 by Chef Expeditorv15.11.8Chef Expeditor2020-05-307-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9938 from chef/revert_pathsTim Smith2020-05-301-1/+2
|\ | | | | Revert the change to the load paths in the specs
| * Use lamonts set of pathsTim Smith2020-05-301-6/+5
| | | | | | | | | | | | I confirmed these work with chefdk Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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>