summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't throw deprecation warning when a cookbook loads a core resourceless_failingTim Smith2018-06-141-5/+1
| | | | | | We'll never be able to get these old out of people's runlists and throwing a deprecation entirely breaks how we tell people to test the upgrade path for major chef client versions. There's just way too much windows/yum/apt floating around and even with the latest versions you're going to get these warnings for many resources (everything in windows). The deprecation has good intentions, but seems like it's going to cause a lot of hurt and keep users from upgrading to newer client releases. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.16 by Chef Expeditorv14.3.16Chef Expeditor2018-06-145-11/+12
|
* Merge pull request #7293 from ↵Bryan McLellan2018-06-142-5/+57
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-822_fix_for_task_is_not_idempotent_when_task_name_includes_parent_folder windows_task: Fix for task is not idempotent when task name includes parent folder
| * fix for task is not idempotent when task name includes parent foldervasu11052018-06-142-5/+57
| | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 14.3.15 by Chef Expeditorv14.3.15Chef Expeditor2018-06-145-11/+12
| |
* | Merge pull request #7288 from ↵Bryan McLellan2018-06-141-2/+2
|\ \ | |/ |/| | | | | MsysTechnologiesllc/vasundhara/MSYS-816_fix_for_task_getting_created_when_wrong_user_password_provided windows_task: Don't allow bad username/password to be provided to a task which will fail later
| * Fix for windows_task getting created when wrong username and password ↵vasu11052018-06-141-2/+2
|/ | | | | | provided and throws error afterwards Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.3.14 by Chef Expeditorv14.3.1413.9.113.9Chef Expeditor2018-06-135-11/+12
|
* Merge pull request #7371 from chef/tasksTim Smith2018-06-133-10/+10
|\ | | | | Pull in win32-taskscheduler 1.0.2
| * Pull in win32-taskscheduler 1.0.2Tim Smith2018-06-133-10/+10
| | | | | | | | | | | | | | - Fixes tasks gets created when wrong username and password is provided and then it throws error for invalid username password. - Fixes windows_task not idempotent when task_name includes parent folder Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.13 by Chef Expeditorv14.3.13Chef Expeditor2018-06-135-11/+12
| |
* | Merge pull request #7369 from chef/sans_mwrockMatt Wrock2018-06-132-2/+0
|\ \ | | | | | | removing mwrock from client maintainers
| * | removing mwrock from client maintainersmwrock2018-06-132-2/+0
| | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 14.3.12 by Chef Expeditorv14.3.12Chef Expeditor2018-06-135-11/+12
| | |
* | | Merge pull request #7358 from chef/descriptionsTim Smith2018-06-137-129/+308
|\ \ \ | |_|/ |/| | Add more property descriptions to resources
| * | Minor fixes from PR reviewTim Smith2018-06-134-6/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add more property descriptions to resourcesTim Smith2018-06-127-129/+308
| | | | | | | | | | | | | | | | | | Slowly we'll get them all. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.3.11 by Chef Expeditorv14.3.11Chef Expeditor2018-06-135-12/+13
| | |
* | | Merge pull request #7370 from chef/windows_feature_sourceTim Smith2018-06-131-1/+1
|\ \ \ | |_|/ |/| | windows_feature_dism: Fix errors when specifying the source
| * | windows_feature_dism: Fix errors when specifying the sourceTim Smith2018-06-131-1/+1
|/ / | | | | | | | | | | | | Make sure we dupe the immutable array of the node attribute so we can concat the additional array values into it later on. Signed-off-by: Tim Smith <tsmith@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>