summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix for Red Hat Satellite yum_package buglcg/yum-rhs-fixLamont Granquist2018-04-111-0/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.195 by Expeditorv14.0.195Chef Expeditor2018-04-115-11/+12
|
* Merge pull request #7143 from chef/lcg/chef-zero-perfLamont Granquist2018-04-112-20/+28
|\ | | | | fix Chef-14 chef_fs/chef-zero perf regression
| * fix Chef-14 chef_fs/chef-zero perf regressionlcg/chef-zero-perfLamont Granquist2018-04-102-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a perf bug introduced by #6471 where we were taking O(n^2) with the number of cookbook versions in the cookbook synch phase. This is a minimum viable fix that changes the algorithm so that it does the old, fast method of looking up the CBV first. Only if it doesn't find it does it then go searching for cookbooks that are in a differently named directory but which match by the name in the metadata. There may be edge conditions here if people mix-and-match and have cookbooks which have both named-directory and name-in-metadata versions. Please try not to do that. Don't cross the streams. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #7145 from chef/btm/expeditor-httpBryan McLellan2018-04-111-1/+1
|\ \ | |/ |/| Expeditor docs are available over http
| * Expeditor docs are available over httpBryan McLellan2018-04-111-1/+1
|/ | | Obvious fix
* Bump version to 14.0.194 by Expeditorv14.0.194Chef Expeditor2018-04-095-11/+12
|
* Merge pull request #7133 from chef/fix_pw_rhsmThom May2018-04-091-6/+8
|\ | | | | Fix RHSM registration using passwords
| * Fix RHSM registration using passwordsfix_pw_rhsmTim Smith2018-04-061-6/+8
| | | | | | | | | | | | This fix came into the cookbook repo at https://github.com/chef-partners/redhat-subscription-manager-cookbook/pull/41 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.193 by Expeditorv14.0.193Chef Expeditor2018-04-075-11/+12
| |
* | Merge pull request #7134 from chef/providesLamont Granquist2018-04-0638-32/+43
|\ \ | |/ |/| Modify the provides for all resources from cookbooks so chef wins
| * Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-0638-32/+43
|/ | | | | | Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7130 from chef/release_noteslcg/yum_package_repo_optsLamont Granquist2018-04-061-11/+22
|\ | | | | Update Chef 14 release notes
| * Update Chef 14 release notesTim Smith2018-04-061-11/+22
| | | | | | | | | | | | | | | | | | Add all the knife deprecations Add the chef solo -r deprecation Add a note about the changes to the windows_feature resources Add the node.set / node.set_unless deprecation Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7128 from erikng/macos_userdefaultsfixLamont Granquist2018-04-062-16/+2
|\ \ | |/ |/| macos_userdefaults - fix improper boolean to int conversion
| * remove invalid coercing unit testsErik Gomez2018-04-061-14/+0
| | | | | | | | Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
| * fix improper boolean to int conversionErik Gomez2018-04-051-2/+2
|/ | | | Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
* Bump version to 14.0.192 by Expeditorv14.0.192Chef Expeditor2018-04-055-12/+13
|
* Merge pull request #7122 from chef/lcg/add_property_is_set_to_providersLamont Granquist2018-04-051-0/+5
|\ | | | | add delegator for property_is_set? to providers
| * add delegator for property_is_set? to providersLamont Granquist2018-04-051-0/+5
|/ | | | | | | | | | | | | This was dropped in Chef 14.0.190 by chef/chef#6952 as a side effect of stripping out all the Chef::Resource automagic delegators. People were using this one inside of provider code, and it seems fine to continue to use it. Moving it to inject it directly into the Provider class instead of just custom resource action_classes to make our API more consistent. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.191 by Expeditorv14.0.191Chef Expeditor2018-04-045-10/+18
|
* Merge pull request #7109 from chef/new_inspecLamont Granquist2018-04-032-16/+16
|\ | | | | Update InSpec to 2.1.21
| * Update InSpec to 2.1.21Tim Smith2018-04-022-16/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@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