summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Test Kitchen testing on Ubuntu 20.10ubuntu_2010Tim Smith2020-10-262-0/+23
| | | | | | | | We can bump this up to the latest non-LTS release every 6 months to determine if there's any resource updates we need to make in advance of the LTS release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.1 by Chef Expeditorv16.7.1Chef Expeditor2020-10-267-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10551 from chef/remove-net-http-monkeypatch-part-2Tim Smith2020-10-262-14/+0
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove references to monkeypatch method.Pete Higgins2020-10-262-14/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.7.0 by Chef Expeditorv16.7.0Chef Expeditor2020-10-267-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10550 from chef/empty_blockTim Smith2020-10-261-3/+0
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove an empty before block in a specTim Smith2020-10-261-3/+0
| | | | | | | | | | | | No need for this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.39 by Chef Expeditorv16.6.39Chef Expeditor2020-10-267-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10548 from chef/remove-net-http-monkeypatchTim Smith2020-10-267-29/+7
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-267-29/+7
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.6.38 by Chef Expeditorv16.6.38Chef Expeditor2020-10-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10544 from chef/nuke_more_binsTim Smith2020-10-211-0/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove coderay and ffi-yajl-bench binstubsTim Smith2020-10-211-0/+2
| | | | | | | | | | | | | | Nuke a few more binstubs that have nothing to do with chef and shouldn't be shipped. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.37 by Chef Expeditorv16.6.37Chef Expeditor2020-10-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10543 from chef/tls12Tim Smith2020-10-202-98/+89
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * ensure powershell_package commands are run with tls 1.2mwrock2020-10-202-98/+89
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.6.36 by Chef Expeditorv16.6.36Chef Expeditor2020-10-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10542 from chef/bumps_2020_v4Tim Smith2020-10-202-7/+7
|\ \ | | | | | | Bump Ohai to 16.7 and cacerts to the latest
| * | Bump Ohai to 16.7 and cacerts to the latestTim Smith2020-10-202-9/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.6.35 by Chef Expeditorv16.6.35Chef Expeditor2020-10-207-21/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.6.34 by Chef Expeditorv16.6.34Chef Expeditor2020-10-207-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10541 from chef/nuke_yard_taskTim Smith2020-10-204-43/+27
|\ \ | | | | | | Remove the yard doc generation task / group
| * | Remove the yard doc generation task / groupTim Smith2020-10-204-43/+27
| | | | | | | | | | | | | | | | | | If someone wants the yard docs locally they can just gem install yard and then run yard. This is way overthinking the problem and requires us to exclude the group all over the place. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #10540 from chef/rake_updatesTim Smith2020-10-205-89/+4
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add missing require in the RakefileTim Smith2020-10-201-0/+1
| | | | | | | | | | | | | | | | | | This was coming in for free with the other rake task. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the announcement rake task + minor task updatesTim Smith2020-10-205-89/+3
|/ / | | | | | | | | | | | | | | | | - The rake task to generate the announcement no longer works because our release notes file contains all the release notes. We're going to need some automation in the future for this, but this isn't it. - Convert the docs task from .to_yml to YAML.dump - Improve the component rake task description - Nuke another copyright data range Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.33 by Chef Expeditorv16.6.33Chef Expeditor2020-10-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10539 from chef/gem_cleanupTim Smith2020-10-206-16/+21
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the changelog URL for chef-utils as wellTim Smith2020-10-201-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update chef-config/chef-config.gemspec Tim Smith2020-10-201-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Minor gem cleanup for chef-bin/chef-utils/chef-configTim Smith2020-10-206-15/+20
|/ | | | | | | | | | | Add metadata to chef-config Update the descriptions for Chef Infra Move dev deps to the gemfiles so we're consistent in all the gems in this repo Just dep on rspec since rspec itself is mocks/expectations/core Add rake dep to chef-bin Nuke the unused .rspec file in chef-bin Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.32 by Chef Expeditorv16.6.32Chef Expeditor2020-10-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10536 from tecracer-theinen/fix/lwrp-cacheTim Smith2020-10-201-2/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix LWRP build cacheThomas Heinen2020-10-201-2/+2
|/ | | | Signed-off-by: Thomas Heinen <theinen@tecracer.de>
* Merge pull request #10535 from chef/slim_kitchenTim Smith2020-10-191-2/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove insserv-compat from opensuse now that it's there by defaultTim Smith2020-10-191-2/+1
|/ | | | | | This is in the dokken image now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.31 by Chef Expeditorv16.6.31Chef Expeditor2020-10-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10534 from chef/faster_installsTim Smith2020-10-192-18/+21
|\ | | | | Update train-core & pull in the faster MSI installs
| * Update train-core & pull in the faster MSI installsTim Smith2020-10-192-18/+21
|/ | | | | | Update the world Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.6.30 by Chef Expeditorv16.6.30Chef Expeditor2020-10-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10533 from chef/native_resourceTim Smith2020-10-191-4/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use a native resource in the ifconfig debian providerTim Smith2020-10-191-4/+3
| | | | | | | | | | | | We're in unified mode. There's no need to work with classes when we can just use the DSL here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.6.29 by Chef Expeditorv16.6.29Chef Expeditor2020-10-197-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10530 from chef/test_ifconfigTim Smith2020-10-194-7/+67
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove bogus example and add a note to the description.Tim Smith2020-10-191-9/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we have net-tools-deprecated on our SLES testerTim Smith2020-10-191-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * See if we can get Ubuntu/Debian workingTim Smith2020-10-191-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test ifconfig in Test Kitchen and add examples to the resourcetest_ifconfigTim Smith2020-10-193-4/+69
| | | | | | | | | | | | We lacked an actual test of this resource. Let's see if it works. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10531 from chef/cleanup-platform_mockTim Smith2020-10-192-68/+24
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove custom constant mocking in favor of rspec's.Pete Higgins2020-10-192-68/+24
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>