summaryrefslogtreecommitdiff
path: root/chef.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* pin ffi to avoid el6/el7 bugginessLamont Granquist2018-04-261-0/+2
| | | | | | | absolutely unknown what this bug is, but it seems to fix specs on el6/el7 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #7151 from chef/tm/ship_resource_inspectorLamont Granquist2018-04-121-1/+1
|\ | | | | ship resource-inspector
| * ship resource-inspectortm/ship_resource_inspectorThom May2018-04-121-1/+1
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Update mixlib-log and mixlib-authenticationtm/bump_mixlibsThom May2018-04-121-1/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-1/+1
| | | | | | meaning that we can have inheritable metadata Signed-off-by: Thom May <thom@chef.io>
* Require Ruby 2.4+ruby24+Tim Smith2018-03-131-1/+1
| | | | | | | We're removed testing on 2.3 so at this point we wouldn't know if we introduced some Ruby 2.4+ code. Signed-off-by: Tim Smith <tsmith@chef.io>
* updating paranoid to verify_host_key for net-ssh for 4.2 greater and ↵Vern Burton2018-02-191-1/+1
| | | | | | | | updating gemspec. This breaks net-ssh 4.1 and lowers backwards compatibility Signed-off-by: Vern Burton <me@vernburton.com>
* Actually bump the version to 14 and dep on chef-config / ohai 14tm/branch_14Tim Smith2018-01-191-1/+1
| | | | | | Without this the kitchen tests fail as there isn't a chef-config build at ~14.0. Ohai has been bumped to 14 and the chef-config dep updated to 14. For now we have to use builds from master since we don't have a gem. I left notes that we can remove those in the future. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove lib-backcompat dir from require_pathAnatol Pomozov2017-04-221-1/+1
|
* Merge pull request #5886 from MsysTechnologiesllc/nim/windows_taskThom May2017-04-061-0/+1
|\ | | | | Adding windows_task resource
| * Adding specs for windows_task resourcenimisha2017-03-311-0/+1
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | RFC 67: Remove cookbook segmentsThom May2017-04-041-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.1Lamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-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/rackLamont Granquist2017-02-141-2/+2
|\ | | | | Bump minimum required ruby version to 2.2.2
| * Bump minimum required ruby version to 2.2.2rackTim Smith2017-02-091-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 monkeypatchTim Smith2017-02-101-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 < 13Tim Smith2017-02-071-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_aThom May2017-02-021-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Clarify platform constraints for ios and solarisTom Duffield2017-01-191-1/+0
| | | | | | Based on feedback. Signed-off-by: Tom Duffield <tom@chef.io>
* Add gems for ECC algorithm support to omnibus.Ryan Hass2017-01-181-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 fencingLamont Granquist2017-01-121-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump net-ssh to v4, add dependencies for ed25519David Aronsohn2017-01-121-1/+4
| | | | | | Fixes https://github.com/chef/chef/issues/5461 Signed-off-by: David Aronsohn <WagThatTail@Me.com>
* Allow chef-zero 5.0John Keiser2016-08-241-1/+1
|
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-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 supportLamont Granquist2016-08-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update dependency on mixlib-cli for two-argument procs. Noah Kantrowitz2016-08-021-1/+1
|
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-261-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Update to rspec 3.5tm/new_world_rspecThom May2016-07-201-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Install nokogiri and pin mixlib-cliksubrama/nokogiriKartik Null Cating-Subramanian2016-07-151-1/+1
| | | | | See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116
* Use Mixlib::Archive to extract tarballsThom May2016-07-071-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-unitThom May2016-05-011-0/+1
|\ | | | | add systemd_unit resource
| * add systemd_unit resource/providerNathan Williams2016-04-161-0/+1
| |
* | Revert "Run in fips mode if node is fips enabled"Thom May2016-04-271-1/+1
| |
* | run in fips mode if node is fips enabledMatt Wrock2016-04-251-1/+1
| |
* | Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-6/+0
|/
* Merge pull request #4750 from jkerry/SFTP_Remote_File_SupportLamont Granquist2016-04-061-0/+1
|\ | | | | Sftp remote file support
| * Adding the provider and spec files for sftpJohn Kerry2016-03-231-0/+1
| |
* | ruby 2.0.0 is EOLlcg/ruby-2.0.0-deprecationLamont Granquist2016-03-241-1/+1
|/
* Subtle differences in the plist gem break tests so lock to 3.2+danielsdeleo2016-03-211-1/+1
|
* Allow any 3.x version of plistdanielsdeleo2016-03-181-1/+1
|
* Revert "Unpin github_changelog_generator"Lamont Granquist2016-03-041-1/+1
| | | | This reverts commit 57ea7d9278201d23c94397650a454281fe16fb7d.
* Unpin github_changelog_generatorJohn Keiser2016-03-041-1/+1
|
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-0/+4
|\ | | | | RFC-060 gem metadata MVP
| * spellngLamont Granquist2016-02-091-1/+1
| |
| * set the floor to when bundler/inline was releasedLamont Granquist2016-02-091-2/+3
| |
| * bundler is now a runtime depLamont Granquist2016-02-091-0/+3
| |
* | release 12.8.0 changelogmw/version-bumpMatt Wrock2016-03-021-0/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-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