summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | | Bump version to 15.0.35 by Chef Expeditorv15.0.35Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7859 from chef/github_issuesTim Smith2018-11-025-5/+68
|\ \ \ \ | | | | | | | | | | Add additional github issue templates
| * | | | Add a resource request template as wellTim Smith2018-11-021-0/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Make the docs team owners on the issue templatesTim Smith2018-11-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want their input on changes to these docs Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add additional github issue templatesTim Smith2018-11-023-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way when you click new you get a choice between the three. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.0.34 by Chef Expeditorv15.0.34Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7840 from chef/lcg/chef-15-attribute-array-fixesTim Smith2018-11-025-50/+186
|\ \ \ \ \ | |/ / / / |/| | | | Chef 15 node attribute array fixes
| * | | | Chef 15 node attribute array fixeslcg/chef-15-attribute-array-fixesLamont Granquist2018-10-315-50/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing something like: ``` node.default["foo"] = [] node.default["foo"] << { "bar" => "baz } ``` Would result in a Hash instead of a VividMash inserted into the AttrArray, so that: ``` node.default["foo"][0]["bar"] # gives the correct result node.default["foo"][0][:bar] # does not work due to the sub-Hash not # converting keys ``` This fixes that behavior, but is likely a breaking change to someone who expects to ingest hashes with symbol keys and get back out symbol keys, they will now get converted to strings. This breaking change is fully 100% intentional. This makes the node attribute structure more consistent and predictable. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 15.0.33 by Chef Expeditorv15.0.33Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7855 from chef/remove_bogus_checkLamont Granquist2018-11-021-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Remove the check for nil code property in the script provider
| * | | | Remove the check for nil code property in the script providerremove_bogus_checkTim Smith2018-11-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new_resource.code comes from the execute resource and it's a required property there. This can never fire. Signed-off-by: Tim Smith <tsmith@chef.io>