summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Added more few more integration specsVasu11052019-12-232-1/+30
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Added client side validation to validate presence of metadata files and ↵Vasu11052019-12-204-12/+85
| | | | | | | | | | | | | | | | | | | | | | | | validate name field Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Updated code to make sure temporary directory gets deleted after the uploadVasu11052019-12-183-68/+83
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Fixed specs and chefstyle errorVasu11052019-12-162-4/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Updated knife cookbook upload and knife upload code to create temporary ↵Vasu11052019-12-164-96/+110
| | | | | | | | | | | | | | | | | | | | | | | | directory and copies all cookbooks into it and then generate metadata.json if it does not exist and load it to upload on Chef server Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Fixed chefstyleVasu11052019-12-161-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Removed unwanted codeVasu11052019-12-161-7/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Genrates metadata.json if not present and uploads it to chef server and ↵Vasu11052019-12-166-32/+127
| | | | | | | | | | | | | | | | | | | | | | | | deletes the local copy of it from chef repo Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Fixed chefstyleVasu11052019-12-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | Genrates metadata.json from metadata.rb if json file does not exist.Vasu11052019-12-165-5/+119
| | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | Bump version to 15.7.20 by Chef Expeditorv15.7.20Chef Expeditor2020-01-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9229 from chef/opensslTim Smith2020-01-163-13/+13
|\ \ \ \ | | | | | | | | | | Update openssl to 1.0.2u
| * | | | Update openssl to 1.0.2uTim Smith2020-01-163-13/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | This resolves a CVE. in openssl 1.0.2t Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Rename updating_chef12.md to upgrading_from_chef_12.mdTim Smith2020-01-161-0/+0
| | | |
* | | | Bump version to 15.7.19 by Chef Expeditorv15.7.19Chef Expeditor2020-01-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Windows Path on Bootstrap (#8669)Xorima2020-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Windows Path on Bootstrap As a windows user when I bootstrap a node I expect the path to not have items removed as my cookbooks may depend on executables not stored on common system paths, such as sqlcmd which will break and cause the initial chef run to fail Signed-off-by: Jason Field <jason@avon-lea.co.uk> * Update windows_bootstrap_context.rb Updated path as per feedback * PATH on windows Fixes for bad copy paste Signed-off-by: Jason Field <jason.field@calastone.com>
* | | | Bump version to 15.7.18 by Chef Expeditorv15.7.18Chef Expeditor2020-01-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Use /etc/chef for bootstrapping instead of CONF_DIR (#9226)Lamont Granquist2020-01-162-15/+15
|\ \ \ \ | | | | | | | | | | Use /etc/chef for bootstrapping instead of CONF_DIR
| * | | | Use /etc/chef for bootstrapping instead of CONF_DIRmp/CHEF-9224Marc A. Paradise2020-01-162-15/+15
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONF_DIR is resolved based on the host system running chef-client/knife. When we use it in bootstrap template/context, we need a value based on the target system that is being bootstrapped so that the paths are correct (so that we don't try to create C:\chef on a linux system). Fixes #9224 Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | | Bump version to 15.7.17 by Chef Expeditorv15.7.17Chef Expeditor2020-01-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Use the right class in knife supermarket install (#9217)Lamont Granquist2020-01-161-1/+1
|\ \ \ \ | |/ / / |/| | | Use the right class in knife supermarket install
| * | | Use the right class in knife supermarket installlsupermarket_fixTim Smith2020-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | A user on discourse is seeing errors related to this old class. I'm not able to reproduce that failure, but we shouldn't be calling the deprecated class here. Changing this avoids a bogus deprecation warning that tells the user to stop using the legacy command, when they're actually using the new command. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.7.16 by Chef Expeditorv15.7.16Chef Expeditor2020-01-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Fix for windows task not idempotent on the windows19 and window… (#9223)Lamont Granquist2020-01-161-2/+2
|\ \ \ \ | | | | | | | | | | Fix for windows task not idempotent on the windows19 and windows 16
| * | | | Fixed chefstylevasundhara/Fix_for_windows_task_not_idempotent_windows19_16Vasu11052020-01-161-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | | | Fix for windows task not idempotent on the windows19 and windows 16Vasu11052020-01-161-2/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | Bump version to 15.7.15 by Chef Expeditorv15.7.15Chef Expeditor2020-01-147-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.