summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove Chef provisioning lazy loadingprovisioningTim Smith2018-11-023-82/+3
| | | | | | Remove the lazy loading of chef provisioning resources 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>
* | | Bump version to 15.0.32 by Chef Expeditorv15.0.32Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7857 from Intility/doc-fixTim Smith2018-11-021-1/+1
|\ \ \ | | | | | | | | powershell_package doc update
| * | | update description with the powershell_package_source resourceTor Magnus Rakvåg2018-11-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
* | | | Bump version to 15.0.31 by Chef Expeditorv15.0.31Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7856 from chef/http_disable_auth_on_redirectLamont Granquist2018-11-021-1/+1
|\ \ \ \ | |_|/ / |/| | | Set http_disable_auth_on_redirect to true
| * | | Set http_disable_auth_on_redirect to truehttp_disable_auth_on_redirectTim Smith2018-11-011-1/+1
|/ / / | | | | | | | | | | | | | | | The plan outlined in https://github.com/chef/chef/pull/7006 was to set this to true in Chef 15. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.30 by Chef Expeditorv15.0.30Chef Expeditor2018-11-025-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7853 from chef/expeditor/inspec-core_3.0.25Tim Smith2018-11-011-3/+3
|\ \ \ | | | | | | | | Bump inspec-core to 3.0.25
| * | | Bump inspec-core to 3.0.25expeditor/inspec-core_3.0.25Chef Expeditor2018-11-011-3/+3
|/ / / | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.0.25 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 15.0.29 by Chef Expeditorv15.0.29Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7323 from chef/cookbook_testTim Smith2018-11-012-179/+0
|\ \ \ | | | | | | | | Remove knife cookbook test feature
| * | | Remove knife cookbook test featureTim Smith2018-11-012-179/+0
| | | | | | | | | | | | | | | | | | | | | | | | We deprecated this during the Chef 13 cycle. It's time to fully remove it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.28 by Chef Expeditorv15.0.28Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7777 from ↵Bryan McLellan2018-11-013-0/+51
|\ \ \ \ | |/ / / |/| | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-913_add_description_property Added property `description` on windows_task resource
| * | | - Added `description` property on windows_task resourcekapil chouhan2018-10-303-0/+51
| | | | | | | | | | | | | | | | Signed-off-by: kapil chouhan <kapil.chouhan@msystechnologies.com>
* | | | Bump version to 15.0.27 by Chef Expeditorv15.0.27Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.0.26 by Chef Expeditorv15.0.26Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7787 from chef/ohai_nameTim Smith2018-11-012-8/+0
|\ \ \ \ | | | | | | | | | | Remove the deprecated ohai_name property from the ohai resource
| * | | | Remove the deprecated ohai_name property from the ohai resourceohai_nameTim Smith2018-10-292-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This did nothing and we deprecated it already. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #7791 from chef/hide_healthyTim Smith2018-11-011-13/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove deprecated knife status --hide-healthy flag
| * | | | | Remove deprecated knife status --hide-healthy flaghide_healthyTim Smith2018-10-291-13/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | We've been telling people this was going away in Chef 15 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 15.0.25 by Chef Expeditorv15.0.25Chef Expeditor2018-11-014-8/+8
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7846 from chef/schisamo/cleanup-rpmdb-2Tim Smith2018-11-011-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Add some additonal RPM db cleanup steps missed in #7845
| * | | | | Add some additonal RPM db cleanup steps missed in #7845Seth Chisamore2018-11-011-1/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Seth Chisamore <schisamo@chef.io>
* | | | | Merge pull request #7845 from chef/schisamo/cleanup-rpmdbSeth Chisamore2018-11-011-0/+12
|\ \ \ \ \ | | | | | | | | | | | | Automatically rebuild RPM database on EL6 testers
| * | | | | Automatically rebuild RPM database on EL6 testersschisamo/cleanup-rpmdbSeth Chisamore2018-11-011-0/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our tests hammer YUM pretty hard and the EL6 testers get corrupted after some period of time. Rebuilding the RPM database clears up the underlying corruption. We'll do this each test run just to be safe. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* | | | | Bump version to 15.0.24 by Chef Expeditorv15.0.24Chef Expeditor2018-11-015-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7843 from chef/task_scheduler_15Tim Smith2018-11-012-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Update win32-taskscheduler to 2.0.1
| * | | | Update win32-taskscheduler to 2.0.1Tim Smith2018-11-012-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.23 by Chef Expeditorv15.0.23Chef Expeditor2018-10-315-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7814 from ↵Tim Smith2018-10-311-6/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | MsysTechnologiesllc/nimesh/MSYS-915_InteractiveEnabledFixes Handle `interactive_enabled` property in windows_task resource
| * | | Handle `interactive_enabled` property in windows_task resourceNimesh2018-10-301-6/+11
| | | | | | | | | | | | | | | | Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* | | | Bump version to 15.0.22 by Chef Expeditorv15.0.22Chef Expeditor2018-10-315-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7720 from ↵Tim Smith2018-10-311-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/dh/MSYS-889_chef_apply_crash_with_reboot Fix chef-apply crash for reboot
| * | | | fix chef-apply crash for rebootdheerajd-msys2018-10-041-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | | | Bump version to 15.0.21 by Chef Expeditorv15.0.21Chef Expeditor2018-10-315-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.