summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Verify builds on additional platformsnew_platformsTim Smith2020-09-101-0/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update openssl to 1.0.2w and bump other deps to currentTim Smith2020-09-103-11/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.13.19 by Chef Expeditorv15.13.19Chef Expeditor2020-09-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10378 from chef/big_sur15Tim Smith2020-09-026-49/+21
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Convert the functional tests over to macos? as wellbig_sur15Tim Smith2020-09-021-2/+2
| | | | | | | | | | | | I missed these. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add macOS 11.0 (Big Sur) packagesTim Smith2020-09-021-0/+1
| | | | | | | | | | | | :dope: Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run the User::MacUser and User::Dscl tests on the correct systemsTim Smith2020-09-024-13/+9
| | | | | | | | | | | | Right now we attempt to run the dscl function specs on all macos systems, when only 10.13 still supports that. We're also only running the macuser functional specs on 10.14 even though that should be running on 10.15 as well. With the introduction of 11.0 the DSCL specs no longer run so we need this fix in order to move forward, but it also ensures we're correctly testing macos releases. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify macos detection in specs to include big surTim Smith2020-09-022-30/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Minor tweaks to the platform checks in the specsTim Smith2020-09-022-8/+8
| | | | | | | | | | | | | | Use match? to make sure we always get a bool back. Rename os_x? to macos? Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.13.18 by Chef Expeditorv15.13.18Chef Expeditor2020-09-027-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10377 from chef/knife_ssh_freezeTim Smith2020-09-022-3/+18
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * inserted rescuedheerajd-msys2020-09-021-2/+5
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * fix specsdheerajd-msys2020-09-021-2/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * remove --ssh-pty with updatedheerajd-msys2020-09-021-11/+13
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * Fix knife ssh freeze on windowsdheerajd-msys2020-09-021-1/+11
|/ | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Bump version to 15.13.17 by Chef Expeditorv15.13.17Chef Expeditor2020-09-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10375 from chef/bump-15Tim Smith2020-09-023-56/+41
|\ | | | | Pin Chefstyle + bump all other deps
| * Pin Chefstyle + bump all other depsTim Smith2020-09-023-56/+41
|/ | | | | | Pull in the latest InSpec + mixlib gems Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.13.16 by Chef Expeditorv15.13.16Chef Expeditor2020-08-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10317 from chef/hostnameTim Smith2020-08-181-18/+18
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use a const for the ec2 config location on windowsTim Smith2020-08-171-4/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add end-to-end hostname testingTim Smith2020-08-171-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use powershell_out vs. powershell_script in hostnameTim Smith2020-08-171-15/+14
| | | | | | | | | | | | | | | | | | This improves the log output and probably speeds up the run since we're not writing out a temporary script file anymore and then executing it. I also removed some delcare_resource uses since we enabled unified_mode for this resource. There's a ton more to remove here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.13.15 by Chef Expeditorv15.13.15Chef Expeditor2020-08-187-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10316 from chef/windows_fontTim Smith2020-08-172-1/+51
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * fix second chef run hangdheerajd-msys2020-08-172-1/+51
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.13.14 by Chef Expeditorv15.13.14Chef Expeditor2020-08-187-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10315 from chef/win_featureTim Smith2020-08-172-6/+36
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * additional testswin_featuredheerajd-msys2020-08-171-0/+20
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * tests addeddheerajd-msys2020-08-171-0/+10
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * optimized codedheerajd-msys2020-08-171-4/+4
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * install removed feature when source is availabledheerajd-msys2020-08-171-1/+5
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * Fix install features when install state is removeddheerajd-msys2020-08-172-6/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.13.13 by Chef Expeditorv15.13.13Chef Expeditor2020-08-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.13.12 by Chef Expeditorv15.13.12Chef Expeditor2020-08-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10312 from chef/exists_chef15Tim Smith2020-08-1757-146/+147
|\ \ | | | | | | Convert File.exists to File.exist in many places
| * | Convert File.exists to File.exist in many placesTim Smith2020-08-1757-146/+147
| | | | | | | | | | | | | | | | | | Backporting this makes it easier to backport other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.13.11 by Chef Expeditorv15.13.11Chef Expeditor2020-08-187-19/+20
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10313 from chef/darwin_detection_15Tim Smith2020-08-174-4/+4
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure darwin is always detectedTim Smith2020-08-174-4/+4
| | | | | | | | | | | | | | | | | | Make sure we always detect darwin even if the output changes. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #10314 from chef/openssl_requireTim Smith2020-08-171-1/+2
|\ \ \ | |/ / |/| | Use net/http and openssl instead of net/https
| * | Use net/http and openssl instead of net/httpsTim Smith2020-08-171-1/+2
|/ / | | | | | | | | | | | | net/https just calls openssl and net/http. We can just do that ourselves and avoid the extra layer Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.13.10 by Chef Expeditorv15.13.10Chef Expeditor2020-08-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10311 from chef/bumps_15_v2Tim Smith2020-08-172-83/+74
|\ \ | |/ |/| Update all deps to current
| * Update all deps to currentTim Smith2020-08-172-83/+74
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.13.9 by Chef Expeditorv15.13.9Chef Expeditor2020-08-057-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10266 from tehlers320/chef-15Tim Smith2020-08-051-0/+7
|\ | | | | Backport dist configuration to chef15
| * added configuration options for chef-serverTimothy Ehlers2020-08-051-0/+7
|/ | | | Signed-off-by: Timothy Ehlers <tehlers@expedia.com>
* Update CHANGELOG.md to reflect the promotion of 15.13.8Chef Expeditor2020-07-292-22/+19
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10227 from chef/15_releaseTim Smith2020-07-291-1/+24
|\ | | | | Release 15.13