summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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.
* | | | 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.