summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core to 3.3.14expeditor/inspec-core_3.3.14Chef Expeditor2019-01-251-2/+2
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.3.14 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Merge pull request #8175 from chef/expeditor_updateTim Smith2019-01-251-0/+4
|\ | | | | Add a project alias in expeditor
| * Add a project alias in expeditorTim Smith2019-01-251-0/+4
|/ | | | | | | | | | | | This means we can run: /expeditor promote chef-15 15.0.31337 instead of: /expeditor promote chef/chef:master 15.0.31337 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.145 by Chef Expeditorv15.0.145Chef Expeditor2019-01-255-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8169 from chef/yard_updatesTim Smith2019-01-256-11/+29
|\ | | | | Misc YARD updates for knife
| * Misc YARD updates for knifeTim Smith2019-01-256-11/+29
| | | | | | | | | | | | Some YARD fixes as I was reading through knife bits. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.144 by Chef Expeditorv15.0.144Chef Expeditor2019-01-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8158 from chef/opensuse_modern_or_bustLamont Granquist2019-01-257-17/+10
|\ \ | |/ |/| Remove support for unsupported opensuse < 42 from group provider
| * Fix the provider resolver spec for opensuseleapopensuse_modern_or_bustTim Smith2019-01-241-3/+4
| | | | | | | | | | | | Lamont pointed out that we need to specify the version here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Properly require the snap package providerTim Smith2019-01-241-0/+1
| | | | | | | | | | | | Without this you can't run the provider_resolver specs on their own Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test the provider resolver on the right opensuseTim Smith2019-01-241-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove support for unsupported opensuse < 42 from group providerTim Smith2019-01-246-14/+5
|/ | | | | | | | We had a few places where we checked for legacy opensuse platforms. Chef 15 doesn't support this platform and you won't be able to find binaries via omnitruck. We might as well yank out a bit of provider logic. Also for some reason usermod has logic in a method for suse, but the provider didn't support that. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.143 by Chef Expeditorv15.0.143Chef Expeditor2019-01-245-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8104 from ↵Tim Smith2019-01-241-1/+4
|\ | | | | | | | | MsysTechnologiesllc/Vijay/MSYS-945_Fix_for_apt_repository_is_creating_temporary_files_as_root_in_running_user_home_directory Fix for apt_repository creating temporary files as root in running user home directory
| * Fix for apt_repository creating temporary files as root in running user home ↵vijaymmali19902019-01-241-1/+4
| | | | | | | | | | | | directory Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
| * Fix for apt_repository creating temp files as root in running user home ↵vijaymmali19902019-01-111-1/+1
| | | | | | | | | | | | directory Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
* | Bump version to 15.0.142 by Chef Expeditorv15.0.142Chef Expeditor2019-01-245-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8118 from ↵Tim Smith2019-01-246-4/+389
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/nimesh/MSYS-937_windows_certificate_idempotency windows_certificate: Ensure all actions are fully idempotent
| * | Should be run only on Appveyor, without affecting anyone elses machineNimesh-Msys2019-01-241-1/+1
| | | | | | | | | | | | Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Adding Functional specs for windows_certificate.Nimesh-Msys2019-01-245-0/+361
| | | | | | | | | | | | | | | | | | - Mostly focus on all major actions and their idempotency. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Review comment fixesNimesh-Msys2019-01-241-8/+16
| | | | | | | | | | | | | | | | | | - Added comments and changed log level to debug at the required places. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Maintaining idempotency in windows_certificate resourceNimesh-Msys2019-01-241-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | - Minor fixes in :create action - DRYed up `verify_cert` action and reusing the same while :create - Chefstyle maintained Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | | Bump version to 15.0.141 by Chef Expeditorv15.0.141Chef Expeditor2019-01-245-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8162 from chef/nokogiri_bumpTim Smith2019-01-232-5/+5
|\ \ \ | | | | | | | | Use the latest omnibus-software and nokogiri
| * | | Use the latest omnibus-software and nokogiriTim Smith2019-01-232-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new omnibus-software includes a patch I added to fix compilation failures on non C99 compatible compilers with 2.6.0. The omnibus release that gets pulled in is also necessary for Ruby 2.6 on macOS The new nokogiri supports windows on Ruby 2.6, which the previous version did not. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.140 by Chef Expeditorv15.0.140Chef Expeditor2019-01-235-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8160 from chef/remove_hpuxTim Smith2019-01-232-11/+1
|\ \ \ | | | | | | | | Remove hpux support from group's usermod provider
| * | | Remove hpux support from group's usermod providerTim Smith2019-01-232-11/+1
| |/ / | | | | | | | | | | | | | | | We removed hpux support from other parts of ohai / chef. This appears to be the last of it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.139 by Chef Expeditorv15.0.139Chef Expeditor2019-01-235-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8159 from chef/bogus_solaris_platformTim Smith2019-01-232-12/+3
|\ \ \ | |/ / |/| | Remove bogus "solaris" platform from specs
| * | Remove bogus "solaris" platform from specsTim Smith2019-01-232-12/+3
|/ / | | | | | | | | | | We have a solaris2 platform, but not a solaris platform. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.138 by Chef Expeditorv15.0.138Chef Expeditor2019-01-235-14/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8153 from chef/dep_bumpTim Smith2019-01-222-29/+31
|\ \ | | | | | | Bump misc deps the latest
| * | Bump misc deps the latestTim Smith2019-01-222-29/+31
|/ / | | | | | | | | | | Brings in Chef 14.9 in omnibus and a bunch of misc deps that have changed in the last month or so. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add a few more deprecations to the WIP release notesTim Smith2019-01-221-1/+9
| | | | | | | | | | | | Just tracking these so we don't forget. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.137 by Chef Expeditorv15.0.137Chef Expeditor2019-01-235-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8151 from chef/deprecate_metadata_attributesTim Smith2019-01-227-360/+9
|\ \ | | | | | | Remove 'attributes' attribute from cookbook metadata
| * | Nuke opscode from the spec cookbook dataTim Smith2019-01-222-4/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove attributes from the spec metadataTim Smith2019-01-221-5/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix functional test failures on Ruby 2.6Tim Smith2019-01-221-1/+1
| | | | | | | | | | | | | | | | | | We forgot to copy this bit over for 2.6 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove 'attributes' attribute from cookbook metadataTim Smith2019-01-224-350/+4
| | | | | | | | | | | | | | | | | | | | | | | | We have a foodcritic rule to tell people not to do this It's not being used anywhere and is just a pile of code we run for no reason We should start warning that it's an unknown attribute when cookbooks contain these as it's wasted effort on the part of cookbook authors Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8150 from chef/missing_headersTim Smith2019-01-2210-8/+29
|\ \ \ | |/ / | | | Add a few missing license headers
| * | Add a few missing license headersTim Smith2019-01-2210-8/+29
| | | | | | | | | | | | | | | | | | We should probably have these everywhere. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.136 by Chef Expeditorv15.0.136Chef Expeditor2019-01-225-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8149 from chef/deprecate_knife_cookbook_siteTim Smith2019-01-227-7/+43
|\ \ \ | |/ / | | | Add a deprecation warning to knife cookbook site
| * | Add a deprecation warning to knife cookbook sitedeprecate_knife_cookbook_siteTim Smith2019-01-227-7/+43
| | | | | | | | | | | | | | | | | | We'll want to backport this to Chef 14 as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.135 by Chef Expeditorv15.0.135Chef Expeditor2019-01-225-11/+12
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8148 from chef/hide_cookbook_siteTim Smith2019-01-228-7/+10
|\ \ | | | | | | Hide knife cookbook site & null by setting them to deprecated category
| * | Hide knife cookbook site & null by setting them to deprecated categoryTim Smith2019-01-228-7/+10
|/ / | | | | | | | | | | This keeps these commands out of the help text. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update expeditor labelsTim Smith2019-01-221-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>