summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Max verbosity (-VV) now includes :trace level outputsp/knife-bootstrap-verbosityStuart Preston2018-04-041-4/+3
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Merge pull request #7114 from chef/tas50-patch-1Lamont Granquist2018-04-031-2/+0
|\ | | | | Remove "unreleased" from the Chef 14 release notes
| * Remove "unreleased" from the Chef 14 release notesTim Smith2018-04-031-2/+0
|/
* Update CHANGELOG.md to reflect the promotion of 14.0.190Chef Expeditor2018-04-032-203/+191
|
* Bump version to 14.0.190 by Expeditorv14.0.190v13.1.3Chef Expeditor2018-04-035-11/+12
|
* Merge pull request #7093 from brewn/windows-printer-port-typoTim Smith2018-04-021-1/+5
|\ | | | | [windows_printer_port] fix typo + add action descriptions
| * remove trailing whitespacesbrewn2018-03-301-2/+2
| | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * add descriptions for actionsbrewn2018-03-291-0/+4
| | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * add periodbrewn2018-03-291-1/+1
| | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * fix typobrewn2018-03-291-1/+1
| | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
* | Bump version to 14.0.189 by Expeditorv14.0.189Chef Expeditor2018-04-035-11/+12
| |
* | Merge pull request #7107 from chef/hostname_winTim Smith2018-04-021-1/+1
|\ \ | | | | | | Don't fail on every hostname with windows
| * | Don't fail on every hostname with windowsTim Smith2018-04-021-1/+1
|/ / | | | | | | | | | | Look for periods instead of the regex value . Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.188 by Expeditorv14.0.188Chef Expeditor2018-04-025-11/+12
| |
* | Merge pull request #7027 from gengor/CHEF-7026Lamont Granquist2018-04-022-179/+37
|\ \ | | | | | | [CHEF-7026] Rewrite portage package provider candidate_version determination and fix tests
| * | [[:digit:]] is impromper here. Only ASCII is allowed in ebuild names.Gordon Malm2018-03-211-1/+1
| | | | | | | | | | | | | | | | | | Reference: https://www.gentoo.org/glep/glep-0031.html#id16 Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
| * | Fix style issues reported by travis-ci.Gordon Malm2018-03-212-2/+2
| | | | | | | | | | | | Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
| * | Fix portage tests for candidate_version rewrite in previous commit.Gordon Malm2018-03-211-147/+11
| | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/chef/chef/issues/7026 03fffdcd91b71ee0ff346310c5c9616976ca3f1b Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
| * | Rewrite candidate_version determination for increased speed, reducedGordon Malm2018-03-211-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sensitivity to upstream changes, reduced complexity. Currently Chef determines this by parsing 'emerge'. This change results in a large speed increase for Gentoo-based systems. Reference: https://github.com/chef/chef/issues/7026 Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
* | | Bump version to 14.0.187 by Expeditorv14.0.187Chef Expeditor2018-04-025-11/+12
| | |
* | | Merge pull request #7006 from bugok/http_auth_header2Lamont Granquist2018-04-022-1/+18
|\ \ \ | | | | | | | | Stripping Authorization header upon redirects (second try)
| * | | Stripping 'Authorization' header upon redirects (second try)Noam Lerner2018-03-212-1/+18
| | | | | | | | | | | | | | | | Signed-off-by: Noam Lerner <noamler@fb.com>
* | | | Bump version to 14.0.186 by Expeditorv14.0.186Chef Expeditor2018-04-025-11/+12
| | | |
* | | | Merge pull request #7098 from chef/windows_feature++Lamont Granquist2018-04-022-49/+170
|\ \ \ \ | | | | | | | | | | Bring in the windows_feature_powershell improvements from the cookbook
| * | | | Copy over the caching logic from the windows cookbookwindows_feature++Tim Smith2018-03-291-46/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives us a 3.5x speedup. Yes we need to do this better, but it's no worse than DISM which we already landed in chef and does the exact same thing Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Minor syncs from the windows cookbook in windows_feature_dismTim Smith2018-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.0.185 by Expeditorv14.0.185Chef Expeditor2018-04-025-11/+12
| | | | |
* | | | | Merge pull request #7106 from chef/configure-gemsLamont Granquist2018-04-021-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Address possible gem installs between interval runs that are then used in the config
| * | | | | Address possible gem installs between interval runs that are then used in ↵configure-gemsNoah Kantrowitz2018-04-021-0/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | the config. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | | Bump version to 14.0.184 by Expeditorv14.0.184Chef Expeditor2018-04-025-11/+12
| | | | |
* | | | | Merge pull request #7104 from chef/lcg/scrub-tempfilesLamont Granquist2018-04-022-33/+33
|\ \ \ \ \ | |/ / / / |/| | | | scrub tempfile names
| * | | | bump ruby versionsLamont Granquist2018-04-021-30/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | scrub tempfile namesLamont Granquist2018-04-021-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | this keeps Tempfile.open from internally barfing on ruby-2.5.1 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.0.183 by Expeditorv14.0.183Chef Expeditor2018-03-295-11/+12
| | | |
* | | | Merge pull request #7097 from chef/homebrew_mixinTim Smith2018-03-292-2/+2
|\ \ \ \ | | | | | | | | | | homebrew_tap / homebrew_cask: Fix compile time errors with the user mixin
| * | | | homebrew_tap / homebrew_cask: Fix compile time errors with the user mixinTim Smith2018-03-292-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | Turns out I was doing this entirely wrong. I've confirmed this fixes the issue I introduced by trying to fix another issue with the usage of the mixin. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.182 by Expeditorv14.0.182Chef Expeditor2018-03-295-11/+12
| | | |
* | | | Merge pull request #7090 from chef/ruby_and_libxml2_cvesTim Smith2018-03-294-14/+31
|\ \ \ \ | | | | | | | | | | Bump Ruby to 2.5.1
| * | | | Bump Ruby to 2.5.1 and update release notesruby_and_libxml2_cvesTim Smith2018-03-294-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.ruby-lang.org/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/ https://www.ruby-lang.org/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/ https://www.ruby-lang.org/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/ https://www.ruby-lang.org/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/ https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/ https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/ https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/ Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.0.181 by Expeditorv14.0.181Chef Expeditor2018-03-295-11/+12
| | | | |
* | | | | Merge pull request #7095 from chef/userdefaultsTim Smith2018-03-291-1/+18
|\ \ \ \ \ | | | | | | | | | | | | macos_userdefaults: Fix 2 failures
| * | | | | macos_userdefaults: Fix 2 failuresTim Smith2018-03-291-1/+18
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Avoid a method missing error on current_value and add the missing method from the helper library that wasn't copied in Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.0.180 by Expeditorv14.0.180Chef Expeditor2018-03-295-11/+12
| | | | |
* | | | | Merge pull request #7083 from chef/btm/fix-windows-serviceTim Smith2018-03-292-9/+11
|\ \ \ \ \ | | | | | | | | | | | | Avoid lookups for rights of 'LocalSystem' in windows service
| * | | | | Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-292-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LocalSystem is a special account for the service subsystem, and the security subsystem doesn't know about it. It inherits rights from BUILTIN\Administrators so we don't need to check it for SeServiceLogonRight. Even if we look up System it wouldn't show up as it gets that right from hidden membership in BUILTIN\Administrators. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | | | | Bump version to 14.0.179 by Expeditorv14.0.179Chef Expeditor2018-03-295-11/+12
| |/ / / / |/| | | |
* | | | | Merge pull request #7091 from chef/dmgTim Smith2018-03-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix method missing error in dmg_package
| * | | | | Fix method missing error in dmg_packageTim Smith2018-03-291-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | I'll get this fixed in the cookbook as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.0.178 by Expeditorv14.0.178Chef Expeditor2018-03-295-11/+12
| | | | |
* | | | | Merge pull request #7089 from brewn/windows-font-no-removeTim Smith2018-03-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [windows_font] get rid of "remove" in description