summaryrefslogtreecommitdiff
path: root/omnibus
Commit message (Collapse)AuthorAgeFilesLines
* Update openSSL to 1.0.2xTim Smith2020-12-111-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update to InSpec 4.24 (#10726)Tim Smith2020-12-101-1/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all deps to the latestTim Smith2020-12-091-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Train to 3.4.1Tim Smith2020-12-071-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update license-acceptance gem to 2.1.13Tim Smith2020-12-071-3/+3
| | | | | | | This loosens the tomlrb dep and uses require_relative for slight perf improvements Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch back to chefstyle from githubTim Smith2020-12-041-5/+5
| | | | | | The issue that requires pinning has been resolved Signed-off-by: Tim Smith <tsmith@chef.io>
* Pin our InSpec version and use Chefstyle from rubygems for nowTim Smith2020-12-011-14/+14
| | | | | | We have an inspec / rubocop conflict that's getting worked out right now, but for now we need to make sure a bundle update doesn't downgrade inspec. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10689 from chef/enable_git_cacheTim Smith2020-12-011-6/+1
|\ | | | | Enable git cache to speed up builds
| * Try turning on git caching in omnibusTim Smith2020-11-241-6/+1
| | | | | | | | | | | | Let's see what this does to build times Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump omnibus / omnibus-software to the latest (#10690)Tim Smith2020-11-241-7/+7
|/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Skip appx packaging on Windows (#10650)Tim Smith2020-11-241-1/+2
| | | | | | Speed up our windows builds by removing appx packaging since we're not actually using that. Signed-off-by: Tim Smith <tsmith@chef.io>
* bump ohai, win32-service, and omnibus depsTim Smith2020-11-241-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update mixlib-shellout to 3.2.2bumpsTim Smith2020-11-171-3/+3
| | | | | | This loads the user env when specifying alternative windows users. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update fauxhai, chef-vault, and chefstyle to the latestTim Smith2020-11-171-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update omnibus to remove the chef-sugar depchef-sugarTim Smith2020-11-121-13/+13
| | | | | | This is our last usage of chef-sugar Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ohai to 16.7.18 and Fauxhai to 8.4Tim Smith2020-11-101-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove duplicate Gemfile gems + update ohai to 16.7.13Tim Smith2020-11-041-4/+4
| | | | | | Remove gemfile gems that are also in the gemspec. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove a few more files from our install artifactTim Smith2020-10-291-0/+4
| | | | | | This cleans up some files we don't need in the install artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10580 from chef/bump_win32_processTim Smith2020-10-291-4/+4
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Ohai to 16.7.4 and win32-process to 0.9.0Tim Smith2020-10-291-4/+4
| | | | | | | | | | | | Fix openindiana detection and resolve Ruby 3 deprecation warnings on windows Signed-off-by: Tim Smith <tsmith@chef.io>
* | Remove rspec_junit_formatter gem.Pete Higgins2020-10-292-4/+4
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Update InSpec to 4.23.15Tim Smith2020-10-271-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove coderay and ffi-yajl-bench binstubsTim Smith2020-10-211-0/+2
| | | | | | | Nuke a few more binstubs that have nothing to do with chef and shouldn't be shipped. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump Ohai to 16.7 and cacerts to the latestTim Smith2020-10-201-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update train-core & pull in the faster MSI installsTim Smith2020-10-191-15/+18
| | | | | | Update the world Signed-off-by: Tim Smith <tsmith@chef.io>
* Update cacerts, ohai, and winrm to the latestTim Smith2020-10-141-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump Chefstyle & other depsTim Smith2020-10-121-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ohai to 16.6.1Tim Smith2020-10-051-3/+3
| | | | | | This includes Passwd support on Windows Signed-off-by: Tim Smith <tsmith@chef.io>
* Update to Ruby 2.7.2 / Rubygems 3.1.4ruby272Tim Smith2020-10-021-7/+7
| | | | | | This resolves CVE-2020-25613 and a large number of misc bugs Signed-off-by: Tim Smith <tsmith@chef.io>
* add interpreter arg to powershell_out allowing it to call pwsh.exemwrock2020-10-011-1/+8
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Pull in Ohai 16.6 and train-core/train-winrm updatesTim Smith2020-09-301-45/+40
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump dependencies to latest + resolve Chefstyle warningTim Smith2020-09-281-7/+7
| | | | | | Pull in the latest Chefstyle with RuboCop 0.92 and resolve the single failure from that. Also bump ohai/inspec for performance improvements and knife-opc/chef-zero for minor enhancements Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull in the new tty-table to unlock new license-acceptancetty-tableTim Smith2020-09-201-27/+39
| | | | | | | | tty-table was holding back a bunch of deps. This will resolve several Ruby 2.7 warnings and lets use use the optimized license-acceptance gem that also had pete's better error handling. This also nukes a few deps to make chef/chef smaller. Includes misc chefstyle fixes for the new version Signed-off-by: Tim Smith <tsmith@chef.io>
* Update to the latest license_scout gemTim Smith2020-09-171-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update InSpec to the latestTim Smith2020-09-171-11/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
| | | | | | This is a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* Allow for license-acceptance 2.0 gemTim Smith2020-09-091-3/+3
| | | | | | We're the last place this needed to be bumped Signed-off-by: Tim Smith <tsmith@chef.io>
* Update openssl to 1.0.2wTim Smith2020-09-091-2/+2
| | | | | | This resolves 2 CVEs Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ohai to 16.5Tim Smith2020-09-081-1/+1
| | | | | | Gives us package info on macOS Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all deps to currentTim Smith2020-09-041-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update InSpec to 4.22.22Tim Smith2020-08-271-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-6/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix spellcheck violations.Pete Higgins2020-08-251-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* separate omnibus rspec path from optionsmwrock2020-08-241-3/+3
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Merge pull request #10339 from chef/buildkite_fixTim Smith2020-08-211-2/+23
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * fix chocolatey and x86 windows omnibus buildsmwrock2020-08-211-2/+23
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump all deps to the latest for the require optimizationsoptimizationsTim Smith2020-08-211-20/+20
|/ | | | | | Let's see if this breaks anything Signed-off-by: Tim Smith <tsmith@chef.io>
* Enable rspec --profile in the omnibus testsLamont Granquist2020-08-192-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #10190 from chef/lcg/add-integ-and-unit-specs-to-omnibusLamont Granquist2020-08-192-22/+15
|\
| * Add unit and integration testing back to omnibus testersLamont Granquist2020-08-172-22/+15
| | | | | | | | | | | | It is slow but it does catch real bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>