summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add RELEASE_NOTES for 12.19tm/12_19_release_notesThom May2017-02-081-15/+22
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 12.19.11 by Chef Versioner.v12.19.11Chef Versioner2017-02-085-22/+10
|
* Merge pull request #5788 from chef/tm/fix_changelog_generatorThom May2017-02-081-1/+2
|\ | | | | ignore things properly
| * ignore things properlytm/fix_changelog_generatorThom May2017-02-081-1/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 12.19.10 by Chef Versioner.v12.19.10Chef Versioner2017-02-075-10/+10
|
* Merge pull request #5757 from chef/ohai_depThom May2017-02-078-48/+50
|\ | | | | Ship Ohai 8.23 and pin the Ohai dependency to < 13
| * Pin integration tests to < 2.0 kitchen-dokkenTim Smith2017-02-072-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Point Berkshelf at the correct Supermarket URLohai_depTim Smith2017-02-072-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-074-44/+46
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the Ohai dependency to < 13Tim Smith2017-02-071-1/+1
|/ | | | | | We're skipping 9-12. The next release of Ohai is 13. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version of chef to 12.19.9 by Chef Versioner.v12.19.9Chef Versioner2017-02-065-10/+11
|
* Grant Administrators group permissions to nodes directory under chef-solo ↵Tom Duffield2017-02-062-0/+5
| | | | | (#5781) Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version of chef to 12.19.8 by Chef Versioner.v12.19.8Chef Versioner2017-02-065-10/+15
|
* Merge pull request #5764 from ↵Bryan McLellan2017-02-0613-25/+670
|\ | | | | | | | | MsysTechnologiesllc/nim/alternate_user_execute_resources Windows alternate user support for execute resources
| * Fixed specsnimisha2017-02-025-310/+223
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Using node[:platform_family] for checking windows platformnimisha2017-02-021-1/+1
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixing review commentsnimisha2017-02-024-135/+65
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixed bugs, review comments and specsnimisha2017-02-025-14/+41
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Alternate user execute resource code review feedackadamedx2017-02-023-12/+12
| |
| * Additional rubocop for execute resource default argumentsadamedx2017-02-021-3/+3
| |
| * Rubocop violations in execute resource alternate user implementationadamedx2017-02-028-47/+49
| |
| * Rubcop violations in alt-user execute common codeadamedx2017-02-022-35/+35
| |
| * Workaround on Windows execute tests for leaked user profilesAdam Edwards2017-02-021-2/+7
| |
| * Windows alternate user support for execute resourcesAdam Edwards2017-02-0211-20/+506
| |
| * Windows user identity user name and credntial validationAdam Edwards2017-02-022-0/+282
| |
* | Bump version of chef to 12.19.7 by Chef Versioner.v12.19.7Chef Versioner2017-02-035-10/+10
| |
* | Merge pull request #5778 from chef/btm/no-fipsLamont Granquist2017-02-031-1/+1
|\ \ | | | | | | Fix --no-fips on chef-client
| * | Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
| |/ | | | | | | | | | | | | Somewhat unintuitively, mixlib-cli needs both `boolean => true` as well as `long => "--[no-]option"` for the boolean feature to work. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version of chef to 12.19.6 by Chef Versioner.v12.19.6Chef Versioner2017-02-035-10/+11
| |
* | Merge pull request #5776 from chef/tm/bump_m_aThom May2017-02-033-31/+31
|\ \ | |/ |/| Bump mixlib-archive version to 0.4
| * Bump mixlib-archive version to 0.4tm/bump_m_aThom May2017-02-023-31/+31
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #5773 from ↵Thom May2017-02-012-5/+11
|\ | | | | | | | | chef/tduffield/COOL-464/raise-error-if-install-fails Raise error if ips_package install returns non-zero
| * Raise error if ips_package install returns non-zerotduffield/COOL-464/raise-error-if-install-failsTom Duffield2017-02-012-5/+11
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Merge pull request #5765 from mal/systemd-unit-verifyThom May2017-02-013-0/+172
|\ \ | | | | | | Verify systemd_unit file with custom verifier
| * | Fix comment grammarMal Graty2017-01-291-1/+1
| | | | | | | | | | | | Signed-off-by: Mal Graty <mal.graty@googlemail.com>
| * | Verify systemd_unit file during createMal Graty2017-01-283-0/+172
| | | | | | | | | | | | | | | | | | | | | Use custom verification class to work around file name requirements when running systemd-analyze. Signed-off-by: Mal Graty <mal.graty@googlemail.com>
* | | Bump version of chef to 12.19.5 by Chef Versioner.v12.19.5Chef Versioner2017-02-015-10/+11
| | |
* | | Merge pull request #5704 from ceneo/knife-upload-too-short-control-escapeThom May2017-02-012-3/+9
|\ \ \ | |_|/ |/| | Core: Ensure paths are correctly escaped when syntax checking
| * | switch to using regexp escapeThom May2017-02-012-3/+9
| | | | | | | | | | | | | | | | | | And add test that fails with original code Signed-off-by: Thom May <thom@chef.io>
| * | Fixed 'too short control escape' on knfie upload #5702Grzegorz Dudek2017-01-051-1/+1
| | | | | | | | | | | | Signed-off-by: Grzegorz Dudek <grzegorz.dudek@ceneo.pl>
* | | Bump version of chef to 12.19.4 by Chef Versioner.v12.19.4Chef Versioner2017-02-015-10/+11
| | |
* | | Merge pull request #5772 from chef/tduffield/COOL-635/netmask-eth0Tom Duffield2017-01-312-2/+8
|\ \ \ | | | | | | | | Use CIDR notation rather than netmask in route-eth0 file
| * | | Use CIDR block rather than netmask in route-eth0 fileTom Duffield2017-01-312-2/+8
|/ / / | | | | | | | | | | | | | | | Convert the netmask into the CIDR block for the route-eth0 file. Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version of chef to 12.19.3 by Chef Versioner.v12.19.3Chef Versioner2017-01-305-10/+11
| | |
* | | dh/url support cab (#5732)dheerajd-msys2017-01-302-11/+95
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added URL support for cab_package Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * specs are added and code refactored Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * specs are added and code refactored Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * specs are added and code refactored Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * specs are added and code refactored Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * specs are added and code refactored Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * removed bundle/config Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * Fixed review comments Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * Fixed review comments on #cab_file_source Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> * comments and context added for #cab_file_source Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version of chef to 12.19.2 by Chef Versioner.v12.19.2Chef Versioner2017-01-255-10/+11
| |
* | Merge pull request #5759 from chef/tduffield/feedback-issue-templateTom Duffield2017-01-251-0/+1
|\ \ | | | | | | Direct feature requests to feedback.chef.io
| * | Direct feature requests to feedback.chef.iotduffield/feedback-issue-templateTom Duffield2017-01-251-0/+1
|/ / | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 12.19.1 by Chef Versioner.v12.19.1Chef Versioner2017-01-255-15/+45
| |
* | Merge pull request #5755 from chef/12.19-bumpScott Christopherson2017-01-255-9/+35
|\ \ | | | | | | Bump minor version to 12.19