summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add specs for YumCache fascadelcg/chef-12-yum-backportLamont Granquist2018-01-293-6/+104
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix typo in method declarationsLamont Granquist2018-01-291-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add comment warning people to not use these utilitiesLamont Granquist2018-01-291-1/+10
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* allow using yum_package explicitly on non-linux O/SenLamont Granquist2018-01-261-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add pacakge_available? and version_available?Lamont Granquist2018-01-261-1/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* file should have been removedLamont Granquist2017-12-121-2294/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Yum package provider rewriteLamont Granquist2017-12-1257-1222/+2975
| | | | | | squash and rebase of all the work Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 12.21.28 by Expeditorv12.21.28Chef Expeditor2017-11-155-11/+12
|
* Merge pull request #6586 from chef/jsnapp/chef-12/fix_useradd_spec_testLamont Granquist2017-11-151-1/+1
|\ | | | | Use Chef::VersionConstraint in useradd_spec test
| * Use Chef::VersionConstraint in useradd_spec testjsnapp/chef-12/fix_useradd_spec_testJeremiah Snapp2017-11-151-1/+1
|/ | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 12.21.27 by Expeditorv12.21.27Chef Expeditor2017-11-145-10/+18
|
* Merge pull request #6556 from chef/jsnapp/chef-12/fix_useradd_spec_testLamont Granquist2017-11-141-4/+4
|\ | | | | Change a useradd_spec test for RHEL >= 6.8 and >= 7.3
| * Change a useradd_spec test for RHEL >= 6.8 and >= 7.3Jeremiah Snapp2017-11-131-4/+4
|/ | | | | | | | RHEL 6.8 and 7.3 ship with a fixed `usermod` command. Reference: https://access.redhat.com/errata/RHBA-2016:0864 Reference: https://access.redhat.com/errata/RHBA-2016:2322 Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Update CHANGELOG.md to reflect the promotion of 12.21.26 to stableChef Expeditor2017-10-301-16/+13
|
* Bump version to 12.21.26 by Expeditorv12.21.26Chef Expeditor2017-10-275-11/+12
|
* Merge pull request #6531 from chef/chef_12_depsThom May2017-10-272-31/+33
|\ | | | | Update liblzma, libxml2, libxslt, libyaml, zlib, and openssl
| * Update liblzma, libxml2, libxslt, libyaml, zlib, and opensslchef_12_depsTim Smith2017-10-252-31/+33
|/ | | | | | Bump all omnibus deps to pull in security and bug fixes Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 12.21.25 by Expeditorv12.21.25Chef Expeditor2017-10-235-11/+12
|
* Merge pull request #6517 from chef/force_buildLamont Granquist2017-10-231-1/+1
|\ | | | | Update ruby version required in readme
| * Update ruby version required in readmeTim Smith2017-10-231-1/+1
|/ | | | | | Really I just need to kick off a build, but this should also get fixed Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 12.21.24 by Expeditorv12.21.24Chef Expeditor2017-10-195-11/+12
|
* Merge pull request #6509 from chef/ohai_825Thom May2017-10-192-2/+2
|\ | | | | Pull in Ohai 8.25
| * Pull in Ohai 8.25ohai_825Tim Smith2017-10-182-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 12.21.23 by Expeditorv12.21.23Chef Expeditor2017-10-185-11/+12
|
* Merge pull request #6507 from chef/latest_rubygemsLamont Granquist2017-10-181-1/+1
|\ | | | | Use Rubygems 2.6.14 to fix CVE-2017-0903
| * Use Rubygems 2.6.14 to fix CVE-2017-0903latest_rubygemsTim Smith2017-10-181-1/+1
| | | | | | | | | | | | Whitelist classes and symbols that are in loaded YAML. See CVE-2017-0903 for full details. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 12.21.22 by Expeditorv12.21.22Chef Expeditor2017-10-185-11/+12
| |
* | Merge pull request #6506 from chef/latest_ohaiLamont Granquist2017-10-181-1/+1
|\ \ | | | | | | Pull in Ohai 8.24.1
| * | Pull in Ohai 8.24.1latest_ohaiTim Smith2017-10-181-1/+1
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 12.21.21 by Expeditorv12.21.21Chef Expeditor2017-10-185-10/+18
| |
* | Merge pull request #6508 from chef/unbreak_12Tim Smith2017-10-181-1/+1
|\ \ | | | | | | Don't use the safe navigation operator which requires Ruby 2.3
| * | Don't use the safe navigation operator which requires Ruby 2.3Tim Smith2017-10-181-1/+1
| |/ | | | | | | | | | | This was backported from Chef 13 where we require Ruby 2.3. This won't work in Ruby 2.2. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 12.21.20 to stableChef Expeditor2017-10-181-15/+13
|/
* Bump version to 12.21.20 by Chef Expeditorv12.21.20Chef Expeditor2017-10-175-11/+12
|
* Merge pull request #6500 from chef/btm/chef-12-dscThom May2017-10-175-38/+182
|\ | | | | MSYS-684: Added parser for DSC configuration
| * MSYS-684: Added parser for DSC configurationbtm/chef-12-dscpiyushawasthi2017-10-165-38/+182
| | | | | | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* | Bump version to 12.21.19 by Chef Expeditorv12.21.19Chef Expeditor2017-10-175-11/+12
| |
* | Merge pull request #6501 from chef/lcg/bump-for-releaseLamont Granquist2017-10-161-1/+1
|\ \ | | | | | | bump a copyright date to kick off a build
| * | bump a copyright date to kick off a buildLamont Granquist2017-10-161-1/+1
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | update copyright date in README to bump off a buildLamont Granquist2017-10-161-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 12.21.18 by Chef Expeditorv12.21.18Chef Expeditor2017-10-165-11/+12
|
* Merge pull request #6499 from chef/shain/chef-12-gemfixLamont Granquist2017-10-161-1/+1
|\ | | | | Add environment/cwd to bundle freeze script
| * Add environment/cwd to bundle freeze scriptScott Hain2017-10-161-1/+1
|/ | | | Signed-off-by: Scott Hain <shain@chef.io>
* Bump version to 12.21.17 by Chef Expeditorv12.21.17Chef Expeditor2017-10-125-11/+12
|
* Merge pull request #6492 from chef/lcg/dnf-platform-tweaks-backportLamont Granquist2017-10-122-9/+19
|\ | | | | backport of #6490
| * backport of #6490lcg/dnf-platform-tweaks-backportLamont Granquist2017-10-112-9/+19
|/ | | | | | | we have to worry about amazon being in the rhel platform_family in Chef-12. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 12.21.16 by Chef Expeditorv12.21.16Chef Expeditor2017-10-105-11/+12
|
* Support new CriticalOhaiPlugins (backport #6486 to chef-12) (#6487)Phil Dibowitz2017-10-092-0/+14
| | | | | We should not stack-trace, we should exit with a clean error Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 12.21.15 by Chef Expeditorv12.21.15Chef Expeditor2017-10-045-11/+19
|
* Merge pull request #6436 from NaomiReeves/backport_dnf_resourceThom May2017-10-032-2/+7
|\ | | | | Backport #6435 to Chef-12: dnf_resource