summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix load path in test runs.fix-rspec-load-pathPete Higgins2020-03-111-6/+4
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.129 by Chef Expeditorv16.0.129Chef Expeditor2020-03-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9477 from chef/more_vault_helpersTim Smith2020-03-103-0/+97
|\ | | | | Add the chef-vault helpers from the chef-vault cookbook
| * Exercise the helper even if we can't load a valueTim Smith2020-03-101-0/+11
| | | | | | | | | | | | We're not authorized to fetch it, but we can exercise the code path Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we reference the correct ChefVaultTim Smith2020-03-101-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the chef-vault helpers from the chef-vault cookbookmore_vault_helpersTim Smith2020-03-102-0/+86
|/ | | | | | Add these to universal so that existing users can use chef-vault data bags without the need for the cookbook. This allows us to deprecate that cookbook entirely. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.128 by Chef Expeditorv16.0.128Chef Expeditor2020-03-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9444 from chef/equal_toTim Smith2020-03-092-3/+14
|\ | | | | Expose equal_to values in property / chef-resource-inspector
| * Expose equal_to values in property / chef-resource-inspectorTim Smith2020-03-092-3/+14
|/ | | | | | We need this information so we can generator documentation that includes these values. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9473 from chef/more_foldingTim Smith2020-03-091-5/+3
|\ | | | | Add more folding to the windows functional tests
| * Add more folding to the windows functional testsTim Smith2020-03-091-5/+3
| | | | | | | | | | | | Make this easier to debug in the future Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.127 by Chef Expeditorv16.0.127Chef Expeditor2020-03-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9472 from chef/fix-require-in-testTim Smith2020-03-091-1/+1
|\ \ | |/ |/| Fix require breaking windows functional tests in BK
| * Fix require in test.Pete Higgins2020-03-091-1/+1
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.126 by Chef Expeditorv16.0.126Chef Expeditor2020-03-097-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9471 from chef/fauxhaiTim Smith2020-03-092-4/+4
|\ | | | | Update Fauxhai to 8.0
| * Update Fauxhai to 8.0Tim Smith2020-03-092-4/+4
| | | | | | | | | | | | This is quite a bit smaller Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.125 by Chef Expeditorv16.0.125Chef Expeditor2020-03-097-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9453 from chef/remove_legacy_updatercTim Smith2020-03-092-195/+41
|\ \ | | | | | | Remove support in debian service init for old update-rc
| * | Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-052-195/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code supports sysv-rc < 2.88 Debian 8 comes with 2.88dsf-59 Debian 7 comes with 2.88dsf-41 So it seems that this code support Debian 6 which went EOL almost exactly 4 years ago. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9466 from chef/faster_specsTim Smith2020-03-092-49/+4
|\ \ \ | |_|/ |/| | Set env vars in the container setup script
| * | Set env vars in the container setup scriptfaster_specsTim Smith2020-03-062-49/+4
| | | | | | | | | | | | | | | | | | We're setting the same env vars in each job. Seems entirely pointless. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md with details from pull request #9468Chef Expeditor2020-03-091-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9468 from chef/fix_windows_functionalTim Smith2020-03-091-2/+1
|\ \ \ | | | | | | | | Use the aws cli to download ruby in the windows tests
| * | | Use the aws cli to download ruby in the windows testsTim Smith2020-03-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This should fix our busted windows tests Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.124 by Chef Expeditorv16.0.124Chef Expeditor2020-03-097-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9464 from chef/rakeTim Smith2020-03-092-3/+3
|\ \ \ \ | |/ / / |/| | | Pin to Rake 13.0.1 to prevent double rake
| * | | Pin to Rake 13.0.1 to prevent double rakeTim Smith2020-03-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | New ruby. New pin Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.123 by Chef Expeditorv16.0.123Chef Expeditor2020-03-097-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9467 from ↵Tim Smith2020-03-098-102/+98
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | chef/Kapil/GitHub-9435_Fix_windows_certificate_functional_tests_under_buildkite Fix windows_certificate functional tests under buildkite
| * | | | Fix windows_certificate functional tests under buildkiteKapil/GitHub-9435_Fix_windows_certificate_functional_tests_under_buildkiteKapil Chouhan2020-03-098-102/+98
|/ / / / | | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | | Bump version to 16.0.122 by Chef Expeditorv16.0.122Chef Expeditor2020-03-077-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9465 from chef/faster_specsTim Smith2020-03-063-4/+10
|\ \ \ \ | |/ / / |/| / / | |/ / Stop installing packages on our constainers that are already there
| * | Only run apt-get update when we need toTim Smith2020-03-062-3/+4
| | | | | | | | | | | | | | | | | | This shaves 5 seconds off the non-functional / berkshelf times Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More foldingTim Smith2020-03-061-1/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add logging / log folding to BKTim Smith2020-03-062-0/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Refresh the apt cache thoughTim Smith2020-03-061-0/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Stop installing packages on our constainers that are already thereTim Smith2020-03-061-3/+0
|/ / | | | | | | | | | | We have these baked into the containers now Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.121 by Chef Expeditorv16.0.121Chef Expeditor2020-03-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9460 from chef/use_cloud_attributesTim Smith2020-03-062-5/+5
|\ \ | | | | | | Use Ohai's cloud attributes in knife node / status presenters
| * | Make sure the ipv4 field is actually thereTim Smith2020-03-062-2/+2
| | | | | | | | | | | | | | | | | | It's should be there, but we might as well Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use Ohai's cloud attributes in knife node / status presentersTim Smith2020-03-062-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now we have a specific case for EC2. This extends the same logic to all clouds by using the node['cloud'] data. This really only changes things if you run knife status with the --long flag. The output doesn't change for EC2 nodes: bundle exec knife status --long 36666 hours ago, smith-0, smith-0, 172.16.1.13, ubuntu 14.04. 7411 hours ago, myhost, ec2-13-59-123-123.us-east-2.compute.amazonaws.com, 13.59.123.123, ubuntu 18.04. 7298 hours ago, tim_test, ec2-34-123-123-2.us-west-2.compute.amazonaws.com, 34.221.123.123, ubuntu 16.04. 7298 hours ago, tim_test2, ec2-52-88-123-123.us-west-2.compute.amazonaws.com, 52.88.123.123, redhat 7.6. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.120 by Chef Expeditorv16.0.120Chef Expeditor2020-03-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9461 from chef/bump_ohaiTim Smith2020-03-062-3/+3
|\ \ | | | | | | Update Ohai to 16.0.9
| * | Update Ohai to 16.0.9Tim Smith2020-03-062-3/+3
|/ / | | | | | | | | | | This adds the improvements to Azure metadata fetching Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.119 by Chef Expeditorv16.0.119Chef Expeditor2020-03-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9459 from chef/disable_windows_cert_testsTim Smith2020-03-061-54/+54
|\ \ | | | | | | Disable failing windows tests while we troubleshoot
| * | Disable failing windows tests while we troubleshootTim Smith2020-03-061-54/+54
|/ / | | | | | | | | | | | | | | We have an active issue filed to get these tests fixed, but for now we need to make sure we can get builds to current so we can continue to validate Chef 16 builds. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.118 by Chef Expeditorv16.0.118Chef Expeditor2020-03-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9458 from chef/ubuntu_2004Tim Smith2020-03-062-0/+22
|\ \ | | | | | | Test on Ubuntu 20.04 in Buildkite