summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve 2 more ruby 2.7 warnings from shell_outwarningsTim Smith2020-05-172-2/+2
| | | | | | I believe this is the last of these from shell_out. Signed-off-by: Tim Smith <tsmith@chef.io>
* Minor release notes updatesTim Smith2020-05-151-16/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.1.0 by Chef Expeditorv16.1.0Chef Expeditor2020-05-157-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9873 from chef/16.1Tim Smith2020-05-141-2/+37
|\ | | | | Add 16.1 release notes
| * Remove extra line16.1Tim Smith2020-05-141-1/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-05-141-1/+0
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update RELEASE_NOTES.md Tim Smith2020-05-141-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-141-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-141-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Add 16.1 release notesTim Smith2020-05-141-2/+39
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.303 by Chef Expeditorv16.0.303Chef Expeditor2020-05-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9870 from chef/expeditor/inspec-core_4.18.114Tim Smith2020-05-141-3/+3
|\ | | | | Bump inspec-core to 4.18.114
| * Bump inspec-core to 4.18.114expeditor/inspec-core_4.18.114Chef Expeditor2020-05-141-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.18.114 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.302 by Chef Expeditorv16.0.302Chef Expeditor2020-05-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9868 from chef/lcg/chef-16-launchd2Lamont Granquist2020-05-134-51/+252
|\
| * Remove useless testLamont Granquist2020-05-132-44/+0
| | | | | | | | | | | | | | | | We broke this and they didn't fail, refactored the code and fixed it and now they're failing. We've got coverage of this in the functional tests now Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixing testsLamont Granquist2020-05-132-57/+78
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fixes and tests for Chef-16 regression in launchdLamont Granquist2020-05-133-6/+230
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.301 by Chef Expeditorv16.0.301Chef Expeditor2020-05-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9869 from chef/dep_bumpsTim Smith2020-05-132-29/+28
|\ | | | | Update Chefstyle to 1.0.5, Ohai to 16.1.1, and cheffish to 15.0.3
| * Update Chefstyle to 1.0.5 and Ohai to 16.1.1Tim Smith2020-05-132-29/+28
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.300 by Chef Expeditorv16.0.300Chef Expeditor2020-05-147-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9864 from chef/windows_ruby27Tim Smith2020-05-132-11/+11
|\ | | | | Switch Ruby functional test on Windows to Ruby 2.7
| * Switch Ruby functional test on Windows to Ruby 2.7windows_ruby27Tim Smith2020-05-132-11/+11
| | | | | | | | | | | | Test on what we ship Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.299 by Chef Expeditorv16.0.299Chef Expeditor2020-05-137-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9863 from chef/btm/less-emojisTim Smith2020-05-131-43/+43
|\ | | | | Remove most of the emojis from the buildkite tests
| * Remove most of the emojis from the buildkite testsBryan McLellan2020-05-131-43/+43
|/ | | | | | | | | | | | | Most of these emojis I can't remember so I spend longer waiting for the mouse-overs that I did before when some were too long. :older_man: Fixes the Amazon Linux 201X (<2) TK test Shortened some text where I thought it made sense too This is obviously a bikeshed but I really do find the emoji's difficult Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.298 by Chef Expeditorv16.0.298Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9862 from chef/btm/win10-e2e-fixesBryan McLellan2020-05-133-4/+9
|\ | | | | Switch end-to-end-windows-10 back to use the Linux scripts
| * Switch end-to-end-windows-10 back to use the Linux scriptsBryan McLellan2020-05-133-4/+9
|/ | | | | | | | | | kitchen is run on a linux container Also rename the verify/public pipeline back to verify. This keeps the history and is otherwise really just a bikeshed because they show up in different buildkite sites. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.297 by Chef Expeditorv16.0.297Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9857 from chef/btm/win10-e2eBryan McLellan2020-05-139-61/+174
|\ | | | | private end to end windows 10 pipeline
| * add initial windows end to end test recipebtm/win10-e2eBryan McLellan2020-05-131-0/+65
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Add private Windows 10 Azure e2e test to ExpeditorBryan McLellan2020-05-134-1/+80
| | | | | | | | | | | | | | To have access to the vault for cloud credentials, we have to have a separate private pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Deduplicate the bk windows scriptsBryan McLellan2020-05-134-60/+29
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.296 by Chef Expeditorv16.0.296Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9859 from chef/20.04Tim Smith2020-05-131-0/+35
|\ | | | | Add Ubuntu 20.04 testing to our pipeline
| * Add Ubuntu 20.04 testing to our pipelineTim Smith2020-05-131-0/+35
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.295 by Chef Expeditorv16.0.295Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9856 from chef/expand_pr_testingTim Smith2020-05-131-42/+42
|\ | | | | Test PRs against Ruby 2.7
| * Test PRs against Ruby 2.7Tim Smith2020-05-121-42/+42
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.294 by Chef Expeditorv16.0.294Chef Expeditor2020-05-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9837 from chef/csnapp/add_debian10_aarch64Tim Smith2020-05-131-0/+2
|\ \ | |/ |/| Add Debian 10 aarch64 support
| * Add Debian 10 aarch64 supportChristopher A. Snapp2020-05-131-0/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@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>