summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.315 by Chef Expeditorv15.0.315Chef Expeditor2019-05-246-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Chef-15: Add missing deprecated options (#8573)Vivek Kumar Singh2019-05-241-1/+7
| | | | | | * Add missing deprecated options Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 15.0.314 by Chef Expeditorv15.0.314Chef Expeditor2019-05-246-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.313 by Chef Expeditorv15.0.313Chef Expeditor2019-05-246-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Add introduced field to launch_events in launchd (#8592)Tim Smith2019-05-241-0/+1
| | | | | This auto generates our docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix order of connection before register node (#8574)dheerajd-msys2019-05-242-2/+2
| | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Bump version to 15.0.312 by Chef Expeditorv15.0.312Chef Expeditor2019-05-246-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8582 from chilcote/launch_eventsTim Smith2019-05-242-0/+4
|\ | | | | launchd: add launch_events property
| * Merge branch 'launch_events' of github.com:chilcote/chef into launch_eventsJoseph Chilcote2019-05-230-0/+0
| |\
| | * add LaunchEvents to launchd resourceJoseph Chilcote2019-05-232-0/+4
| | |
| * | add LaunchEvents to launchd resourceJoseph Chilcote2019-05-232-0/+4
| |/ | | | | | | Signed-off-by: Joseph Chilcote <chilcote+github@gmail.com>
* | 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>