summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Test on Ubuntu 20.04 in BuildkiteTim Smith2020-03-062-0/+22
|/ | | | | | | | This is a pre-release container, but it'll get updated as they release newer versions so we'llc continue to test on the latest versions of 20.04 until it's released. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.117 by Chef Expeditorv16.0.117Chef Expeditor2020-03-067-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9455 from chef/link_checkTim Smith2020-03-064-38/+4
|\ | | | | link resource: Remove checks for symoblic link support on Windows
| * link resource: Remove checks for link support on Windowslink_checkTim Smith2020-03-054-39/+5
| | | | | | | | | | | | | | 2008+ have support for links. There's no reason to perform this check every time on Windows. It's just wasting CPU cycles Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.116 by Chef Expeditorv16.0.116Chef Expeditor2020-03-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9441 from chef/lcg/remove-canonical-dslTim Smith2020-03-06155-495/+265
|\ \ | | | | | | Remove the canonical DSL
| * | remove more canonical wiring from the node maplcg/remove-canonical-dslLamont Granquist2020-03-053-36/+8
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add back magical wiring up from resource_name to providesLamont Granquist2020-03-051-1/+7
| | | | | | | | | | | | | | | | | | | | | 22% of resources on the supermarket only declare resource_name and never call provides, which is consistent with our documentation. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix for 2.6Lamont Granquist2020-03-031-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Remove the canonical DSLLamont Granquist2020-03-03153-462/+254
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.115 by Chef Expeditorv16.0.115Chef Expeditor2020-03-067-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.0.114 by Chef Expeditorv16.0.114Chef Expeditor2020-03-067-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9452 from chef/timezoneTim Smith2020-03-061-17/+4
|\ \ \ | | | | | | | | timezone: Remove support for ubuntu < 16.04 / Debian < 8
| * | | timezone: Remove support for ubuntu < 16.04 / Debian < 8Tim Smith2020-03-051-17/+4
| | |/ | |/| | | | | | | | | | | | | We don't support Debian / Ubuntu systems that need this logic anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9445 from chef/docs_linksTim Smith2020-03-0625-81/+82
|\ \ \ | | | | | | | | Update all our links to use the new docs site format / cleanup descriptions
| * | | Make the links end with /docs_linksTim Smith2020-03-047-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Thanks for pointing this out Ian Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update all our links to use the new docs site formatTim Smith2020-03-0423-78/+79
| | | | | | | | | | | | | | | | | | | | | | | | When we migrated to hugo the URLs changed a bit. Nothing ends in .html and we moved all the resources into their own dir. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.113 by Chef Expeditorv16.0.113Chef Expeditor2020-03-067-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9280 from ↵Tim Smith2020-03-053-0/+181
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/ash/add_windows_security_policy_resource Add windows_security_policy resource
| * | | | Fix review comments by adding standard pathNAshwini2020-03-051-10/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Replaced dsc_resource to powershell_script resourceNAshwini2020-03-052-21/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Replace powershell_out to powershell_execNAshwini2020-03-052-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Remove support for PSVersion<5, optimized propertyNAshwini2020-03-052-75/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Add functional spec and review commentNAshwini2020-03-052-27/+124
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Add windows_security_policy resourceNAshwini2020-03-052-0/+112
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | | | Bump version to 16.0.112 by Chef Expeditorv16.0.112Chef Expeditor2020-03-067-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9454 from chef/lcg/ruby-2.7-5Lamont Granquist2020-03-053-14/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | Ruby 2.7 omnibus builds
| * | | | add windows gems back to the lockfileLamont Granquist2020-03-051-7/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | remove solaris buid + test for 16.0Lamont Granquist2020-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | bump for omnibus-softwareLamont Granquist2020-03-051-84/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>