summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove all 11 era deprecationstm/reremove_11_deprecationsThom May2017-03-0812-550/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #5879 from chef/tm/revert_mis_commitThom May2017-03-0812-0/+550
|\ | | | | Revert "Remove all 11 era deprecations"
| * Revert "Remove all 11 era deprecations"Thom May2017-03-0812-0/+550
|/ | | | This reverts commit f312ab8b2f46f6211fc0b732890c69e4dae46c77.
* Remove all 11 era deprecationsThom May2017-03-0812-550/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.0.20 by Chef Versioner.v13.0.20Chef Versioner2017-03-085-10/+17
|
* Merge pull request #5871 from chef/lcg/chef-resource-propertiesThom May2017-03-084-36/+11
|\ | | | | convert additional resource methods to properties
| * convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-074-36/+11
| | | | | | | | | | | | | | converts sensitive, retries, retry_delay and ignore_failure to properties Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.19 by Chef Versioner.v13.0.19Chef Versioner2017-03-085-10/+10
| |
* | Merge pull request #5864 from chef/tm/kill-backcompatThom May2017-03-0820-267/+3
|\ \ | | | | | | Remove backcompat classes
| * | Remove backcompat classestm/kill-backcompatThom May2017-03-0820-267/+3
|/ / | | | | | | | | | | | | | | These are things that have been deprecated and removed or renamed many moons ago, but to ease transitions and to keep our API contracts we did some shimming. I'm now shiving the shims. Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.0.18 by Chef Versioner.v13.0.18Chef Versioner2017-03-085-10/+10
| |
* | Merge pull request #5869 from chef/tm/no_provisioning_testsThom May2017-03-083-29/+13
|\ \ | | | | | | Remove provisioning from the downstream tests
| * | Remove provisioning from the downstream teststm/no_provisioning_testsThom May2017-03-073-29/+13
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.0.17 by Chef Versioner.v13.0.17Chef Versioner2017-03-085-10/+10
| | |
* | | Merge pull request #5876 from chef/lcg/acceptance-testing-yakLamont Granquist2017-03-072-11/+8
|\ \ \ | | | | | | | | pinning chef-config in acceptance to rubygems version
| * | | pinning chef-config in acceptance to rubygems versionLamont Granquist2017-03-072-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jenkins barfed pretty hard on the prior attempt to fix. this should work better. can obviously be backed out once chef-13 is released. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 13.0.16 by Chef Versioner.v13.0.16Chef Versioner2017-03-075-10/+10
| | | |
* | | | Merge pull request #5875 from chef/lcg/acceptance-testing-yakLamont Granquist2017-03-072-5/+12
|\ \ \ \ | |/ / / | | | | use master of chef-config we're tesing in acceptance tests
| * | | use master of chef-config we're tesing in acceptance testsLamont Granquist2017-03-072-5/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i guess this makes this also an integration test of chef-config against berkshelf and ridley. i considered going the other way and pinning to < 13 in order to get the rubygems version, but decided to go this direction since it feels like we get more 'coverage' this way. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.15 by Chef Versioner.v13.0.15Chef Versioner2017-03-075-10/+10
| | |
* | | Merge pull request #5873 from chef/lcg/knife-ssh-solaris-specLamont Granquist2017-03-071-3/+3
|\ \ \ | | | | | | | | fix spec for solaris 10
| * | | fix spec for solaris 10Lamont Granquist2017-03-071-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | this only affects tests running as root on old solaris because ENV['HOME'] for root is "/" there and that causes a "/.ssh" vs "//.ssh" error if we don't File.expand_path in both the code and the spec. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.14 by Chef Versioner.v13.0.14Chef Versioner2017-03-075-10/+10
| | |
* | | Merge pull request #5872 from chef/lcg/fix-acceptance-bundleLamont Granquist2017-03-072-16/+22
|\ \ \ | |_|/ |/| | fix the acceptance Gemfile
| * | fix the acceptance GemfileLamont Granquist2017-03-072-16/+22
|/ / | | | | | | | | | | | | same fix as the other Gemfile stuff to stop using github and switch to https everywhere Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.13 by Chef Versioner.v13.0.13Chef Versioner2017-03-075-10/+10
| |
* | add support QuietUninstallString for windows packages (#5849)Harikesh Kolekar2017-03-072-3/+34
| | | | | | | | | | * add support QuietUninstallString for windows packages Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* | Bump version of chef to 13.0.12 by Chef Versioner.v13.0.12Chef Versioner2017-03-075-10/+10
| |
* | Merge pull request #5863 from chef/lcg/remove-supportsLamont Granquist2017-03-078-75/+22
|\ \ | | | | | | CHEF-13: remove supports API from Chef::Resource
| * | update RELNOTESLamont Granquist2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | no longer dropping the Array syntax it was being used. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add back the Array form of setting supportsLamont Granquist2017-03-074-4/+26
| | | | | | | | | | | | | | | | | | | | | bonus fix: i believe the array form was mutating the default values, it should stop doing that now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add RELEASE_NOTESlcg/remove-supportsLamont Granquist2017-03-061-0/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | remove most of supports APILamont Granquist2017-03-068-93/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still there on service (where it makes some sense) also still on mount (because i have no idea if that is actively being used or if it makes any sense at all). converts it to a property on mount + service as well. also removed setting it as an array -- did we ever document that and/or does anyone use it? i'm not religiously against that way of setting it, but if nobody ever used it i'd rather remove the YAGNI. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.11 by Chef Versioner.v13.0.11Chef Versioner2017-03-075-10/+10
| | |
* | | Merge pull request #5867 from chef/tm/demagic_properties_2Thom May2017-03-072-74/+14
|\ \ \ | | | | | | | | Be a bit less keen to help properties
| * | | Be a bit less keen to help propertiestm/demagic_properties_2Thom May2017-03-072-74/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all the magic that attempts to allow users to write unsafe properties - ie, ones that set a default but claim to be a name property. This yielded different results depending on ordering. It's better for our users to just suck up fixing this. Closes: #5542 (Part of #3705) Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.0.10 by Chef Versioner.v13.0.10Chef Versioner2017-03-075-10/+10
| | |
* | | Merge pull request #5870 from chef/tduffield/ci-changelog-group-renameTom Duffield2017-03-074-22/+22
|\ \ \ | |_|/ |/| | Replace changelog group with ci group
| * | Replace changelog group with ci groupTom Duffield2017-03-074-22/+22
|/ / | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 13.0.9 by Chef Versioner.v13.0.9Chef Versioner2017-03-075-8/+11
| |
* | Merge pull request #5865 from chef/tduffield/bump-patchTom Duffield2017-03-076-12/+9
|\ \ | | | | | | Bump Patch, Not Minor
| * | Revert "Bump version of chef to 13.1.0 by Chef Versioner."Tom Duffield2017-03-075-11/+8
| | | | | | | | | | | | | | | | | | This reverts commit 3c99c0cb50941e571dd5a923667ff04014fbbbfa. Signed-off-by: Tom Duffield <tom@chef.io>
| * | Bump patch not minorTom Duffield2017-03-071-1/+1
|/ / | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 13.1.0 by Chef Versioner.v13.1.0Chef Versioner2017-03-075-8/+11
| |
* | Merge pull request #5834 from chef/tduffield/update-version-bumpingTom Duffield2017-03-076-25/+60
|\ \ | |/ |/| Improve version bumping
| * Better handle version bumpingtduffield/update-version-bumpingTom Duffield2017-02-226-25/+60
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Merge pull request #5862 from chef/lcg/ohai-from-gitLamont Granquist2017-03-064-2/+50
|\ \ | | | | | | build ohai from git
| * | build ohai from gitlcg/ohai-from-gitLamont Granquist2017-03-064-2/+50
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.8 by Chef Versioner.v13.0.8Chef Versioner2017-03-064-8/+8
| | |
* | | Merge pull request #5830 from shortdudey123/CHEF-4538_ssh-gateway-identity-authThom May2017-03-065-1/+53
|\ \ \ | | | | | | | | CHEF-4538 - add an option for gateway_identity_file that will allow key-based authentication on the gateway.