summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core-bin to 4.6.9expeditor/inspec-core-bin_4.6.9Chef Expeditor2019-07-011-3/+3
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.6.9 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Update CHANGELOG.md to reflect the promotion of 15.1.36Chef Expeditor2019-07-012-73/+70
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update the codeowners formatTim Smith2019-07-011-3/+3
| | | | | | ** isn't what we wanted here Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.1.36 by Chef Expeditorv15.1.3615.1.36Chef Expeditor2019-07-016-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8687 from criteo-forks/issue_7215_yum_package_custom_repoTim Smith2019-07-011-5/+3
|\ | | | | Pass yum_package options to underlying python helper
| * Pass yum_package options to underlying python helperBaptiste Courtois2019-06-241-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When working with custom repo that are disabled by default, we need to enable them on-demand. The python helper handles that properly but the yum package provider does not pass user's options in all cases. Most of the time there is no issue because in normal cases you should not need to enable any repository to work with "installed" packages. However in some rare cases, you may have multiple installed versions of a given package. In that situation, python libraries used by the helper will do some extra work that may (will) requires to enable the repo. See call to _compare_providers in http://yum.baseurl.org/download/docs/yum-api/3.2.27/yum-pysrc.html#YumBase._bestPackageFromList Not passing the options in that case, will result in an unclear error: > ' * No candidate version available for "package" ' And often will lock/corrupt the rpm db. Signed-off-by: Baptiste Courtois <b.courtois@criteo.com>
* | Merge pull request #8696 from chef/15.1Tim Smith2019-07-011-0/+48
|\ \ | | | | | | Add Chef 15.1 release notes
| * | Remove the performance mentionTim Smith2019-07-011-4/+0
| | | | | | | | | | | | | | | | | | | | | Some of it was in 15.0 and some in 15.1 and it's tricky to call out the impact and the exact time that stuff landed so let's skip it Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | Move the perf improvements to 15.0Tim Smith2019-07-011-4/+4
| | | | | | | | | | | | | | | | | | The majority of this work actually happened in 15.0 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add Chef 15.1 release notesTim Smith2019-07-011-0/+52
|/ / | | | | | | | | | | Add the release notes for Chef 15.1 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.35 by Chef Expeditorv15.1.35Chef Expeditor2019-07-016-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8699 from chef/expeditor/train-core_2.1.13Tim Smith2019-07-011-4/+4
|\ \ | | | | | | Bump train-core to 2.1.13
| * | Bump train-core to 2.1.13Chef Expeditor2019-07-011-4/+4
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 2.1.13 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.1.34 by Chef Expeditorv15.1.34Chef Expeditor2019-06-286-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8698 from chef/chef-infraTim Smith2019-06-287-4/+4
|\ \ | | | | | | Rename the habitat package to chef-infra-client
| * | Add back the rubocop exclusionTim Smith2019-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | | We still need this due to rubocop thinking the client.rb file is actually ruby Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update the hab package descriptionTim Smith2019-06-281-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Move the habitat content back to the habitat directoryTim Smith2019-06-287-2/+1
| | | | | | | | | | | | | | | | | | These were moved when the scafolding was in this dir Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Rename the habitat package to chef-infra-clientTim Smith2019-06-281-1/+1
|/ / | | | | | | | | | | | | Update the hab package to match the marketing name of the product while we still have a chance. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.33 by Chef Expeditorv15.1.33Chef Expeditor2019-06-276-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8694 from chef/doc_generatorTim Smith2019-06-274-5/+343
|\ \ | | | | | | Add rake task for generating the docs site content
| * | Update the how to release chef process for the new docs processdoc_generatorTim Smith2019-06-261-5/+2
| | | | | | | | | | | | | | | | | | This is a lot easier now Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chefstyle fixesTim Smith2019-06-261-3/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Rework the docs.rb script as a Rake taskTim Smith2019-06-264-330/+341
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chef Client -> Chef Infra ClientTim Smith2019-06-261-12/+12
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update text for name_property defaultsTim Smith2019-06-261-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add PoC docs generatorTim Smith2019-06-261-0/+330
| | | | | | | | | | | | | | | | | | Yep it's a giant ERB. It also works (sorta) Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.1.32 by Chef Expeditorv15.1.32Chef Expeditor2019-06-276-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8695 from chef/typoTim Smith2019-06-261-1/+1
|\ \ \ | |/ / |/| | Fix a typo in the hostname resource property descriptions
| * | Fix a typo in the hostname resource property descriptionsTim Smith2019-06-261-1/+1
|/ / | | | | | | | | | | Fix this so we can fix the docs site Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.31 by Chef Expeditorv15.1.31Chef Expeditor2019-06-266-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8693 from chef/hab_buildxszTim Smith2019-06-261-2/+2
|\ \ | | | | | | Enable Habitat build promotion in Expeditor again
| * | Enable Habitat build promotion in Expeditor againTim Smith2019-06-261-2/+2
| | | | | | | | | | | | | | | | | | We have a working habitat build. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.1.30 by Chef Expeditorv15.1.30Chef Expeditor2019-06-256-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8691 from chef/choco_docsTim Smith2019-06-251-3/+5
|\ \ \ | | | | | | | | Add introduced fields for chocolatey_source
| * | | Add introduced fields for chocolatey_sourcechoco_docsTim Smith2019-06-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | This way we get the proper docs for Chef 15.1. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.1.29 by Chef Expeditorv15.1.29Chef Expeditor2019-06-256-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8692 from chef/lcg/yum-exception-handlingTim Smith2019-06-251-24/+29
|\ \ \ \ | |_|/ / |/| | | yum_package: Better handle yum exceptions in our helper so we always close the rpmdb
| * | | be a bit more careful in the exit handler as wellLamont Granquist2019-06-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | mostly cosmetic Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | handle case where rpmdb has not been initialized yetLamont Granquist2019-06-251-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | yum exception handling improvementslcg/yum-exception-handlingLamont Granquist2019-06-251-24/+27
| | |/ | |/| | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.1.28 by Chef Expeditorv15.1.28Chef Expeditor2019-06-256-14/+15
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.