Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lib-backcompat dir from require_path | Anatol Pomozov | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5886 from MsysTechnologiesllc/nim/windows_task | Thom May | 2017-04-06 | 1 | -0/+1 |
|\ | | | | | Adding windows_task resource | ||||
| * | Adding specs for windows_task resource | nimisha | 2017-03-31 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com> | ||||
* | | RFC 67: Remove cookbook segments | Thom May | 2017-04-04 | 1 | -1/+1 |
|/ | | | | | | | | | This implements RFC 67, which removes cookbook segments, and moves to a single list of all the files contained in a cookbook. This allows us to move forward with better audit modes and also proper shipping of ohai plugins. Signed-off-by: Thom May <thom@chef.io> | ||||
* | drop 2.2 support + testing / bump tests to 2.4.1 | Lamont Granquist | 2017-03-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Bump chef version to 13.0.0 | Lamont Granquist | 2017-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Merge pull request #5806 from chef/rack | Lamont Granquist | 2017-02-14 | 1 | -2/+2 |
|\ | | | | | Bump minimum required ruby version to 2.2.2 | ||||
| * | Bump minimum required ruby version to 2.2.2rack | Tim Smith | 2017-02-09 | 1 | -2/+2 |
| | | | | | | | | | | | | Ruby 2.2 is still not compatible with the latest rack. We need to actually specify 2.2.2+ which is what rack and others now require. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Require net-ssh-multi 1.2.1 and remove our monkeypatch | Tim Smith | 2017-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | The fix was merged upstream and released in 1.2.1 Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Update the Ohai dependency to < 13 | Tim Smith | 2017-02-07 | 1 | -1/+1 |
|/ | | | | | | We're skipping 9-12. The next release of Ohai is 13. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Bump mixlib-archive version to 0.4tm/bump_m_a | Thom May | 2017-02-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Clarify platform constraints for ios and solaris | Tom Duffield | 2017-01-19 | 1 | -1/+0 |
| | | | | | | Based on feedback. Signed-off-by: Tom Duffield <tom@chef.io> | ||||
* | Add gems for ECC algorithm support to omnibus. | Ryan Hass | 2017-01-18 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | These definitions have been added to resolve build issues with ECC algorithm support on Solaris and Cisco IOS-XR. The bcyrpt_pbkdf gem currently link against shared libs which are not installed on Cisco IOS-XR. The rbnacl gems currently fail to compile on Solaris for both x86-64 and SPARC. Adding these definitions will allow us to selectively define the supported platforms as well as provide a simple means to itterate on patches as needed. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com> | ||||
* | relax fencing | Lamont Granquist | 2017-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Bump net-ssh to v4, add dependencies for ed25519 | David Aronsohn | 2017-01-12 | 1 | -1/+4 |
| | | | | | | Fixes https://github.com/chef/chef/issues/5461 Signed-off-by: David Aronsohn <WagThatTail@Me.com> | ||||
* | Allow chef-zero 5.0 | John Keiser | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Stop using obsolete URI.escape; use Addressable::URI instead. | John Keiser | 2016-08-22 | 1 | -0/+1 |
| | | | | See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why. | ||||
* | remove ruby 2.1 support | Lamont Granquist | 2016-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Update dependency on mixlib-cli for two-argument procs. | Noah Kantrowitz | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Cache ChefFS childrentm/cache_fs_children | Thom May | 2016-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Update to rspec 3.5tm/new_world_rspec | Thom May | 2016-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Install nokogiri and pin mixlib-cliksubrama/nokogiri | Kartik Null Cating-Subramanian | 2016-07-15 | 1 | -1/+1 |
| | | | | | See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116 | ||||
* | Use Mixlib::Archive to extract tarballs | Thom May | 2016-07-07 | 1 | -1/+2 |
| | | | | | | | this allows us to be truely cross platform, and also to ignore unsafe paths and permissions. Signed-off-by: Thom May <thom@chef.io> | ||||
* | Merge pull request #4700 from nathwill/features/systemd-unit | Thom May | 2016-05-01 | 1 | -0/+1 |
|\ | | | | | add systemd_unit resource | ||||
| * | add systemd_unit resource/provider | Nathan Williams | 2016-04-16 | 1 | -0/+1 |
| | | |||||
* | | Revert "Run in fips mode if node is fips enabled" | Thom May | 2016-04-27 | 1 | -1/+1 |
| | | |||||
* | | run in fips mode if node is fips enabled | Matt Wrock | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | Pin everything down with Gemfile.lock, add rake dependencies to update | John Keiser | 2016-04-18 | 1 | -6/+0 |
|/ | |||||
* | Merge pull request #4750 from jkerry/SFTP_Remote_File_Support | Lamont Granquist | 2016-04-06 | 1 | -0/+1 |
|\ | | | | | Sftp remote file support | ||||
| * | Adding the provider and spec files for sftp | John Kerry | 2016-03-23 | 1 | -0/+1 |
| | | |||||
* | | ruby 2.0.0 is EOLlcg/ruby-2.0.0-deprecation | Lamont Granquist | 2016-03-24 | 1 | -1/+1 |
|/ | |||||
* | Subtle differences in the plist gem break tests so lock to 3.2+ | danielsdeleo | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Allow any 3.x version of plist | danielsdeleo | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | Revert "Unpin github_changelog_generator" | Lamont Granquist | 2016-03-04 | 1 | -1/+1 |
| | | | | This reverts commit 57ea7d9278201d23c94397650a454281fe16fb7d. | ||||
* | Unpin github_changelog_generator | John Keiser | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadata | Lamont Granquist | 2016-03-03 | 1 | -0/+4 |
|\ | | | | | RFC-060 gem metadata MVP | ||||
| * | spellng | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | set the floor to when bundler/inline was released | Lamont Granquist | 2016-02-09 | 1 | -2/+3 |
| | | |||||
| * | bundler is now a runtime dep | Lamont Granquist | 2016-02-09 | 1 | -0/+3 |
| | | |||||
* | | release 12.8.0 changelogmw/version-bump | Matt Wrock | 2016-03-02 | 1 | -0/+1 |
|/ | |||||
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment | ||||
* | Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ci | Kartik Null Cating-Subramanian | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | add pry, pry-byebug, pry-remote to omnibus-chef | Lamont Granquist | 2016-02-02 | 1 | -1/+0 |
| | | | | | removes pry as a dep of chef directly because it was never a dep of chef. | ||||
* | Bump cheffish dep to 2.0jk/cheffish-2 | John Keiser | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Don't pin chef-zero to a minor version, pin to major | John Keiser | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | Allow all Chef Zero 4.x after 4.4fix-chef-zero-constraints | danielsdeleo | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | We require 4.4+ to support policyfile APIs with ChefFS and local mode, but we don't want to be pessimistic about minor versions, only major. It looks like the minor version pessimism was accidentally introduced here: https://github.com/chef/chef/commit/6e4d70826d8ee6977348bd071d0ce543686b89f6 | ||||
* | Make sure acceptance tests for chef can run in Jenkins.sersut/ec2-acceptance | Serdar Sutay | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4287 from chef/jdm/1.3-fips | Jay Mundrawala | 2016-01-26 | 1 | -1/+1 |
|\ | | | | | Default Chef with FIPS OpenSSL to use sign v1.3 | ||||
| * | Use mixlib-auth to version 1.4 | Kartik Null Cating-Subramanian | 2016-01-25 | 1 | -1/+1 |
| | | |||||
* | | use require_paths and not path so bundler grabs all paths from a git referencemwrock/appveyor | Matt Wrock | 2016-01-25 | 1 | -1/+1 |
|/ |