summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.311 by Chef Expeditorv15.0.311Chef Expeditor2019-05-246-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8588 from chef/lcg/target-mode-whichLamont Granquist2019-05-241-2/+13
|\ | | | | make which/where be target-mode aware
| * fix target mode checklcg/target-mode-whichLamont Granquist2019-05-231-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * make which/where be target-mode awareLamont Granquist2019-05-231-2/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.310 by Chef Expeditorv15.0.310Chef Expeditor2019-05-246-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix for knife bootstrap inheritance issue with knife plugins (#8585)Vasundhara Jagdale2019-05-249-9/+1
| | | | | | | | | | | | * Fix for knife bootstrap inheritance issue with knife plugins Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 15.0.309 by Chef Expeditorv15.0.309Chef Expeditor2019-05-246-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8590 from chef/btm/preserve-train-connectionTim Smith2019-05-231-1/+1
|\ \ | | | | | | Preserve train connection in target mode to prevent running duplicate OS detection commands
| * | Preserve train connectionBryan McLellan2019-05-241-1/+1
|/ / | | | | | | | | | | | | | | | | We need to save the train connection object as that represents the ssh connection that we want to reuse. Fixes #8579 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 15.0.308 by Chef Expeditorv15.0.308Chef Expeditor2019-05-246-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8584 from chef/lcg/better-target-mode-shell-outLamont Granquist2019-05-237-103/+45
|\ \ | |/ | | Better target mode shell_out
| * Better target mode shell_outlcg/better-target-mode-shell-outLamont Granquist2019-05-237-103/+45
| | | | | | | | | | | | | | | | - integrates target-mode fully with shell_out - removes the train_or_shellout mixin - apt_package is now fully supported in target-mode Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.307 by Chef Expeditorv15.0.307Chef Expeditor2019-05-246-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix service enable idempotency in sles11 (#8256)dheerajd-msys2019-05-236-3/+251
| | | | | | | | | | | | * fix service enable idempotency in sles11 Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.0.306 by Chef Expeditorv15.0.306Chef Expeditor2019-05-236-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8570 from artem-forks/delete_resourceLamont Granquist2019-05-232-2/+11
|\ \ | |/ |/| Fix delete_resource for resources
| * Fix delete_resource for resourcesArtem Sidorenko2019-05-202-2/+11
| | | | | | | | | | | | | | | | with multiple providers Fixes: https://github.com/chef/chef/issues/6158 Signed-off-by: Artem Sidorenko <artem.sidorenko@t-systems.com>
* | Bump version to 15.0.305 by Chef Expeditorv15.0.305Chef Expeditor2019-05-226-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8544 from chef/lcg/require-idempotencyLamont Granquist2019-05-22143-203/+203
|\ \ | | | | | | Gate requires with idempotency check
| * | This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-20143-203/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | Stops the kernel from scanning through all the activated gems every time in order to resolve names into pathnames. See rubygems/rubygems#2762 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.304 by Chef Expeditorv15.0.304Chef Expeditor2019-05-216-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8571 from chef/lcg/better-target-mode-creds-errorsLamont Granquist2019-05-212-23/+24
|\ \ \ | |/ / |/| | Better target mode no-creds errors
| * | spec fix for windowsLamont Granquist2019-05-211-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Better target mode no-creds errorslcg/better-target-mode-creds-errorsLamont Granquist2019-05-202-23/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the target mode error in the case of no creds at all to: ``` FATAL: ArgumentError: Credentials file specified for target mode does not exist: '/Users/lamont/.chef/credentials' ``` From: ``` [2019-05-20T17:30:41-07:00] FATAL: NoMethodError: undefined method `[]' for nil:NilClass ``` Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.303 by Chef Expeditorv15.0.303Chef Expeditor2019-05-216-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8545 from chef/lcg/chef-config-requiresLamont Granquist2019-05-207-28/+28
|\ \ | | | | | | Fix chef-config requires lines
| * | Fix chef-config requires lineslcg/chef-config-requiresLamont Granquist2019-05-147-28/+28
| | | | | | | | | | | | | | | | | | | | | does the same fixing of require_relative and manual idempotency checking that has been applied to the chef gem Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.302 by Chef Expeditorv15.0.302Chef Expeditor2019-05-206-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8567 from chef/btm/client_key_validator_fixBryan McLellan2019-05-202-8/+10
|\ \ \ | |_|/ |/| | Only set client_pem in bootstrap_context when validatorless
| * | Only set client_pem in bootstrap_context when validatorlessbtm/client_key_validator_fixBryan McLellan2019-05-172-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | We should only set bootstrap_context.client_pem if we're a validatorless bootstrap. Fixes #8534 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Add release notes suggestions from the docs teamTim Smith2019-05-171-6/+6
|/ / | | | | | | | | | | Thanks docs! Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8563 from chef/editsTim Smith2019-05-171-78/+82
|\ \ | | | | | | Add back release note edits that were accidently deleted
| * | Add back release note change that was accidentally deletededitsTim Smith2019-05-171-78/+76
| | | | | | | | | | | | | | | | | | Not sure how I did this, but I nuked all the nice edits. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add 15.0.300 to the release notesTim Smith2019-05-161-0/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md to reflect the promotion of 15.0.300Chef Expeditor2019-05-162-5/+9
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.0.301 by Chef Expeditorv15.0.301Chef Expeditor2019-05-166-14/+15
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Additional changes based on the docs team feedbackTim Smith2019-05-161-10/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge branch 'mjingle-mj/rn15Check'Tim Smith2019-05-161-6/+6
|\ \
| * \ Merge branch 'mj/rn15Check' of https://github.com/mjingle/chef into ↵Tim Smith2019-05-161-6/+6
| |\ \ |/ / / | | | | | | mjingle-mj/rn15Check
| * | Update RELEASE_NOTES.mdmjingle2019-05-141-1/+1
| | |
| * | Additional copyeditsMary Jinglewski2019-05-141-3/+3
| | | | | | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * | Chef Infra Client 15 Release Notes Additional editsMary Jinglewski2019-05-141-3/+3
| |/ | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* | Bump version to 15.0.300 by Chef Expeditorv15.0.300Chef Expeditor2019-05-166-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8560 from chef/bootstrap-uses-ptyTim Smith2019-05-162-14/+24
|\ \ | | | | | | Enable pty for bootstrap ssh
| * | Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-162-14/+24
|/ / | | | | | | | | | | | | | | This will allow bootstrap to work with systems that have `requiretty` configured, and is consistent with the behavior of Chef 14 bootstrap Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Bump version to 15.0.299 by Chef Expeditorv15.0.299Chef Expeditor2019-05-166-13/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8554 from chef/chef_apply_licenseTyler Ball2019-05-162-0/+4
|\ \ | | | | | | Add license CLI options to chef-apply command
| * | Add Chef license acceptance CLI flag to chef-solochef_apply_licenseTim Smith2019-05-151-0/+2
| | | | | | | | | | | | | | | | | | Our major CLI commands should all have this Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add license CLI options to chef-apply commandTim Smith2019-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | You could accept the license interactively but you could not do it via the CLI flag Signed-off-by: Tim Smith <tsmith@chef.io>