summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix el6 32-bit testslcg/fix-yumLamont Granquist2018-08-161-2/+2
| | | | | | | | | | | | | | | | | We've been relying on the yum libraries to throw away the version information that we supply here and return the version that is installed that matches the name + arch. On el6 32-bit we've hit a bug in the yum libraries where it appears to not do this. The simple solution here is to just throw away the version information ourselves. I think at one point early in the development of the new yum provider that there was more of a point to supplying the version here, but as it evolved that went away, but this argument was still kept around vestigially. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.4.36 by Chef Expeditorv14.4.36Chef Expeditor2018-08-145-11/+12
|
* Merge pull request #7546 from chef/openssl_bumpTim Smith2018-08-142-9/+9
|\ | | | | Update to openssl 1.0.2p
| * Update to openssl 1.0.2pTim Smith2018-08-142-9/+9
|/ | | | | | | | | Resolves: Client DoS due to large DH parameter (CVE-2018-0732) Cache timing vulnerability in RSA Key Generation (CVE-2018-0737) Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.35 by Chef Expeditorv14.4.35Chef Expeditor2018-08-145-12/+13
|
* Merge pull request #7253 from chef/cron_dTim Smith2018-08-1310-4/+475
|\ | | | | Add cron_d and cron_access resources
| * Temporarily install cronie in dokken imagesTim Smith2018-08-131-0/+3
| | | | | | | | | | | | | | Once the docker backlog is done this will be in our images, but for now we need to add it by hand. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Replace cron cookbook with new cron resourcesTim Smith2018-08-132-3/+8
| | | | | | | | | | | | Test chef not the cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a few specs to cron_manage and cron_dTim Smith2018-08-132-0/+62
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add descriptions and fix chefstyle warningsTim Smith2018-08-131-11/+19
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the default action in the cron_access specTim Smith2018-08-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add yard commentsTim Smith2018-08-131-0/+12
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Self the callback methodsTim Smith2018-08-131-48/+48
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add descriptions and update the Chef version to ship inTim Smith2018-08-132-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add cron_d and cron_access resources from the cron cookbookTim Smith2018-08-137-1/+382
| | | | | | | | | | | | Cron_d was the #1 requested resource that we already had written. Everyone uses it and we should ship it. It's not a replacement for the existing cron cookbook, but just a different way of managing cron. If people want to manage the whole file or individual snippets we'll give them the option, just as we've always done by having the core resource and this resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.34 by Chef Expeditorv14.4.34Chef Expeditor2018-08-135-11/+12
| |
* | Merge pull request #7353 from MsysTechnologiesllc/dh/package_options_sensitiveTim Smith2018-08-132-1/+2
|\ \ | | | | | | windows_package: Fix package sensitive error
| * | update to pass sensitive as optiondheerajd-msys2018-06-133-29/+13
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | [MSYS-830] Fix package sensitive errordheerajd-msys2018-06-112-12/+29
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Bump version to 14.4.33 by Chef Expeditorv14.4.33Chef Expeditor2018-08-135-11/+12
| | |
* | | Merge pull request #7543 from chef/mixlib-shelloutTim Smith2018-08-133-12/+12
|\ \ \ | |_|/ |/| | Require mixlib-shellout 2.4 or later
| * | Require mixlib-shellout 2.4 or laterTim Smith2018-08-133-12/+12
|/ / | | | | | | | | | | We need this to merge in https://github.com/chef/chef/pull/7353 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.32 by Chef Expeditorv14.4.32Chef Expeditor2018-08-135-11/+12
| |
* | Merge pull request #7537 from ↵Tim Smith2018-08-132-5/+5
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/ash/MSYS-880_Fix_issue_of_setting_comment_for_windows_user Fix issue of setting comment for windows user
| * | Fix issue of setting comment for windows userNAshwini2018-08-102-5/+5
| | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | Bump version to 14.4.31 by Chef Expeditorv14.4.31Chef Expeditor2018-08-135-11/+12
| | |
* | | Merge pull request #7529 from chef/lcg/rspec-testingLamont Granquist2018-08-1311-7/+85
|\ \ \ | | | | | | | | Run rspec tests within a kitchen container on CentOS 7
| * | | fix a typoLamont Granquist2018-08-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | redundant with the grep -v in the script nowLamont Granquist2018-08-101-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | review fixesLamont Granquist2018-08-104-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix the mount unit testsLamont Granquist2018-08-101-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | we no longer need to uninstall rspec 3.8.0Lamont Granquist2018-08-101-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add centos-7 rspec testingLamont Granquist2018-08-1010-6/+81
| | | | | | | | | | | | | | | | | | | | | | | | running rspec inside a test-kitchen provisioned centos-7 docker container Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.4.30 by Chef Expeditorv14.4.30Chef Expeditor2018-08-105-11/+12
| | | |
* | | | Merge pull request #7539 from chef/osx_profilesTim Smith2018-08-102-6/+6
|\ \ \ \ | | | | | | | | | | osx_profile: Use the full path to /usr/bin/profiles
| * | | | Update specs for the full path to profiles binaryTim Smith2018-08-101-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Use the full path to /usr/bin/profilesTim Smith2018-08-101-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | This prevents an app named profiles being later in the path, which was reported by a user. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.4.29 by Chef Expeditorv14.4.29Chef Expeditor2018-08-105-11/+12
| | | |
* | | | Merge pull request #7534 from chef/bump_inspecTim Smith2018-08-101-2/+2
|\ \ \ \ | | | | | | | | | | Update inspec to 2.2.61
| * | | | Update inspec to 2.2.61Tim Smith2018-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.4.28 by Chef Expeditorv14.4.28Chef Expeditor2018-08-105-11/+12
| | | | |
* | | | | Merge pull request #7536 from chef/omnibusTim Smith2018-08-101-21/+21
|\ \ \ \ \ | |_|_|/ / |/| | | | Update omnibus to 5.6.15
| * | | | Update omnibus to 5.6.15Tim Smith2018-08-091-21/+21
| |/ / / | | | | | | | | | | | | | | | | | | | | This unpins some deps Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #7535 from chef/expeditorTim Smith2018-08-091-1/+1
|\ \ \ \ | |/ / / |/| | | Fix bundle update syntax in update_dep.sh
| * | | Fix bundle update syntax in update_dep.shTim Smith2018-08-091-1/+1
|/ / / | | | | | | | | | | | | | | | Don't confuse gem and bundler flags. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.27 by Chef Expeditorv14.4.27Chef Expeditor2018-08-085-11/+12
| | |
* | | Merge pull request #7532 from chef/bump_ohaiTim Smith2018-08-081-3/+3
|\ \ \ | | | | | | | | Bump Ohai to 14.4
| * | | Bump Ohai to 14.4Tim Smith2018-08-081-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #7533 from chef/ciTim Smith2018-08-082-17/+17
|\ \ \ \ | |/ / / |/| | | Fix expeditor to fire the right script on gem releases
| * | | Fix the name of the script for updating gemsTim Smith2018-08-081-16/+16
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>