summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the platform check from RPM compression in Omnibuspackage_compressionTim Smith2018-07-161-5/+2
| | | | | | We don't build on RHEL 5 anymore so there's no need to gate this. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.3 by Chef Expeditorv14.4.3Chef Expeditor2018-07-165-11/+12
|
* Bump version to 14.4.2 by Chef Expeditorv14.4.2Chef Expeditor2018-07-165-12/+12
|
* Merge pull request #7478 from chef/tomdoherty-vlanTim Smith2018-07-164-1/+8
|\ | | | | ifconfig: Allow specifying VLAN on RHEL/Centos
| * Remove the gateway propertyTim Smith2018-07-162-5/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Merge branch 'vlan' of https://github.com/tomdoherty/chef into tomdoherty-vlanTim Smith2018-07-163-0/+11
| |\ |/ /
| * Allow specifying VLAN on RHEL/CentosTom Doherty2017-09-133-0/+12
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
| * Refactor and add an additional unit testTom Doherty2017-09-082-16/+35
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
| * Simplify and add unit test for default routeTom Doherty2017-09-082-10/+14
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
| * Allow specifying default gateway on RHEL/CentosTom Doherty2017-09-081-5/+21
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 14.4.1 by Chef Expeditorv14.4.1Chef Expeditor2018-07-165-10/+12
| |
* | Merge pull request #7477 from chef/lcg/shell-out-regressionLamont Granquist2018-07-161-0/+5
|\ \ | | | | | | add back clean_array API
| * | add back clean_array APIlcg/shell-out-regressionLamont Granquist2018-07-161-0/+5
| | | | | | | | | | | | | | | | | | | | | broke public API that habitat package cookbook was using, so add this back but make it deprecated. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.4.0 by Chef Expeditorv14.4.0Chef Expeditor2018-07-161-3/+4
| | |
* | | Merge pull request #7476 from chef/bump_144Lamont Granquist2018-07-165-10/+10
|\ \ \ | |/ / |/| | Bump version to 14.4.0
| * | Bump version to 14.4.0bump_144Tim Smith2018-07-165-10/+10
|/ / | | | | | | | | | | It's time to start merging new features. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.46 by Chef Expeditorv14.3.46Chef Expeditor2018-07-165-11/+12
| |
* | Merge pull request #6168 from oclaussen/generate_valid_gemfileTim Smith2018-07-163-1/+21
|\ \ | | | | | | Make gem_installer generate a valid Gemfile
| * | Fail loudly when the gem installer finds conflicting gem requirementsOle Claussen2017-05-292-1/+7
| | | | | | | | | | | | Signed-off-by: Ole Claussen <claussen.ole@gmail.com>
| * | Generate a valid Gemfile, even multiple gem declaration with keyword ↵Ole Claussen2017-05-292-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | arguments exist. Previously, keyword argemunts to the gem declarations would just be appended, resulting in invalid Gemfiles. Now, keyword arguments are merged together. In case of conflict, the last declaration will win. Signed-off-by: Ole Claussen <claussen.ole@gmail.com>
* | | Bump version to 14.3.45 by Chef Expeditorv14.3.45Chef Expeditor2018-07-155-11/+12
| | |
* | | Merge pull request #7472 from chef/json_cleanupTim Smith2018-07-1522-23/+1
|\ \ \ | | | | | | | | Remove require json_compat where not used
| * | | This plugin needs role not node.json_cleanupTim Smith2018-07-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Remove require json_compat where note usedTim Smith2018-07-1522-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | We're not directly manipulating json in these knife plugins. We're using mostly using the API class or environment/role classes directly. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.3.44 by Chef Expeditorv14.3.44Chef Expeditor2018-07-155-11/+12
| | | |
* | | | Merge pull request #7470 from chef/knife_cleanupLamont Granquist2018-07-141-1/+11
|\ \ \ \ | | | | | | | | | | Improve the error message when knife bootstrap windows isn't installed
| * | | | Improve the error message when knife bootstrap windows isn't installedknife_cleanupTim Smith2018-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user really wanted to run knife boostrap windows then the "hostname" bit here doesn't make sense. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add some yard / commentsTim Smith2018-07-131-0/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.3.43 by Chef Expeditorv14.3.43Chef Expeditor2018-07-145-11/+12
|/ / /
* | | Merge pull request #7466 from chef/knife_supermarketTim Smith2018-07-1318-590/+604
|\ \ \ | | | | | | | | Move all knife cookbook site plugin logic into knife supermarket
| * | | Move all plugin logic into knife supermarketknife_supermarketTim Smith2018-07-1318-590/+604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to deprecate knife cookbook site. This moves all the logic into the knife supermarket plugins and has the legacy knife cookbook site plugins inherit from that. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.3.42 by Chef Expeditorv14.3.42Chef Expeditor2018-07-135-11/+12
| | | |
* | | | Merge pull request #7465 from chef/lcg/fix-dup-query-paramsTim Smith2018-07-132-2/+8
|\ \ \ \ | | | | | | | | | | Fix duplicated query parameters to resolve Chef::HTTP::Simple regression
| * | | | Fix duplicated query parametersLamont Granquist2018-07-132-2/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | rubocop rule led to us mutating the argument to the constructor here and continuously appending query params. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.41 by Chef Expeditorv14.3.41Chef Expeditor2018-07-135-11/+12
| | | |
* | | | Merge pull request #7379 from chef/lcg/fixing-array-argsTim Smith2018-07-1321-326/+343
|\ \ \ \ | |/ / / |/| | | Fixing array args in some unix providers
| * | | fix yardlcg/fixing-array-argsLamont Granquist2018-07-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix missing stubs for install_profileLamont Granquist2018-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | otherwise we really shell_out to profile Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | rebase + squashLamont Granquist2018-07-0621-325/+340
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.3.40 by Chef Expeditorv14.3.40Chef Expeditor2018-07-135-12/+12
| | | |
* | | | Merge pull request #7455 from coderanger/config-commandsTim Smith2018-07-1310-28/+708
|\ \ \ \ | | | | | | | | | | Add knife config get/use-profile commands
| * | | | Fix a lingering rubocop issue.Noah Kantrowitz2018-07-111-28/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Update release notes to include list-profiles and more details.Noah Kantrowitz2018-07-111-6/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Feed the rubocop.Noah Kantrowitz2018-07-112-27/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | A few more test cases.Noah Kantrowitz2018-07-111-0/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Use the right class for the reset.Noah Kantrowitz2018-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | New `knife config list-profiles` command to show available profiles.Noah Kantrowitz2018-07-113-10/+286
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Fix up some tests I broke.Noah Kantrowitz2018-07-101-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Add two new knife commands for getting and setting the credentials profile name.Noah Kantrowitz2018-07-105-0/+307
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | | Add support for knife commands with hyphens.Noah Kantrowitz2018-07-102-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works exactly like with an underscore, but is a bit more user-friendly sometimes (e.g. `get_config` vs `get-config`). Signed-off-by: Noah Kantrowitz <noah@coderanger.net>