| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We now have a preview of inspec 4 out so we can switch back to gems and kill off the full train gem and all its deps.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
| |
Highline 1.7 is out and seems reasonable for our minimal highline usage
Pulling inspec from git for now allows us to use the latest train which allows for the new net-ssh
New net-ssh allows for new key formats
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
| |
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|
|
|
|
|
| |
This should resolve build issues on Solari
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
| |
Bump to the latest and greatest Ruby
Pin Rake to 12.3.2 since that's what ships in Ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Remove Ubuntu 14.04 testing
|
| |
| |
| |
| |
| |
| | |
This goes EOL at the end of April and we won't be supporting it in Chef 15 officially although support in code will continue.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This loosens the mixlib-log dep so that everything can use 3.0.1
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Expeditor keeps incorrectly bumping addressable to 2.5.2, which seems like some sort of ruby/bundler bug, which is breaking builds. We're attempting to switch back to ruby 2.5.3. in expeditor to see if that resolves the bumping issues.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
We bumped these all when we removed support for Ruby 2.1/2.2 from our gems
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
We control this gem and we can ensure we don't bring in any breaking changes until 1.0. There's no need to be this aggressive with the pins.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
We shipped win32-service 2.x. Let's allow it here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Allow for test-kitchen 2 and remove pry which we don't need here and can be easily added with a local gemfile if need be later.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
| |
Bring in InSpec 3.5.0 and other new gems
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new omnibus-software includes a patch I added to fix compilation
failures on non C99 compatible compilers with 2.6.0.
The omnibus release that gets pulled in is also necessary for Ruby 2.6 on macOS
The new nokogiri supports windows on Ruby 2.6, which the previous
version did not.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Brings in Chef 14.9 in omnibus and a bunch of misc deps that have changed in the last month or so.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This fixes license enforcement errors
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This slims down a few of our deps
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Update train-core to 1.6.3 for smaller size and new winrm options
|
| |
| |
| |
| |
| |
| | |
This gem has been slimmed
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
|
|
|
|
| |
This has caused a ton of random issues where builders start pulling in
cache from other branches. Every time we get in this state we just
rebuild without the cache and all is fine again. It seems like we should
just disable it at this point since we run builds on 2 branches at the
same time now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This will allow the new inspec deps to pass
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
|
|
| |
this leaves the diretory after an uninstall, but it should get the
crazy redhat use case correct where installs run before uninstalls,
so we wipe first, install, then run the uninstall stuff on upgrade.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
| |
There are 2 CVEs in rack < 2.0.6. We now require at least 2.0.6 in chef-zero 14.0.11. This requires that version of chef-zero so we can ensure we don't bring in the Rack with CVEs.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This fixes a bug in the private_key resource which was failing tests in appveyor due to a openssl / ruby bump that occured there.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This adds several new certs and removes 1.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Fix testing / installing on SLES 15
|
| |
| |
| |
| |
| |
| | |
I look forward to a world where we can assume modern shells.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| |
| | |
Make sure we identify SLES 15 as suse for our zypper tests
Make sure we don't remove the symlinks on SLES when doing an upgrade or the new release will be broken
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
| |
The previous release did not ship a license file and was failing license validation in Jenkins.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
| |
Ohai has a ceiling on the chef-config version it will accept. I just
kicked master to ohai 15 in the ohai repo. Pulling from master should
allow this all to work now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Each of these trims the included files a bit.
Signed-off-by: Tim Smith <tsmith@chef.io>
|