summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Require win32-certstorecertificateTim Smith2018-09-042-1/+6
| | | | | | This is necessary for interacting with the windows certificate store. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.0 by Chef Expeditorv14.5.0Chef Expeditor2018-09-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7606 from chef/inspecTim Smith2018-09-041-3/+3
|\ | | | | Update inspec-core to 2.2.78
| * Update inspec-core to 2.2.78Tim Smith2018-08-301-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.63 by Chef Expeditorv14.4.63Chef Expeditor2018-09-015-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7604 from chef/resource_docs_cleanupTim Smith2018-08-3122-109/+103
|\ \ | | | | | | Update property descriptions and remove extra nil types
| * | More syncs from the docs siteresource_docs_cleanupTim Smith2018-08-314-16/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update descriptions in more windows resourcesTim Smith2018-08-315-14/+8
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update windows_font descriptionsTim Smith2018-08-311-4/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Sync windows_printer descriptions with the docs siteTim Smith2018-08-311-9/+7
| | | | | | | | | | | | | | | | | | Docs team cleaned these up and I never trickled them back here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions and introduced fields to windows_taskTim Smith2018-08-311-21/+26
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix typo in windows_task descriptionTim Smith2018-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions to gem_packageTim Smith2018-08-311-19/+17
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More description fixesTim Smith2018-08-312-4/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix the openssl_ec_private_key descriptionTim Smith2018-08-311-1/+1
| | | | | | | | | | | | | | | | | | I failed at English here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-318-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | We allowed String, nil, which is a legacy thing that's not longer necessary. Just make these String. This syncs all the properties with what I just pushed up to the docs site. It cleans up some wording around owner/group properties and fixes typos. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.62 by Chef Expeditorv14.4.62Chef Expeditor2018-09-015-11/+12
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7609 from chef/inspector_libraryTim Smith2018-08-311-3/+4
|\ \ | | | | | | Allow resource_inspector be used outside the binary
| * | Allow resource_inspector be used outside the binaryinspector_libraryTim Smith2018-08-311-3/+4
| |/ | | | | | | | | | | | | | | | | Prevously the inspect method wrote out to stdout which makes it impossible to use as a library. Now it returns data which the start method will write to stdout. This allowed me to use this as a library for autogenerating docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.61 by Chef Expeditorv14.4.61Chef Expeditor2018-09-015-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7608 from chef/declareTim Smith2018-08-311-2/+2
|\ \ | |/ |/| windows_auto_run: Avoid declare_resource where it's not needed
| * Avoid declare resource where it's not neededdeclareTim Smith2018-08-311-2/+2
|/ | | | | | This is a custom resource. Removing this just increases readability for anyone used to writing resources in cookbooks. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.60 by Chef Expeditorv14.4.60Chef Expeditor2018-08-305-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7603 from chef/omnibus_chef14Tim Smith2018-08-292-78/+176
|\ | | | | Build chef omnibus package with Chef 14 / Berkshelf 7
| * Build chef omnibus package with Chef 14 / Berkshelf 7omnibus_chef14Tim Smith2018-08-292-78/+176
| | | | | | | | | | | | We had an ohai pin we needed during the Chef 14 dev cycle that isn't needed anymore. We also pinned Berkshelf to a crazy old version. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.59 by Chef Expeditorv14.4.59Chef Expeditor2018-08-305-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7602 from chef/lcg/nuke-shitty-rake-tasksTim Smith2018-08-293-32/+4
|\ \ | |/ |/| Simplify the rake task to updating gem dependencies
| * cleanup old rake taskslcg/nuke-shitty-rake-tasksLamont Granquist2018-08-293-32/+4
| | | | | | | | | | | | | | | | we're calling scripts to call rake tasks to call scripts to call rake tasks to mostly execute shellcodes. this gets rid of at least 2 levels of indirection. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.4.58 by Chef Expeditorv14.4.58Chef Expeditor2018-08-295-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7600 from chef/docsTim Smith2018-08-2915-139/+335
|\ \ | | | | | | Add additional property docs + update existing docs
| * | Add additional property descriptions using those on the docs siteTim Smith2018-08-295-109/+305
| | | | | | | | | | | | | | | | | | Slowly backporting stuff from the docs site into Chef so we can auto-generate our docs Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Cleanup existing property descriptions to match the docsTim Smith2018-08-299-29/+29
| | | | | | | | | | | | | | | | | | We fixed up some wording on the docs site. This backports those fixes Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add missing space to sysctl descriptionTim Smith2018-08-281-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md to reflect the promotion of 14.4.56Chef Expeditor2018-08-292-68/+72
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.4.57 by Chef Expeditorv14.4.57Chef Expeditor2018-08-285-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7595 from chef/expeditor/mixlib-archive_0.4.16Tim Smith2018-08-282-8/+8
|\ \ | | | | | | Bump mixlib-archive to 0.4.16
| * | Bump mixlib-archive to 0.4.16expeditor/mixlib-archive_0.4.16Chef Expeditor2018-08-282-8/+8
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-archive 0.4.16 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Merge pull request #7594 from chef/release_announcementsTim Smith2018-08-282-2/+2
|\ \ | | | | | | Update release announcement templates
| * | Update release announcement templatesTim Smith2018-08-282-2/+2
|/ / | | | | | | | | | | | | mixlib-install has been out long enough at this point we don't need to call it new or mention what version of DK originally shipped with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7593 from chef/sp/chef-omnibus-on-hypervStuart Preston2018-08-283-5/+21
|\ \ | | | | | | Updating omnibus kitchen builder to work on Windows 10/Hyper-V
| * | Updating omnibus kitchen builder to work on Windows10/Hyper-Vsp/chef-omnibus-on-hypervStuart Preston2018-08-283-5/+21
| | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Merge pull request #7592 from chef/docsTim Smith2018-08-281-10/+65
|\ \ \ | | |/ | |/| Finalize the 14.4 release notes
| * | Finalize the 14.4 release notesTim Smith2018-08-271-10/+65
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to the docs site so we don't have enormous release notes Thank everyone that contributed Add the openssl security update Add all the openssl resources we added Add the battery properties for windows_task Add the improvement to systemd_unit Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.56 by Chef Expeditorv14.4.56Chef Expeditor2018-08-275-11/+12
| |
* | Merge pull request #7591 from chef/docsTim Smith2018-08-271-1/+1
|\ \ | | | | | | Be more explicit in disabling provides for openssl_x509
| * | Be more explicit in disabling provides for openssl_x509Tim Smith2018-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Make it clear that we want this to be "true" with Chef 15, but right now the cookbook needs to win for backwards compatibility reasons. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.55 by Chef Expeditorv14.4.55Chef Expeditor2018-08-275-11/+12
| | |
* | | Merge pull request #7590 from chef/docsTim Smith2018-08-276-8/+13
|\ \ \ | |/ / | | | openssl resources: Improve descriptions and fix provides for Chef 14.X
| * | Add author / copyrights to the new openssl resourcesTim Smith2018-08-274-4/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure the cookbook properly wins with openssl_x509Tim Smith2018-08-271-1/+1
| | | | | | | | | | | | | | | | | | The comment was right but the code was wrong Signed-off-by: Tim Smith <tsmith@chef.io>