summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes all notarization issuesjm/deep_signJon Morrow2020-01-223-10/+10
| | | | | | | | | 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.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
| * | Remove support for Windows 7 / 2008 from windows_featureremove_2008_featureTim Smith2020-01-164-105/+23
| | | | | | | | | | | | | | | | | | | | | These are EOL platforms that we no longer produce artifacts for. Let's simplify / speedup these resources by removing legacy platform checks. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9237 from chef/bump-16Tim Smith2020-01-216-9/+10
|\ \ \ | | | | | | | | Bump to Chef Infra Client 16
| * | | Update deps to bring in Ohai 16Tim Smith2020-01-212-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bump to Chef Infra Client 16Tim Smith2020-01-214-3/+4
|/ / / | | | | | | | | | | | | | | | Start the development process Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.7.24 by Chef ExpeditorChef Expeditor2020-01-176-16/+16
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9241 from chef/fix_expeditorTim Smith2020-01-171-1/+1
|\ \ \ | | | | | | | | Fix the project alias in expeditor
| * | | Fix the project alias in expeditorTim Smith2020-01-171-1/+1
|/ / / | | | | | | | | | | | | | | | This has been added to the notes for next time Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.7.23 by Chef Expeditorv15.7.23Chef Expeditor2020-01-177-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9233 from chef/jsinha/remove_el-6-s390xTim Smith2020-01-171-2/+0
|\ \ \ | | | | | | | | Remove RHEL 6 s390x (zLinux) support
| * | | Remove RHEL 6 s390x (zLinux) supportJaymala Sinha2020-01-171-2/+0
|/ / / | | | | | | | | | | | | | | | | | | IBM is retiring support for RHEL 6 in their hosted Linux One cloud on Jan 17th 2020, so we are no longer able to support this platform in our build matrix. Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | Add introduced fields to cron and cron_dTim Smith2020-01-162-0/+2
| | | | | | | | | | | | | | | | | | | | | Now that we've merged these new properties we can make sure we have the fields to properly documen them. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.7.22 by Chef Expeditorv15.7.22Chef Expeditor2020-01-177-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9153 from ↵Tim Smith2020-01-165-11/+246
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/Nimesh/MSYS-1178_cron_resource_add_timeout Add time_out property in cron resource
| * | | Added time_out property in cronNimesh-Msys2019-12-135-11/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Property accepts hash with its options as keys and value as their values - Property also accepts Integer or String value - Minor code drapes - Maintained chefstyle - TBD for AIX platforms Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | | | Bump version to 15.7.21 by Chef Expeditorv15.7.21Chef Expeditor2020-01-177-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9073 from ↵Tim Smith2020-01-1610-83/+413
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | MsysTechnologiesllc/vasundhara/generate_metadata_json_while_cookbook_upload Generate metadata.json from metadata.rb if not exist before knife cookbook upload or knife upload or berkshelf upload