summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed features are also available for installation in windows_feature_dismfeaturesKapil Chouhan2018-11-201-17/+13
| | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* Merge pull request #7944 from chef/expeditor_chef_14Tim Smith2018-11-191-4/+6
|\ | | | | Make sure we open PRs from chef-14 and into chef-14
| * Make sure we open PRs from chef-14 and into chef-14expeditor_chef_14Tim Smith2018-11-151-4/+6
| | | | | | | | | | | | | | The into part was working, but we were trying to open the PR from master, which obviously doesn't work. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.26 by Chef Expeditorv14.7.26Chef Expeditor2018-11-165-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7945 from chef/expeditor/inspec-core_3.0.52Tim Smith2018-11-151-3/+3
|\ \ | |/ |/| Bump inspec-core to 3.0.52
| * Bump inspec-core to 3.0.52expeditor/inspec-core_3.0.52Chef Expeditor2018-11-151-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.0.52 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 14.7.25 by Chef Expeditorv14.7.25Chef Expeditor2018-11-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7937 from chef/cheffish_14Tim Smith2018-11-141-1/+1
|\ | | | | Update cheffish to 14.0.4
| * Update cheffish to 14.0.4Tim Smith2018-11-141-1/+1
|/ | | | | | The cheffish bump fixes a bug in the private_key resource which was failing tests in appveyor due to a openssl / ruby bump that occurred there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7925 from chef/dep_bumpTim Smith2018-11-141-1/+1
|\ | | | | Make sure to open PRs against the chef-14 branch
| * Make sure to open PRs against the chef-14 branchTim Smith2018-11-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.24 by Chef Expeditorv14.7.24Chef Expeditor2018-11-145-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7932 from chef/win_pathTim Smith2018-11-141-1/+2
|\ \ | | | | | | Replace usage of win_friendly_path helper in windows_certificate
| * | Replace usage of win_friendly_path helper in windows_certificateTim Smith2018-11-141-1/+2
| |/ | | | | | | | | | | | | This is a helper from the windows cookbook that doesn't exist in core Chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.23 by Chef Expeditorv14.7.23Chef Expeditor2018-11-145-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7931 from chef/14_bumpTim Smith2018-11-142-9/+9
|\ \ | |/ |/| Bump InSpec to 3.0.46
| * Bump InSpec to 3.0.46Tim Smith2018-11-142-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.7.22 by Chef Expeditorv14.7.22Chef Expeditor2018-11-135-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7920 from chef/featureTim Smith2018-11-132-5/+9
|\ | | | | Backport: windows_feature: Move provider logic into the default of the install_method property
| * windows_feature: Move provider logic into the default of the install_method ↵Tim Smith2018-11-132-5/+9
|/ | | | | | | | property This eliminates the need for setting the subresource variable and also allows us to auto-generate docs that are aware of the default. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.7.21 by Chef Expeditorv14.7.21Chef Expeditor2018-11-105-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7898 from chef/cacerts_14Tim Smith2018-11-092-18/+22
|\ | | | | Update inspec and ca-certs to the latest
| * Update inspec and ca-certs to the latestcacerts_14Tim Smith2018-11-082-18/+22
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.20 by Chef Expeditorv14.7.20Chef Expeditor2018-11-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7907 from chef/sp/7903backportTim Smith2018-11-091-231/+230
|\ \ | | | | | | Chef 14 Backport: Make sure we define windows_task resource on *nix systems
| * | Make sure we define windows_task resource on *nix systemssp/7903backportTim Smith2018-11-091-231/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move the if windows statement from the entire resource to the actual place where we used Windows specific code. This makes it so we can use chefspec and the chef-resource-inspector for this resource. Signed-off-by: Tim Smith <tsmith@chef.io> (cherry picked from commit 8757bab03081dcbcec159614b67969a9387900bf)
* | | Fix typo in release notesTim Smith2018-11-091-1/+1
|/ /
* | Bump version to 14.7.19 by Chef Expeditorv14.7.19Chef Expeditor2018-11-095-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7906 from chef/sp/fix7715-chef-14Tim Smith2018-11-091-1/+1
|\ \ | | | | | | Chef 14 Backport: windows_ad_join: Switch to UPN format usernames for use with AD cmdlets
| * | 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>
* | | Fix Chef-14 changelogTim Smith2018-11-091-6/+2
|/ / | | | | | | | | | | Expeditor added extra versions to the changelog Signed-off-by: Tim Smith <tsmith@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>