summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump mixlib-cli to 2.1.0expeditor/mixlib-cli_2.1.0Chef Expeditor2019-06-071-14/+15
| | | | | | This pull request was triggered automatically via Expeditor when mixlib-cli 2.1.0 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.4 by Chef Expeditorv15.1.4Chef Expeditor2019-06-066-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8633 from chef/constant_warningsTim Smith2019-06-063-7/+7
|\ | | | | Avoid constant warnings
| * Avoid constant warningsconstant_warningsTim Smith2019-06-033-7/+7
| | | | | | | | | | | | | | Chef has gotten quite loud with warnings. This quiets things back down a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8627 from chef/jsinha/add_bk_verifyTim Smith2019-06-066-89/+353
|\ \ | | | | | | Enable more BK verification tests
| * | Revert back to working testsjsinha/add_bk_verifyJaymala Sinha2019-06-051-43/+39
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | Enable All BK verification testsJaymala Sinha2019-06-046-84/+352
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | Update RELEASE_NOTES.mdTim Smith2019-06-061-1/+1
| | |
* | | Add Chef 14.13 release notesTim Smith2019-06-061-1/+41
| | |
* | | Bump version to 15.1.3 by Chef Expeditorv15.1.3Chef Expeditor2019-06-056-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Chef-15: Adding short argument's deprecation check (#8626)Nimesh2019-06-052-27/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Handles "-x" that was used to set "winrm-user" and is now Deprecated. - Using symmetrical "USERNAME" and "PASSWORD" verbiages while displaying deprecated warnings. - Added test cases - Ensured Chefstyle - Fixes MSYS-1046 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | | Bump version to 15.1.2 by Chef Expeditorv15.1.2Chef Expeditor2019-06-046-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8630 from cc-build/dist_shellTim Smith2019-06-0414-50/+70
|\ \ \ | | | | | | | | more distro constants
| * | | more distro constantsMarc Chamberland2019-06-0314-50/+70
| | |/ | |/| | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
* | | Bump version to 15.1.1 by Chef Expeditorv15.1.1Chef Expeditor2019-06-046-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8631 from chef/btm/bootstrap-binmodeTim Smith2019-06-032-0/+2
|\ \ \ | |/ / |/| | Create bootstrap template in binmode to fix line endings
| * | Create bootstrap template in binmode to fix line endingsBryan McLellan2019-06-042-0/+2
|/ / | | | | | | | | | | | | | | | | | | Tempfile will create a file with CRLF on Windows, which when we upload to a linux system then cannot be executed because of the line endings. Setting to binmode prevents this. Fixes chef/knife-ec2#580 Signed-off-by: Bryan McLellan <btm@chef.io>
* | Bump version to 15.1.0 by Chef Expeditorv15.1.0Chef Expeditor2019-06-036-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8628 from chef/btm/knife-cloud-bootstrapTim Smith2019-06-031-0/+38
|\ \ | |/ |/| Add hooks for plugins in knife bootstrap
| * Add hooks for plugins in knife bootstrapBryan McLellan2019-06-031-0/+38
|/ | | | | | | | | | Most cloud plugins override #run today because they have additional steps, such as being able to create an instance in the cloud before we bootstrap it. This means it's easy for them to get out of sync. This is a proposal for some hooks that enable better code reuse. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 15.0.325 by Chef Expeditorv15.0.325Chef Expeditor2019-05-306-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8618 from chef/btm/fix-knife-exceptionsTim Smith2019-05-302-6/+9
|\ | | | | Raise knife exceptions when verbosity is 3 (-VVV)
| * Raise knife exceptions when verbosity is 3 (-VVV)btm/fix-knife-exceptionsBryan McLellan2019-05-302-6/+9
| | | | | | | | | | | | | | | | | | Fixes #8433 When we added trace this check wasn't changed, which means you only saw the stacktrace for 2 (-VV) but not for 3 (-VVV) Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 15.0.324 by Chef Expeditorv15.0.324Chef Expeditor2019-05-306-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8619 from chef/btm/knife-bootstrap-log-templateTim Smith2019-05-301-1/+1
|\ \ | | | | | | Trace output the actual bootstrap template filename
| * | Trace output the actual bootstrap template filenameBryan McLellan2019-05-301-1/+1
| |/ | | | | | | | | | | | | | | We're currently logging the directory we found the bootstrap template in, but not actually the name of the file that we've chose. Minor change to fix that. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 15.0.323 by Chef Expeditorv15.0.323Chef Expeditor2019-05-286-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8581 from gep13/chocolateyTim Smith2019-05-283-0/+170
|\ \ | | | | | | Add new chocolatey_feature resource for managing features in Chocolatey
| * | (GH-8580) Add ability to toggle Chocolatey featureGary Ewan Park2019-05-273-0/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to enable and disable a named Chocolatey feature by creating a new Chef resource named chocolatey_feature. This accepts a single property either from feature_name or directly from name attribute then, based on the defined action, will either enable or disable that feature. Resource inspects the current state of the chocolatey.config in order to decide whether a change is required or not. Signed-off-by: Gary Ewan Park <gep13@gep13.co.uk>
* | | Bump version to 15.0.322 by Chef Expeditorv15.0.322Chef Expeditor2019-05-286-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8562 from brodock/8561-include-filename-template-errorLamont Granquist2019-05-283-9/+64
|\ \ \ | | | | | | | | Improving error handling for template render
| * | | Improving error handling for template renderGabriel Mazetto2019-05-263-9/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While Chef already implements a nice amount of information in `TemplateError#to_s`, when using ChefSpec with RSpec, the `#to_s` is not called, leaving us with no source information for template errors. By adding the filename to `Erubis::Eruby` initialization, we can get a better backtrace that will show up in RSpec output. Signed-off-by: Gabriel Mazetto <brodock@gmail.com>
* | | | Bump version to 15.0.321 by Chef Expeditorv15.0.321Chef Expeditor2019-05-286-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Fix ssh user set from cli (#8558)dheerajd-msys2019-05-282-6/+6
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | | Bump version to 15.0.320 by Chef Expeditorv15.0.320Chef Expeditor2019-05-286-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-2752-74/+123
|\ \ \ \ | |_|/ / |/| | | Add distro constants for solo, zero and automate
| * | | Fix another occurence of chef-zero in local_mode.rb fileTensibai2019-05-232-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tensibai <tensibai@iabis.net> Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * | | more distro constants for "Chef"Marc Chamberland2019-05-2318-28/+28
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * | | More distro constant applicationsMarc Chamberland2019-05-2332-44/+68
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * | | distro constants for solo, zero and automateMarc Chamberland2019-05-2317-23/+47
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
* | | | Bump version to 15.0.319 by Chef Expeditorv15.0.319Chef Expeditor2019-05-276-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8593 from chef/lcg/enable-target-modeLamont Granquist2019-05-275-3/+6
|\ \ \ \ | | | | | | | | | | Enable target mode on ruby_block, log and breakpoint
| * | | | enable target mode on some resourceslcg/enable-target-modeLamont Granquist2019-05-245-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see PR for pontification on ruby_block Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 15.0.318 by Chef Expeditorv15.0.318Chef Expeditor2019-05-256-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Fixed issue for chef-client run was throwing error when provided empty ↵vinay sharma2019-05-257-8/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string with it (#8200) * fixed issue for chef-client run was throwing error when provided empty string with it Signed-off-by: vinay033 <vsharma@chef.io>
* | | | | Bump version to 15.0.317 by Chef Expeditorv15.0.317Chef Expeditor2019-05-246-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8595 from chef/lcg/shellout-require-idempotencyLamont Granquist2019-05-245-12/+11
|\ \ \ \ \ | | | | | | | | | | | | fix shellout require idempotency and bump gems
| * | | | | revert back to released appbundlerlcg/shellout-require-idempotencyLamont Granquist2019-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | fix shellout require idempotency and bump gemsLamont Granquist2019-05-245-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | something is declaring an empty class somewhere and trolling me hard but ruby makes that near impossible to figure out, so be slightly more specific by looking for a mixlib-shellout constant also bumps the gems Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 15.0.316 by Chef Expeditorv15.0.316Chef Expeditor2019-05-246-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.