summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable chocolatey testssnappj/enable-chocolatey-testsJeremiah Snapp2019-07-062-46/+47
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 15.1.42 by Chef Expeditorv15.1.42Chef Expeditor2019-07-036-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8712 from chef/jsinha/build-ubuntu-16Jaymala2019-07-032-8/+2
|\ | | | | Deprecate Ubuntu-14
| * Deprecate Ubuntu-14jsinha/build-ubuntu-16Jaymala Sinha2019-07-032-8/+2
|/ | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 15.1.41 by Chef Expeditorv15.1.41Chef Expeditor2019-07-025-11/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8709 from chef/lcg/debug-buildsTim Smith2019-07-021-1/+4
|\ | | | | expeditor/buildkite: turn on debug level for builds
| * missing a colon?Lamont Granquist2019-07-021-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * expeditor/buildkite: turn on debug level for buildslcg/debug-buildsLamont Granquist2019-07-021-0/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.1.40 by Chef Expeditorv15.1.40Chef Expeditor2019-07-026-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8707 from chef/lcg/chefstyle-bumpLamont Granquist2019-07-0214-61/+61
|\ | | | | fixes for chefstyle bump
| * fixes for chefstyle bumpLamont Granquist2019-07-0214-61/+61
|/ | | | | | | | result of automation https://github.com/chef/chefstyle/pull/72 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.1.39 by Chef Expeditorv15.1.39Chef Expeditor2019-07-026-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8706 from robbkidd/robb/fix-hab-promotionTim Smith2019-07-021-1/+1
|\ | | | | update bldr config with new hab package name
| * update bldr config with new package nameRobb Kidd2019-07-021-1/+1
| | | | | | | | | | | | | | This should fix package promotion from unstable->current in expeditor, too. Signed-off-by: Robb Kidd <robb@thekidds.org>
* | Bump version to 15.1.38 by Chef Expeditorv15.1.38Chef Expeditor2019-07-026-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8705 from ↵Tim Smith2019-07-022-3/+8
|\ \ | |/ |/| | | | | MsysTechnologiesllc/VSingh/windows_task_day_integer windows_task: Fix for :day option is not accepting integer value
| * Parse day param value into stringVivek Singh2019-07-022-3/+8
|/ | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 15.1.37 by Chef Expeditorv15.1.37Chef Expeditor2019-07-026-13/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8701 from chef/expeditor/inspec-core_4.6.9Tim Smith2019-07-011-3/+3
|\ | | | | Bump inspec-core to 4.6.9
| * Bump inspec-core to 4.6.9Chef Expeditor2019-07-011-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 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>