summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.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.
* Merge pull request #9187 from julienhuon/masterTim Smith2020-01-143-21/+95
|\ | | | | x509_certificate : Add the capability to automatically renew a certificate
| * Check renewall all inlineJulien Huon2020-01-141-2/+1
| | | | | | | | Signed-off-by: Julien Huon <julien@huon.email>
| * Adds introduced to the property renew_before_expiryJulien Huon2020-01-141-1/+2
| | | | | | | | Signed-off-by: Julien Huon <julien@huon.email>
| * Fix : renew the certificate only if renew_before_expiry is set.Julien Huon2019-12-251-23/+30
| | | | | | | | Signed-off-by: Julien Huon <julien@huon.email>
| * Removed useless checkJulien Huon2019-12-251-3/+0
| | | | | | | | Signed-off-by: Julien Huon <julien@huon.email>
| * Fix chefstyle errorsJulien Huon2019-12-252-15/+15
| | | | | | | | Signed-off-by: Julien Huon <julien@huon.email>
| * Add the capability to automatically renew a certificate with ↵Julien Huon2019-12-253-2/+72
| | | | | | | | | | | | x509_certificate resource Signed-off-by: Julien Huon <julien@huon.email>
* | Bump version to 15.7.14 by Chef Expeditorv15.7.14Chef Expeditor2020-01-146-16/+16
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | bump to license_scount 1.1.3 (#9215)Lamont Granquist2020-01-131-3/+3
|\ \ | | | | | | bump to license_scount 1.1.3
| * | bump to license_scount 1.1.3Lamont Granquist2020-01-131-3/+3
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.7.13 by Chef Expeditorv15.7.13Chef Expeditor2020-01-146-17/+17
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump to get a new current release (#9214)Lamont Granquist2020-01-131-1/+1
|\ \ | | | | | | Bump to get a new current release
| * | Bump to get a new current releaseLamont Granquist2020-01-131-1/+1
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | fix AIX specLamont Granquist2020-01-131-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.7.12 by Chef Expeditorv15.7.12Chef Expeditor2020-01-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9212 from chef/license_scoutTim Smith2020-01-131-4/+4
|\ \ | | | | | | Update to license_scout 1.1.2
| * | Update to license_scout 1.1.2Tim Smith2020-01-131-4/+4
|/ / | | | | | | | | | | This should fix failures validating the sync gem. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.7.11 by Chef Expeditorv15.7.11Chef Expeditor2020-01-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.7.10 by Chef Expeditorv15.7.10Chef Expeditor2020-01-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9203 from chef/eol_windowsTim Smith2020-01-131-1/+0
|\ \ | | | | | | Do not build Chef Infra Client on Windows 2008 R2
| * | Do not build Chef Infra Client on Windows 2008 R2Tim Smith2020-01-131-1/+0
| | | | | | | | | | | | | | | | | | | | | Windows 2008 R2 is no longer a supported a supported platform by Microsoft https://support.microsoft.com/en-us/help/4456235/end-of-support-for-windows-server-2008-and-windows-server-2008-r2 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9209 from Triodes/patch-1Tim Smith2020-01-131-1/+1
|\ \ \ | | | | | | | | Clear password flags when setting the password on aix
| * | | Clear password flags when setting the passwordAron List2020-01-131-1/+1
| |/ / | | | | | | | | | | | | This will clear the password flags when the password is set for this user. This ensures that the user will not be prompted to change their password on next login. Signed-off-by: Aron List <aronotmar@live.nl>
* | | Bump version to 15.7.9 by Chef Expeditorv15.7.9Chef Expeditor2020-01-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9186 from MsysTechnologiesllc/visudo_fixTim Smith2020-01-131-4/+13
|\ \ \ | | | | | | | | Fixes for sudo resource fails on 2nd converge when Cmnd_Alias is used
| * | | Fix sudo verify regression on 2nd convergeAmol Shinde2019-12-241-4/+13
| | |/ | |/| | | | | | | Signed-off-by: Amol Shinde <amol.shinde@msystechnologies.com>
* | | Bump version to 15.7.8 by Chef Expeditorv15.7.8Chef Expeditor2020-01-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9210 from chef/bump_depsTim Smith2020-01-132-34/+37
|\ \ \ | |_|/ |/| | Update all deps to current
| * | Update all deps to currentTim Smith2020-01-132-34/+37
|/ / | | | | | | | | | | Runtime and omnibus to current Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.7.7 by Chef Expeditorv15.7.7Chef Expeditor2020-01-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9188 from chef/yard_cleanupTim Smith2020-01-093-24/+32
|\ \ | | | | | | Expand chef-utils yard comments and make consistent
| * | Expand chef-utils yard comments and make consistentyard_cleanupTim Smith2020-01-033-24/+32
| | | | | | | | | | | | | | | | | | I'm using these to generate the vscode snippets now so the comment is what we display to the end user. I aligned everything that was platform_family to be a platform family check. Some of them are kinda silly since they almost entirely 1:1 match, but this way it's all consistent. I'm not too concerned about someone with omnios in vscode at this point, but it's all done. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.7.6 by Chef Expeditorv15.7.6Chef Expeditor2020-01-097-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9200 from chef/nethttpTim Smith2020-01-091-38/+0
|\ \ \ | | | | | | | | Remove legacy Net::HTTP not needed in Ruby 2.2+
| * | | Remove legacy Net::HTTP not needed in Ruby 2.2+nethttpTim Smith2019-12-301-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | There's no need to monkeypatch this anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.7.5 by Chef Expeditorv15.7.5Chef Expeditor2020-01-087-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9176 from cinc-project/dist_chef_config_2Tim Smith2020-01-085-17/+26
|\ \ \ \ | |_|/ / |/| | | Last batch of wordmarks removal for chef-config
| * | | Last batch of wordmarks removal for chef-configMarc Chamberland2019-12-185-17/+26
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | Merge pull request #9202 from susanev/patch-1Tim Smith2020-01-031-1/+1
|\ \ \ \ | |_|/ / |/| | | Update CONTRIBUTING.md with info about signing off from the github ui
| * | | fix typosusanev2020-01-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: susanev <susan.ra.evans@gmail.com>
| * | | Update CONTRIBUTING.mdsusan evans2020-01-021-1/+1
|/ / / | | | | | | | | | | | | added a sentence about how to sign off when using the GitHub web ui to make changes Signed-off-by: susanev <susan.ra.evans@gmail.com>
* | | Bump version to 15.7.4 by Chef Expeditorv15.7.4order_gemsChef Expeditor2019-12-307-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9198 from chef/expeditor/chef-vault_4.0.1Tim Smith2019-12-301-7/+7
|\ \ \ | | | | | | | | Bump chef-vault to 4.0.1, chef-zero to 14.0.17, mixlib-shellout to 3.0.9, and mixlib-authentication to 3.0.6
| * | | Bump chef-vault to 4.0.1Chef Expeditor2019-12-301-7/+7
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when chef-vault 4.0.1 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.