summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test libarchive branchtm/archive_winningThom May2018-06-132-9/+9
| | | | Signed-off-by: Thom May <thom@chef.io>
* install ffi-libarchiveThom May2018-06-132-2/+6
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 14.3.10 by Chef Expeditorv14.3.10Chef Expeditor2018-06-135-11/+12
|
* Merge pull request #7365 from chef/name_propertiesTim Smith2018-06-127-13/+13
|\ | | | | package: Make sure to use the package_name name properties
| * package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-127-13/+13
| | | | | | | | | | | | I noticed we weren't using the package_name name property in most of our why-run or logging messages in various package providers. This would lead to some pretty confusing log output when using the name property. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.9 by Chef Expeditorv14.3.9Chef Expeditor2018-06-135-11/+12
| |
* | Merge pull request #7364 from chef/missing_requiresTim Smith2018-06-125-0/+23
|\ \ | | | | | | Add missing chef/resource requires in resource
| * | Add missing chef/resource requires in resourceTim Smith2018-06-125-0/+23
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.8 by Chef Expeditorv14.3.8Chef Expeditor2018-06-125-12/+13
| |
* | Merge pull request #7355 from chef/dep_bumpTim Smith2018-06-123-27/+27
|\ \ | |/ |/| Update to the latest inspec and liblzma
| * Back out the libxslt bumpTim Smith2018-06-122-2/+2
| | | | | | | | | | | | Broke builds Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update omnibus_override versionsTim Smith2018-06-121-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update to the latest inspec, liblzma, and libxsltTim Smith2018-06-122-26/+26
|/ | | | | | Pull in the latest omnibus-software that bumps liblzma and libxslt with a large pile of bugfixes. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.7 by Chef Expeditorv14.3.7Chef Expeditor2018-06-125-11/+12
|
* Merge pull request #7284 from ↵Bryan McLellan2018-06-112-2/+12
|\ | | | | | | | | MsysTechnologiesllc/dh/fix_mount_point_error_windows Mount: Fix errors on Windows when using the mount_point property
| * specs added for mount_pointdheerajd-msys2018-06-111-0/+10
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * fix review commentsdheerajd-msys2018-06-081-4/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * added check for mount_point in namedheerajd-msys2018-06-081-1/+3
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * MSYS-807 fix mount point error windowsdheerajd-msys2018-06-081-1/+1
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 14.3.6 by Chef Expeditorv14.3.6Chef Expeditor2018-06-115-12/+12
| |
* | Merge pull request #7165 from chef/kernel_moduleTim Smith2018-06-113-0/+178
|\ \ | | | | | | Add kernel_module resource from the kernel_module cookbook
| * | Make it more clear that we load first on :installTim Smith2018-06-111-2/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't use delcare_resourceTim Smith2018-06-111-8/+8
| | | | | | | | | | | | | | | | | | Not needed anymore Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make kernel_module a preview resource until Chef 15Tim Smith2018-06-112-2/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix copyright dateTim Smith2018-06-111-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add spec to test the resourceTim Smith2018-06-111-0/+43
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptionsTim Smith2018-06-111-8/+24
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use shell_out and a file read instead of executeTim Smith2018-06-111-4/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add kernel_module resource from the kernel_module cookbookTim Smith2018-06-112-0/+101
| | | | | | | | | | | | | | | | | | Copied from the 1.1.1 release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.3.5 by Chef Expeditorv14.3.5Chef Expeditor2018-06-115-10/+12
|/ /
* | Merge pull request #7161 from chef/ssh_known_hostsTim Smith2018-06-115-0/+208
|\ \ | | | | | | Add ssh_known_hosts_entry resource from ssh_known_hosts cookbook
| * | Make sure preview_resource is up topTim Smith2018-06-111-2/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Enable preview_resource for ssh_known_hosts_entryTim Smith2018-06-112-1/+7
| | | | | | | | | | | | | | | | | | Add a spec that will fail once we bump the chef version to 15 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix erb source locationTim Smith2018-06-111-2/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add unit testsTim Smith2018-06-112-1/+51
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add description fields for actions/propertiesTim Smith2018-06-111-10/+42
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the cookbook name part of the templateTim Smith2018-06-111-3/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add ssh_known_hosts_entry from ssh_known_hosts cookbookTim Smith2018-06-114-0/+123
| | | | | | | | | | | | | | | | | | Port this from the 6.1 release of the cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Update CHANGELOG.md with details from pull request #7345Chef Expeditor2018-06-111-3/+4
| | |
* | | Merge pull request #7345 from chef/sp/update-support-urlTim Smith2018-06-111-1/+1
|\ \ \ | |/ / |/| | Update help link in Add/Remove Programs on Windows
| * | Update help link in Add/Remove Programs on WindowsStuart Preston2018-06-071-1/+1
| | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Bump version to 14.3.4 by Chef Expeditorv14.3.4Chef Expeditor2018-06-115-11/+12
| | |
* | | Merge pull request #7224 from coderanger/map-lockLamont Granquist2018-06-116-5/+192
|\ \ \ | | | | | | | | Implement rfc107: NodeMap locking for resource and provider handlers
| * | | Feed the rubocop.Noah Kantrowitz2018-06-052-4/+4
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Wrong indentation snuck in.Noah Kantrowitz2018-06-051-3/+3
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Fix typo.Noah Kantrowitz2018-06-051-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Expose the resource preview flag in the exporter for use in docs.Noah Kantrowitz2018-06-051-0/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Streamline the map locking process with a resource level flag.Noah Kantrowitz2018-06-052-0/+56
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Try to resolve a funky multi-test collision.Noah Kantrowitz2018-06-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Feed the rubocop.Noah Kantrowitz2018-06-051-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Explicitly ignoring UnderscorePrefixedVariableName because we want __core_override__ to be an obviously unusual thing. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>