summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* change with_clean_env to with_unbundled_envlcg/with-unbundled-envLamont Granquist2020-01-135-8/+8
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* 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.
* | | Bump version to 15.7.3 by Chef Expeditorv15.7.3Chef Expeditor2019-12-307-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9196 from chef/expeditor/mixlib-archive_1.0.5Tim Smith2019-12-291-4/+4
|\ \ \ | | | | | | | | Bump mixlib-archive to 1.0.5
| * | | Bump mixlib-archive to 1.0.5Chef Expeditor2019-12-301-4/+4
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-archive 1.0.5 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 15.7.2 by Chef Expeditorv15.7.2Chef Expeditor2019-12-307-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9195 from chef/expeditor/ffi-yajl_2.3.3Tim Smith2019-12-291-5/+5
|\ \ \ | | | | | | | | Bump ffi-yajl to 2.3.3
| * | | Bump ffi-yajl to 2.3.3Chef Expeditor2019-12-301-5/+5
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when ffi-yajl 2.3.3 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 15.7.1 by Chef Expeditorv15.7.1Chef Expeditor2019-12-287-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9194 from chef/archiveTim Smith2019-12-282-2/+2
|\ \ \ | | | | | | | | Update libarchive to 1.0
| * | | Update libarchive to 1.0Tim Smith2019-12-282-2/+2
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.7.0 by Chef Expeditorv15.7.0Chef Expeditor2019-12-277-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9192 from chef/updates_2019Tim Smith2019-12-271-23/+23
|\ \ \ | | | | | | | | Update all omnibus deps to the latest
| * | | Update all omnibus deps to the latestTim Smith2019-12-271-23/+23
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.6.21 by Chef Expeditorv15.6.21Chef Expeditor2019-12-277-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9191 from chef/expeditor/mixlib-cli_2.1.5Tim Smith2019-12-271-8/+8
|\ \ \ | | | | | | | | Bump mixlib-cli to 2.1.5 as well as Ohai, cheffish, and telemetry
| * | | Bump mixlib-cli to 2.1.5Chef Expeditor2019-12-271-8/+8
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-cli 2.1.5 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 15.6.20 by Chef Expeditorv15.6.20Chef Expeditor2019-12-277-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9190 from ↵Tim Smith2019-12-273-7/+7
|\ \ \ | |_|/ |/| | | | | | | | MsysTechnologiesllc/dh/MSYS-1125_Fix_event_log_message_format Fix event log message description format
| * | Fix eventlog message description formatdheerajd-msys2019-12-273-7/+7
|/ / | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.6.19 by Chef Expeditorv15.6.19Chef Expeditor2019-12-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | resource archive_file: apply ownership to extracted files only (#9173)Lamont Granquist2019-12-181-2/+5
|\ \ | | | | | | resource archive_file: apply ownership to extracted files only
| * | apply ownership to extracted files onlyMarc Chamberland2019-12-181-2/+5
| | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | Bump version to 15.6.18 by Chef Expeditorv15.6.18Chef Expeditor2019-12-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.