summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* windows_ad_join: Switch to UPN format usernames for use with AD cmdletssp/fix7715-chef-14Stuart Preston2018-11-091-1/+1
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 14.7.18 by Chef Expeditorv14.7.18Chef Expeditor2018-11-095-9/+16
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7899 from chef/lcg/chef-14-fix-knife-integration-timeoutsTim Smith2018-11-083-13/+19
|\ | | | | Chef 14 Backport: fix the knife integration spec timeouts
| * fix the knife integration spec timeoutslcg/chef-14-fix-knife-integration-timeoutsLamont Granquist2018-11-083-13/+19
|/ | | | | | | | | rely on killing the thread to terminate the server, and rely on thread#join to correctly signal to the main thread that the server thread is dead, don't leak the server object out of the helper. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove angrychef from the expeditor configTim Smith2018-11-081-1/+0
| | | | | | This is only necessary for Chef 15 Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.7.17Chef Expeditor2018-11-081-0/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update CHANGELOG.md to reflect the promotion of 14.7.17Chef Expeditor2018-11-081-2/+5
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update CHANGELOG.md to reflect the promotion of 14.7.17Chef Expeditor2018-11-082-30/+27
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7894 from chef/release_notesTim Smith2018-11-081-0/+46
|\ | | | | Add Chef 14.7 release notes
| * Add Chef 14.7 release notesTim Smith2018-11-081-0/+46
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.7.17 by Chef Expeditorv14.7.17Chef Expeditor2018-11-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7891 from chef/lcg/chef-14-node-attribute-whitspace-fixesLamont Granquist2018-11-071-185/+189
|\ | | | | fix whitespace in node attributes [ci skip]
| * fix whitespace in node attributes [ci skip]Lamont Granquist2018-11-071-185/+189
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.7.16 by Chef Expeditorv14.7.16Chef Expeditor2018-11-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7889 from chef/initramfs_14Tim Smith2018-11-071-13/+19
|\ | | | | Backport: Defer running initramfs_command until end of run
| * Defer running initramfs_command until end of runinitramfs_14Tom Doherty2018-11-071-13/+19
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 14.7.15 by Chef Expeditorv14.7.15Chef Expeditor2018-11-075-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7888 from chef/firewall_ports_14Tim Smith2018-11-072-24/+69
|\ \ | | | | | | Backport: Allow multiple local and remote ports in the windows_firewall_rule resource
| * | Coerce arrays of ints to an array of stringsfirewall_ports_14Tim Smith2018-11-072-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-072-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 14.7.14 by Chef Expeditorv14.7.14Chef Expeditor2018-11-075-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7887 from chef/docs_improvements_14Tim Smith2018-11-0731-71/+81
|\ \ | |/ |/| Backport: Resource property description updates
| * More tweaks to when we quote defaults in resource-inspectorTim Smith2018-11-072-2/+2
| | | | | | | | | | | | We were quoting a lot of odd things like empty arrays or empty strings. The original intent was to quote symbols. Let's just stick to that. Signed-off-by: Tim Smith <tsmith@chef.io>
| * resource inspector: don't convert nil to "nil" in default valuesTim Smith2018-11-071-1/+1
| | | | | | | | | | | | Only inspec the value if it isn't nil. Signed-off-by: Tim Smith <tsmith@chef.io>
| * More resource description updatesTim Smith2018-11-0722-36/+33
| | | | | | | | | | | | Better descriptions for many name properties and copy edits from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add additional descriptions to resource and update othersTim Smith2018-11-0711-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 14.7.13 by Chef Expeditorv14.7.13Chef Expeditor2018-11-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7876 from chef/windows_firewall_14Tim Smith2018-11-053-0/+562
|\ | | | | Backport: Add windows_firewall_rule resource
| * Make windows_firewall a preview resourcewindows_firewall_14Tim Smith2018-11-051-0/+1
| | | | | | | | | | | | | | In master (chef-15) this wasn't necessary, but we want the cookbook to win for Chef 14. Signed-off-by: Tim Smith <tsmith@chef.io>
| * remove references to the cookbookTor Magnus Rakvåg2018-11-051-4/+0
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * add testsTor Magnus Rakvåg2018-11-051-0/+361
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * wire up windows_firewall_ruleTor Magnus Rakvåg2018-11-051-0/+1
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
| * port resource from cookbook, add descriptionsTor Magnus Rakvåg2018-11-051-0/+203
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
* | Bump version to 14.7.12 by Chef Expeditorv14.7.12Chef Expeditor2018-11-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7875 from chef/validations_14Tim Smith2018-11-056-9/+18
|\ \ | | | | | | Add more validation_messages to properties
| * | Add more validation_messages to propertiesTim Smith2018-11-056-9/+18
| |/ | | | | | | | | | | Provide users with more helpful messages Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.11 by Chef Expeditorv14.7.11Chef Expeditor2018-11-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.7.10 by Chef Expeditorv14.7.10Chef Expeditor2018-11-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7874 from chef/knife_descriptions_14Tim Smith2018-11-0514-14/+14
|\ \ | | | | | | Backport: Make knife command banners consistent
| * | Make knife command banners consistentTim Smith2018-11-0514-14/+14
| |/ | | | | | | | | | | Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7873 from chef/descriptions_14Tim Smith2018-11-0524-34/+41
|\ \ | |/ |/| Backport: Add default_descriptions to properties
| * Skip more resources and set others to desired state falseTim Smith2018-11-0517-19/+26
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Properly deprecate visudo_path property in sudo resourceTim Smith2018-11-051-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update descriptions and add default_description fieldsTim Smith2018-11-057-10/+10
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Don't document state properties in systemd_unitTim Smith2018-11-051-4/+4
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.7.9 by Chef Expeditorv14.7.9Chef Expeditor2018-11-015-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7848 from chef/btm/14-backport-7777Tim Smith2018-11-013-0/+51
|\ | | | | Backport: Added `description` property on windows_task resource
| * - Added `description` property on windows_task resourcebtm/14-backport-7777kapil chouhan2018-11-013-0/+51
| | | | | | | | Signed-off-by: kapil chouhan <kapil.chouhan@msystechnologies.com>
* | Merge pull request #7850 from chef/rhel6_tester_fixesTim Smith2018-11-011-0/+14
|\ \ | |/ |/| Backport: Avoid rhel 6 DB corruption in jenkins RHEL 6 boxes
| * Add some additonal RPM db cleanup steps missed in #7845Seth Chisamore2018-11-011-1/+3
| | | | | | | | Signed-off-by: Seth Chisamore <schisamo@chef.io>