summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testing againlcg/functest-apt-update-failure-behavior2Lamont Granquist2018-12-061-0/+4
| | | | | | does someone have port 9000 already? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #8013 from chef/functional_cleanupTim Smith2018-12-054-19/+4
|\ | | | | Cleanup some functional helpers
| * Cleanup some functional helpersfunctional_cleanupTim Smith2018-12-044-19/+4
| | | | | | | | | | | | Rename the macos helpers. Remove unused helpers to check for RHEL 5 and < Windows 2008 R2. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.101 by Chef Expeditorv15.0.101Chef Expeditor2018-12-065-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8023 from chef/15_plusLamont Granquist2018-12-052-21/+1
|\ \ | | | | | | Require Ruby 2.5 or later
| * | Require Ruby 2.5 or laterTim Smith2018-12-052-21/+1
|/ / | | | | | | | | | | We haven't fully added 2.6 support, but Chef 15 will continue or RFC defined Ruby support process of supporting N and N-1. Now that the latest Ohai 15 is in the Gemfile.lock the unit tests on Ruby 2.4 fail. This bumps the required version to 2.5 and removes the 2.4 tests. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.100 by Chef Expeditorv15.0.100Chef Expeditor2018-12-055-13/+14
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8018 from Stromweld/patch-1Tim Smith2018-12-051-1/+1
|\ \ | | | | | | timezone: updated description to include windows
| * | update description to include windowsCorey Hemminger2018-12-051-1/+1
|/ / | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* | Bump version to 15.0.99 by Chef Expeditorv15.0.99Chef Expeditor2018-12-055-14/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8010 from chef/inspec_bumpTim Smith2018-12-052-8/+10
|\ \ | | | | | | Update InSpec to 3.0.61 and Ohai to 15.0.20
| * | Update InSpec to 3.0.61 and Ohai to 15.0.20inspec_bumpTim Smith2018-12-032-10/+12
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.98 by Chef Expeditorv15.0.98Chef Expeditor2018-12-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8014 from chef/fix_gemlockLamont Granquist2018-12-041-4/+7
|\ \ | | | | | | Fix locking ohai to to the value in the Gemfile.lock
| * | Fix locking ohai to to the value in the Gemfile.lockTim Smith2018-12-041-4/+7
|/ / | | | | | | | | | | Round 2 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.97 by Chef Expeditorv15.0.97Chef Expeditor2018-12-055-13/+14
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8012 from chef/a_bad_ideaTim Smith2018-12-041-0/+5
|\ \ | |/ |/| Pin the ohai definition to use the ohai version from Gemfile.lock
| * Pin the ohai definition to use the ohai version from Gemfile.lockTim Smith2018-12-041-0/+5
|/ | | | | | | | | | | | Without this we end up with chef-client's definition using the version of ohai in the gemfile.lock and the ohai defintion using whatever is in master. This is bad for two reasons: 1. we're shipping an unreleased master version even when we ship chef 13 or chef 14 2. we ship the ohai gem twice which takes up space on disk Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.96 by Chef Expeditorv15.0.96Chef Expeditor2018-11-305-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8005 from chef/lcg/rhel8-yum-package-fixTim Smith2018-11-301-1/+1
|\ | | | | RHEL8 yum_package fix.
| * RHEL8 yum_package fix.Lamont Granquist2018-11-301-1/+1
|/ | | | | | | | similar to #8003 closes #7988 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.95 by Chef Expeditorv15.0.95Chef Expeditor2018-11-305-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8003 from pixdrift/masterLamont Granquist2018-11-301-1/+2
|\ | | | | package resource: Add RHEL 8 support to DNF package installer
| * Add RHEL 8 platform-python to python binary search list in DNF for package ↵pixdrift2018-09-241-1/+2
|/ | | | | | resource Signed-off-by: pixdrift <support@pixeldrift.net>
* sneak fixLamont Granquist2018-11-291-2/+0
| | | | | | ssssshhhh... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.94 by Chef Expeditorv15.0.94Chef Expeditor2018-11-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7999 from chef/lcg/snap_package_supportLamont Granquist2018-11-2914-0/+993
|\ | | | | Initial suppport for snap packages
| * fix unit specslcg/snap_package_supportLamont Granquist2018-11-282-9/+9
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove alias to packageLamont Granquist2018-11-281-1/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * code review fixesLamont Granquist2018-11-281-20/+19
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * chefstyle fixes ONLYS.Cavallo2018-11-284-23/+18
| | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * add method to generate multiipart form dataS.Cavallo2018-11-2810-23/+412
| | | | | | | | | | move snap api json response into fixture data - chefstyle was very unhappy with inline data defs Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * chef-style fixes ONLYS.Cavallo2018-11-283-42/+42
| | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * Which mixin not requiredS.Cavallo2018-11-281-1/+4
| | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * should not be the default for debian OSS.Cavallo2018-11-281-8/+9
| | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * initial suppport for snap packagesS.Cavallo2018-11-286-0/+607
|/ | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* Bump version to 15.0.93 by Chef Expeditorv15.0.93Chef Expeditor2018-11-285-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7998 from chef/lcg/kitchen-ohai-pinning2Lamont Granquist2018-11-281-1/+1
|\ | | | | better kithen ohai pinning
| * better kithen ohai pinningLamont Granquist2018-11-281-1/+1
| | | | | | | | | | | | | | | | | | since it turns out kitchen-tests/Gemfile.lock isn't actually checked in the prior change was still just effectively floating on master, this now makes us parse the ohai version out of the root Gemfile.lock and use that to install ohai from git in our virt. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #7965 from chef/release_notes2Tim Smith2018-11-281-0/+8
|\ \ | | | | | | Add new items from the Ohai release notes
| * | Update RELEASE_NOTES.mdmjingle2018-11-281-1/+1
| | | | | | | | | Co-Authored-By: tas50 <tsmith@chef.io>
| * | Updates from reviewrelease_notes2Tim Smith2018-11-271-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add new items from the Ohai release notesTim Smith2018-11-271-0/+8
| | | | | | | | | | | | | | | | | | Add 2 more breaking changes for Chef 15. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7975 from chef/lcg/wipe-before-installTim Smith2018-11-281-1/+13
|\ \ \ | | | | | | | | add a RELEASE_NOTE on /opt/chef wiping
| * | | notes from code reviewlcg/wipe-before-installLamont Granquist2018-11-261-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | scrub omnibus wordLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | another word tweak on this blockLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | another tweakLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | tweaksLamont Granquist2018-11-201-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add a RELEASE_NOTE on /opt/chef wipingLamont Granquist2018-11-201-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | this is certainly worth documenting. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>