summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 13.5.26 by Expeditorv13.5.26Chef Expeditor2017-10-251-1/+1
|
* Bump version to 13.5.25 by Expeditorv13.5.25Chef Expeditor2017-10-201-1/+1
|
* Merge pull request #6468 from coderanger/deprecate-deployNoah Kantrowitz2017-10-192-0/+16
|\ | | | | Deprecate the deploy resource and family
| * Deprecate the deploy resource and family.Noah Kantrowitz2017-10-032-0/+16
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 13.5.24 by Expeditorv13.5.24Chef Expeditor2017-10-191-1/+1
| |
* | Merge pull request #6510 from chef/nodes_not_hereAdam Leff2017-10-191-1/+1
|\ \ | | | | | | Fix remote_file with UNC paths failing
| * | Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our check here to see if we're on Windows uses node data that's not available in this context. Use the same Chef::Platform.windows? check we use above. Without this you get the following error: [2017-10-02T21:40:42+00:00] DEBUG: Re-raising exception: NameError - remote_file[c:/foo/bar] (foo::default line 14) had an error: NameError: undefined local variable or method `node' for #<Chef::Provider::RemoteFile::NetworkFile:0x00000000064c0148> Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.5.23 by Expeditorv13.5.23Chef Expeditor2017-10-191-1/+1
|/ /
* | Bump version to 13.5.22 by Chef Expeditorv13.5.22Chef Expeditor2017-10-171-1/+1
| |
* | Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-161-8/+13
|\ \ | | | | | | [MSYS-647] array support for choco pkg from artifactory
| * | update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix review commentsdheerajd-msys2017-09-291-26/+8
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix dependent packagedheerajd-msys2017-09-291-7/+12
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Bump version to 13.5.21 by Chef Expeditorv13.5.21Chef Expeditor2017-10-171-1/+1
| | |
* | | Merge pull request #6473 from MsysTechnologiesllc/piyush/update_TestDSCParserBryan McLellan2017-10-163-19/+78
|\ \ \ | | | | | | | | MSYS-684: Added parser for DSC configuration
| * | | MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-053-19/+78
| | | | | | | | | | | | | | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* | | | Bump version to 13.5.20 by Chef Expeditorv13.5.20Chef Expeditor2017-10-161-1/+1
| | | |
* | | | Merge pull request #6497 from chef/fix-linux-rebooterThom May2017-10-161-3/+7
|\ \ \ \ | | | | | | | | | | fix rebooter for solaris and background reboots
| * | | | fix rebooter for solaris and background rebootsfix-linux-rebooterLamont Granquist2017-10-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5026 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 13.5.19 by Chef Expeditorv13.5.19Chef Expeditor2017-10-131-1/+1
| | | | |
* | | | | Merge pull request #6394 from ↵Bryan McLellan2017-10-132-11/+31
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | chef/ash/add_none_frequency_to_windows_task_resource Windows: Added :none frequency to windows_task resource
| * | | | Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-201-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Added none frequency to windows task resourceNAshwini2017-09-202-11/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | | | Bump version to 13.5.18 by Chef Expeditorv13.5.18Chef Expeditor2017-10-111-1/+1
| | | | |
* | | | | pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-102-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-102-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the shell_out approach to parse the version string from rpm is a bit of a failed experiment. the shell_out that gets incurred on every package provider is a bit terrible for performance. DNF < 1.00 has also never formally landed in any distribution and its very difficult at this point to deploy it. when amazon deploys DNF we should add a version comparison for that. If this patch causes issues we can go back to adding some form of `provides :package ... { which("dnf" }` That will be much faster than having the shell_out(). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 13.5.17 by Chef Expeditorv13.5.17Chef Expeditor2017-10-101-1/+1
| | | | |
* | | | | Support new CriticalOhaiPlugins (#6486)Phil Dibowitz2017-10-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | We should not stack-trace, we should exit with a clean error Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | | | Bump version to 13.5.16 by Chef Expeditorv13.5.16Chef Expeditor2017-10-091-1/+1
| | | | |
* | | | | Sleep for another interval after handling SIGHUPGiedrius Rekasius2017-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giedrius Rekasius <giedrius.rekasius@gmail.com> This resolves a bug that caused chef-client service to go into infinite sleep after handling SIGHUP.
* | | | | Bump version to 13.5.15 by Chef Expeditorv13.5.15Chef Expeditor2017-10-091-1/+1
| | | | |
* | | | | Bump version to 13.5.14 by Chef Expeditorv13.5.14Chef Expeditor2017-10-061-1/+1
| | | | |
* | | | | Merge pull request #6476 from b1-systems/masterLamont Granquist2017-10-062-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Add allow_downgrade to zypper_package resource
| * | | | | add allow_downgrade to zypper_package resourceEike Waldt2017-10-062-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eike Waldt <waldt@b1-systems.de>
* | | | | | Bump version to 13.5.13 by Chef Expeditorv13.5.13Chef Expeditor2017-10-061-1/+1
| | | | | |
* | | | | | Remove cookbook_artifacts from CHEF_11_OSS_STATIC_OBJECTSjjh/chef11-cb-artifact-404Josh Hudson2017-10-061-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Josh Hudson <jhudson@chef.io>
* | | | | Bump version to 13.5.12 by Chef Expeditorv13.5.12Chef Expeditor2017-10-051-1/+1
| | | | |
* | | | | Don't allow creation of data bags named node, role, client or environment ↵Sandra Tiffin2017-10-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via 'knife upload'. (Fixes the ChefFS code path for data bag creation, for https://github.com/chef/chef/issues/3058). Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* | | | | Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-041-0/+4
| |/ / / |/| | | | | | | | | | | Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* | | | Bump version to 13.5.11 by Chef Expeditorv13.5.11Chef Expeditor2017-10-041-1/+1
| | | |
* | | | Merge pull request #6435 from NaomiReeves/fix_dnf_resourceThom May2017-10-031-1/+3
|\ \ \ \ | | | | | | | | | | dnf_resource: be more specific for rhel packages
| * | | | dnf_resource: be more specific for rhel packagesNaomi Reeves2017-09-291-1/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With #6351 and #6377, the DNF package provider was fixed to use yum by default on RHEL 7, but the resource was still calling the DNF provider if it happened to be installed. We want to use the default of yum for RHEL 7, and only use DNF if we call `set_priority_map` directly. Signed-off-by: Naomi Reeves <naomi.c.reeves@gmail.com> Resolves: Unexpectedly switching package managers
* | | | Bump version to 13.5.10 by Chef Expeditorv13.5.10Chef Expeditor2017-10-031-1/+1
| | | |
* | | | Merge pull request #6470 from chef/tm/route_testsThom May2017-10-031-1/+1
|\ \ \ \ | | | | | | | | | | [Route unit tests]: Ensure we go down the new file path
| * | | | [Route unit tests]: Ensure we go down the new file pathtm/route_testsThom May2017-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make us more robust in the face of the enemy Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version to 13.5.9 by Chef Expeditorv13.5.9Chef Expeditor2017-10-031-1/+1
| | | | |
* | | | | Merge pull request #6466 from coderanger/help-commasLamont Granquist2017-10-036-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | Tweak the knife banners for multi-arg commands.
| * | | | Tweak the knife banners for multi-arg commands.Noah Kantrowitz2017-10-026-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't actually use commas in command lines. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | | Bump version to 13.5.8 by Chef Expeditorv13.5.8Chef Expeditor2017-10-031-1/+1
| | | | |