summaryrefslogtreecommitdiff
path: root/chef.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ciKartik Null Cating-Subramanian2016-02-041-1/+1
|
* add pry, pry-byebug, pry-remote to omnibus-chefLamont Granquist2016-02-021-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-2John Keiser2016-02-021-1/+1
|
* Don't pin chef-zero to a minor version, pin to majorJohn Keiser2016-02-011-1/+1
|
* Allow all Chef Zero 4.x after 4.4fix-chef-zero-constraintsdanielsdeleo2016-01-291-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-acceptanceSerdar Sutay2016-01-271-1/+1
|
* Merge pull request #4287 from chef/jdm/1.3-fipsJay Mundrawala2016-01-261-1/+1
|\ | | | | Default Chef with FIPS OpenSSL to use sign v1.3
| * Use mixlib-auth to version 1.4Kartik Null Cating-Subramanian2016-01-251-1/+1
| |
* | use require_paths and not path so bundler grabs all paths from a git referencemwrock/appveyorMatt Wrock2016-01-251-1/+1
|/