summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Require mixlib-shellout 2.4+ for sensitive featurewindows_packageTim Smith2018-09-252-3/+3
| | | | | | We did this same thing with Chef 14 to support how we're using sensitive in shellout here. Signed-off-by: Tim Smith <tsmith@chef.io>
* update to pass sensitive as optiondheerajd-msys2018-09-253-29/+13
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* [MSYS-830] Fix package sensitive errordheerajd-msys2018-09-252-12/+29
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Merge pull request #7682 from chef/gem_bumpsTim Smith2018-09-253-45/+48
|\ | | | | Update rubyzip to 1.2.2 and mixlib-archive to 0.4.16
| * Update expeditor config to use subscriptionsgem_bumpsTim Smith2018-09-251-18/+21
| | | | | | | | | | | | Also allow bumping the minor via labels Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update rubyzip to 1.2.2 and mixlib-archive to 0.4.16Tim Smith2018-09-252-27/+27
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.10.6 by Chef Expeditorv13.10.6Chef Expeditor2018-08-145-11/+12
|
* Merge pull request #7548 from chef/choco_fixTim Smith2018-08-141-1/+1
|\ | | | | Use the existing helper method for package resource classes that don't support allow_downgrade
| * Use the existing helper method for package resource classes that don't ↵Noah Kantrowitz2018-08-141-1/+1
| | | | | | | | | | | | support allow_downgrade. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 13.10.5 by Chef Expeditorv13.10.5Chef Expeditor2018-08-145-10/+18
| |
* | Merge pull request #7547 from chef/chef_13_openssl_bumpTim Smith2018-08-143-32/+32
|\ \ | |/ |/| Update to openssl 1.0.2p
| * Update to openssl 1.0.2pTim Smith2018-08-143-32/+32
|/ | | | | | | | | 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>
* Update CHANGELOG.md to reflect the promotion of 13.10.4Chef Expeditor2018-08-082-15/+12
|
* Bump version to 13.10.4 by Chef Expeditorv13.10.4Chef Expeditor2018-08-075-11/+12
|
* Merge pull request #7522 from chef/cp-22/chef-13Tyler Ball2018-08-071-3/+3
|\ | | | | [SHACK-290] Unpacking tarball paths suffer from URI error
| * [SHACK-290] Unpacking tarball paths suffer from URI errortyler-ball2018-08-071-3/+3
|/ | | | | | | | | | | | | Original error: https://github.com/chef/chef-apply/pull/9 I thought I fixed this in https://github.com/chef/chef/pull/7223 but it turns out relative or absolute paths continue to match the URI regular expression. This means that Windows continues to fail to unpack policyfile tarballs. Reversing the order of these checks ensures that real paths do not fall prey to the URI error. Signed-off-by: tyler-ball <tball@chef.io>
* Bump version to 13.10.3 by Chef Expeditorv13.10.3Chef Expeditor2018-08-075-11/+12
|
* Merge pull request #7528 from chef/pin_rspec_13Seth Thomas2018-08-072-21/+21
|\ | | | | Pin to rspec to < 3.8
| * Pin to rspec to < 3.8Seth Thomas2018-08-072-21/+21
|/ | | | Signed-off-by: Seth Thomas <sthomas@chef.io>
* Bump version to 13.10.2 by Chef Expeditorv13.10.2Chef Expeditor2018-08-075-29/+29
|
* Merge pull request #7526 from chef/scrub_basenameTyler Ball2018-08-073-32/+35
|\ | | | | Backport for 13: scrub tempfile names
| * aws-sdk gem takes over 10 minutes to install on Centos 6, failing Travistyler-ball2018-08-071-1/+1
| | | | | | | | | | | | | | | | We don't test installing this gem in master so I don't see why we should install it in Chef 13. 'aws-sdk' is no longer one of our sample gems to test whether chef-client can successfully install gems. Signed-off-by: tyler-ball <tball@chef.io>
| * Also pulling in https://github.com/chef/chef/pull/6789 to fix travistyler-ball2018-08-061-1/+4
| | | | | | | | Signed-off-by: tyler-ball <tball@chef.io>
| * Backporting https://github.com/chef/chef/pull/7104 to Chef 13tyler-ball2018-08-062-30/+30
|/ | | | Signed-off-by: tyler-ball <tball@chef.io>
* Bump version to 13.10.1 by Chef Expeditorv13.10.1Chef Expeditor2018-07-235-11/+15
|
* Merge pull request #7341 from josh-barker/chef-13Tim Smith2018-07-232-0/+27
|\ | | | | Check local file exists before installing a windows package
| * Add whyrun message when installing a local from on windowsJosh Barker2018-06-122-3/+11
| | | | | | | | | | Signed-off-by: Josh Barker <josh.barker.developer@gmail.com> (cherry picked from commit 7cdf9f35f6f40b26ec2f408f31e5e43d150b80a1)
| * Check local file exists before installing a windows packageJosh Barker2018-06-072-0/+19
| | | | | | | | | | Signed-off-by: Josh Barker <josh.barker.developer@gmail.com> (cherry picked from commit da8dcb98cf650708b6a9d44fa6ef2339e0b0f64c)
* | Merge pull request #7493 from chef/tduffield/fix-orderingTom Duffield2018-07-191-2/+2
|\ \ | | | | | | Fix Expeditor action set ordering
| * | Fix Expeditor action set orderingtduffield/fix-orderingTom Duffield2018-07-191-2/+2
|/ / | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 13.10.0Chef Expeditor2018-07-112-11/+13
| |
* | Bump version to 13.10.0 by Chef Expeditorv13.10.0Chef Expeditor2018-07-112-5/+6
| |
* | Merge pull request #7454 from chef/13_10_v2Tim Smith2018-07-107-27/+35
|\ \ | | | | | | Bump to 13.10 and add release notes
| * | Add 13.10 release notesTim Smith2018-07-101-0/+19
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the old roadmap fileTim Smith2018-07-101-11/+0
| | | | | | | | | | | | | | | | | | This is already nuked on master Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump version to 13.10.0Tim Smith2018-07-105-16/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7451 from chef/expeditorTim Smith2018-07-101-5/+2
|\ \ \ | |/ / |/| | Update Expeditor to cleanup merged PRs
| * | Update Expeditor to cleanup merged PRsTim Smith2018-07-101-5/+2
|/ / | | | | | | | | | | Nuke the Chef 12 config and old labels while I'm in here as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.9.8 by Chef Expeditorv13.9.8Chef Expeditor2018-07-105-11/+12
| |
* | Merge pull request #7447 from chef/btm/backport-dupe-loggerTim Smith2018-07-103-3/+3
|\ \ | | | | | | Backport duplicate logger fix
| * | fix logger logic with is_default? from new mixlib-configLamont Granquist2018-07-103-7/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Adding log_location_default? methodNolan Davidson2018-07-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Checking the configurable for `:log_location` and comparing to the current setting. Calling `.inspect` on both to get a string representation of IO:STDOUT, as they have different object IDs and fail a direct comparison. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
| * | Fix dupe stdout_loggerNolan Davidson2018-07-101-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | I _think_ this resolves issue #7184 Basically reverting back to the previous logic of `want_additional_logger?`. It was mentioned in the issue comments that the comparison against `STDOUT` wasn't working, but it seems to work for me currently on Centos7. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
* | Bump version to 13.9.7 by Chef Expeditorv13.9.7Chef Expeditor2018-07-095-11/+12
| |
* | Merge pull request #7438 from chef/ohai_bump_13Tim Smith2018-07-091-2/+2
|\ \ | | | | | | Bump Ohai to 13.10.0
| * | Bump Ohai to 13.10.0Tim Smith2018-07-091-2/+2
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7430 from chef/sp/disable-amazon-linux-2Stuart Preston2018-07-091-17/+19
|\ \ | | | | | | chef-13: Temporarily disable testing on Amazon Linux 2 in Travis
| * | Temporarily disable testing on Amazon Linux 2 in TravisStuart Preston2018-07-061-17/+19
| | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Bump version to 13.9.6 by Chef Expeditorv13.9.6Chef Expeditor2018-07-075-11/+12
| | |
* | | Merge pull request #7432 from chef/bump_gemsTim Smith2018-07-073-35/+36
|\ \ \ | | | | | | | | Pull in latest win32-service gem