summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spelling is a thinglcg/yum-version-with-package-sourceLamont Granquist2018-11-071-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add tests for yum version with package_source bugLamont Granquist2018-11-071-0/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.49 by Chef Expeditorv15.0.49Chef Expeditor2018-11-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7879 from chef/firewallStuart Preston2018-11-072-24/+69
|\ | | | | Allow passing multiple ports in windows_firewall
| * Coerce arrays of ints to an array of stringsfirewallTim Smith2018-11-062-6/+13
| | | | | | | | | | | | Otherwise it won't compare to the PS output Signed-off-by: Tim Smith <tsmith@chef.io>
| * Allow passing multiple ports in windows_firewallTim Smith2018-11-062-24/+62
| | | | | | | | | | | | | | | | | | Allow ports to be an integer Allow ports to be a comma separated list or an array Workaround a bug in PowerShell where arrays that are converted to json turn into hashes with the count and the value The quotes around the port are removed because you can't pass '80,8080' in the cmdlet. It has to be a bare 80,8080 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.48 by Chef Expeditorv15.0.48Chef Expeditor2018-11-065-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.47 by Chef Expeditorv15.0.47Chef Expeditor2018-11-065-11/+12
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7880 from chef/inspector_v2Tim Smith2018-11-061-1/+1
|\ | | | | resource inspector: don't convert nil to "nil" in default values
| * resource inspector: don't convert nil to "nil" in default valuesinspector_v2Tim Smith2018-11-061-1/+1
| | | | | | | | | | | | Only inspec the value if it isn't nil. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7881 from chef/wordingTim Smith2018-11-0611-34/+47
|\ \ | |/ |/| Add additional descriptions to resource and update others
| * Add additional descriptions to resource and update otherswordingTim Smith2018-11-0611-34/+47
|/ | | | | | | Update descriptions to match the edits that were done to the docs site. Also fix windows_share to lazily eval the arrays, which is a bugfix + a docs fix the way we generate docs right now. Signed-off-by: Tim Smith <tsmith@chef.io>gi Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.46 by Chef Expeditorv15.0.46Chef Expeditor2018-11-065-11/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* More release notes typosTim Smith2018-11-051-1/+1
|
* Fix release notes typoTim Smith2018-11-051-1/+1
|
* Bump version to 15.0.45 by Chef Expeditorv15.0.45Chef Expeditor2018-11-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7871 from tomdoherty/run-initramfs_command-only-onceTim Smith2018-11-051-13/+19
|\ | | | | Defer running initramfs_command until end of run
| * Defer running initramfs_command until end of runTom Doherty2018-11-051-13/+19
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 15.0.44 by Chef Expeditorv15.0.44Chef Expeditor2018-11-055-10/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.43 by Chef Expeditorv15.0.43Chef Expeditor2018-11-055-10/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.42 by Chef Expeditorv15.0.42Chef Expeditor2018-11-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.41 by Chef Expeditorv15.0.41Chef Expeditor2018-11-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7852 from chef/cookbook_createTim Smith2018-11-052-71/+0
|\ \ | | | | | | Fully remove knife cookbook create command
| * | Fully remove knife cookbook create commandcookbook_createTim Smith2018-11-022-71/+0
| | | | | | | | | | | | | | | | | | We already removed all functionality and replaced it with an error message. This prevents the command from showing up in help. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7867 from chef/validationsTim Smith2018-11-056-9/+18
|\ \ \ | | | | | | | | Add more validation_messages to properties
| * | | Add more validation_messages to propertiesvalidationsTim Smith2018-11-036-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | Provide users with more helpful messages Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.40 by Chef Expeditorv15.0.40Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7869 from chef/knife_descriptionsTim Smith2018-11-0514-14/+14
|\ \ \ \ | | | | | | | | | | Make knife command banners consistent
| * | | | Make knife command banners consistentknife_descriptionsTim Smith2018-11-0414-14/+14
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.39 by Chef Expeditorv15.0.39Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7842 from Intility/windows_firewall_ruleTim Smith2018-11-053-0/+561
|\ \ \ \ | | | | | | | | | | Add windows_firewall_rule
| * | | | remove references to the cookbookTor Magnus Rakvåg2018-11-011-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * | | | add testsTor Magnus Rakvåg2018-11-011-0/+361
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * | | | wire up windows_firewall_ruleTor Magnus Rakvåg2018-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * | | | port resource from cookbook, add descriptionsTor Magnus Rakvåg2018-11-011-0/+203
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
* | | | | Bump version to 15.0.38 by Chef Expeditorv15.0.38Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7808 from chef/resource_descriptionsTim Smith2018-11-0524-34/+41
|\ \ \ \ \ | | | | | | | | | | | | Improve resource descriptions for resource documentation automation
| * | | | | Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-3017-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Properly deprecate visudo_path property in sudo resourceTim Smith2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Update descriptions and add default_description fieldsTim Smith2018-10-307-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Don't document state properties in systemd_unitTim Smith2018-10-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 15.0.37 by Chef Expeditorv15.0.37Chef Expeditor2018-11-055-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #7868 from chef/knife_osc_11Tim Smith2018-11-055-267/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Remove the remaining OSC 11 knife user commands
| * | | | | Remove the remaining OSC 11 knife user commandsknife_osc_11Tim Smith2018-11-045-267/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous PR removed the argv rewrite, but didn't remove the actual commands it rewrote to. Now we remove the commands so they don't show up in help. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.0.36 by Chef Expeditorv15.0.36Chef Expeditor2018-11-045-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7841 from chef/osc11Tim Smith2018-11-0419-779/+51
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove knife user support for open source Chef Server < 12
| * | | | Remove OSC Chef specsTim Smith2018-11-047-332/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Remove knife user support for open source Chef Server < 12Tim Smith2018-11-0413-447/+50
|/ / / / | | | | | | | | | | | | | | | | | | | | We shipped Chef 12 server on 2014-11-25. We've maintained backwards compatibility here by shipping double plugins, constantly checking for Chef 11 and then rewriting passed args. We deprecated it with Chef 14. This fully removes support. chef-client will continue to work on chef 11, but users cannot be managed with knife from a workstation running the latest version of Chef/ChefDK. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Minor update to the github templateTim Smith2018-11-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Minor issue template improvementsTim Smith2018-11-021-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>