summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* option to show policy name/group on status outputjtimberman/policy-statusjtimberman2020-01-233-0/+17
| | | | Signed-off-by: Joshua Timberman <joshua@chef.io>
* Bump version to 16.0.12 by Chef Expeditorv16.0.12Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9264 from chef/better_errorTim Smith2020-01-235-47/+47
|\ | | | | Provider a better error message in Chef::Cookbook::CookbookVersionLoader
| * Provider a better error message in Chef::Cookbook::CookbookVersionLoaderTim Smith2020-01-235-47/+47
|/ | | | | | | When this shows up in logs it's impossible to figure out what actually needs to be updated Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.11 by Chef Expeditorv16.0.11Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9219 from chef/jm/deep_signTim Smith2020-01-232-6/+6
|\ | | | | Fixes all notarization issues
| * Fixes all notarization issuesJon Morrow2020-01-232-6/+6
|/ | | | | | | | | This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Bump version to 16.0.10 by Chef Expeditorv16.0.10Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9258 from chef/expeditor/train-core_3.2.14Tim Smith2020-01-231-6/+6
|\ | | | | Bump train-core to 3.2.14
| * Bump train-core to 3.2.14Chef Expeditor2020-01-231-6/+6
|/ | | | | | This pull request was triggered automatically via Expeditor when train-core 3.2.14 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.9 by Chef Expeditorv16.0.9Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* fix a few more ruby 2.7 specs (#9253)Lamont Granquist2020-01-222-4/+11
|\ | | | | fix a few more ruby 2.7 specs
| * more fixes to the ruby 2.7 fixesLamont Granquist2020-01-222-2/+9
| | | | | | | | | | | | this should pass on both now Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix a few more ruby 2.7 specslcg/ruby-2.7-2Lamont Granquist2020-01-222-4/+4
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.8 by Chef Expeditorv16.0.8Chef Expeditor2020-01-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* launchd: Fix capitalization of HardResourceLimits (#9239)Lamont Granquist2020-01-221-1/+1
|\ | | | | launchd: Fix capitalization of HardResourceLimits
| * launchd: Fix capitalization of HardResourceLimitsMarc Seeger2020-01-221-1/+1
| | | | | | | | | | | | | | Seems to have been a typo. You can check e.g. https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html or https://www.launchd.info/ for the proper capitalization. Signed-off-by: Marc Seeger <mseeger@fb.com>
* | Bump version to 16.0.7 by Chef Expeditorv16.0.7Chef Expeditor2020-01-227-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix most Ruby 2.7 test failures / systemd service provider spla… (#9251)Lamont Granquist2020-01-2211-65/+72
|\ \ | | | | | | Fix most Ruby 2.7 test failures / systemd service provider splat args conversion
| * | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-2111-65/+72
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.6 by Chef Expeditorv16.0.6Chef Expeditor2020-01-227-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Raises error if there is empty cookbook directory at the time o… (#9011)Lamont Granquist2020-01-218-15/+67
|\ \ \ | |/ / |/| | Raises error if there is empty cookbook directory at the time of cookbook upload.
| * | Fixed failing specsVasu11052020-01-221-16/+17
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed failing specsVasu11052020-01-225-7/+49
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | raising exception for empty cookbooks instead of skippingVasu11052020-01-221-1/+15
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Removed comments.Vasu11052020-01-221-3/+0
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed chef style errorVasu11052020-01-221-0/+1
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Deprecated the load method in cookbook_version_loader and added deprecation ↵Vasu11052020-01-224-40/+21
| | | | | | | | | | | | | | | | | | warning for it. Updated code to raise error if cookbook repo has cookbook directory without cookbook files, this is to make sure user should fix their cookbook repo and remove any garbage from cookbook repository and then do bulk upload. Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Added deprecation warning for load and checking the impactVasu11052020-01-222-11/+26
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | MSYS-1142 Fixed nil class error and added check to not call upload for the ↵Vasu11052020-01-223-8/+9
|/ / | | | | | | | | | | blank cookbooks. Fixes #9010 Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 16.0.5 by Chef Expeditorv16.0.5Chef Expeditor2020-01-227-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | move Chef::VersionString to Chef::Utils (#9234)Lamont Granquist2020-01-213-127/+147
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * move Chef::VersionString to Chef::Utils Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> * fix namespacing bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix namespacing bugsLamont Granquist2020-01-213-3/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | move Chef::VersionString to Chef::UtilsLamont Granquist2020-01-212-127/+145
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.4 by Chef Expeditorv16.0.4Chef Expeditor2020-01-227-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9235 from chef/windows_utilsTim Smith2020-01-214-1/+126
|\ \ \ | |/ / |/| | Add windows helpers for install type
| * | Add specs for the windows helperswindows_utilsTim Smith2020-01-212-0/+65
| | | | | | | | | | | | | | | | | | A copy and tweak of the architecture specs Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add windows helpers for install typeTim Smith2020-01-212-1/+61
|/ / | | | | | | | | | | | | I'm placing these in their own helper file since there are going to be more of them and the only commonality is that they're for windows. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix another part of the docs for Ruby 2.6+Tim Smith2020-01-211-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.3 by Chef Expeditorv16.0.3Chef Expeditor2020-01-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-2145-667/+556
| | | | | | | | | | | | * Chef-16 resource cleanup + unified_mode Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.2 by Chef Expeditorv16.0.2Chef Expeditor2020-01-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9247 from chef/remove_ruby25Tim Smith2020-01-212-51/+1
|\ \ | | | | | | Require Ruby 2.6+
| * | Require Ruby 2.6+Tim Smith2020-01-212-51/+1
|/ / | | | | | | | | | | | | | | We support the last 2 releases of Ruby on Chef. Ruby 2.7 is out so we should remove Ruby 2.5 at this point. We'll add Ruby 2.7 testing in the near future. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9230 from chef/upgrade_docsTim Smith2020-01-214-5/+58
|\ \ | | | | | | Document the process for bumping the major version
| * | Document the process for bumping the major versionupgrade_docsTim Smith2020-01-174-5/+58
| | | | | | | | | | | | | | | | | | | | | We need to document this so that releng and others can perform the bump in the future. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.1 by Chef Expeditorv16.0.1Chef Expeditor2020-01-217-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9246 from chef/fix16Tim Smith2020-01-212-5/+5
|\ \ \ | | | | | | | | Update to Ohai 16.0.2
| * | | Update to Ohai 16.0.2Tim Smith2020-01-212-5/+5
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9205 from chef/remove_2008_featureTim Smith2020-01-214-105/+23
|\ \ \ | | | | | | | | Remove support for Windows 7 / 2008 from windows_feature