-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the plugin Chef 11 compatible #6
Conversation
* Removed unused require * Allow any version between 10.14 that's smaller than 12
I forgot to mention that I've tried this modified version with both Chef 11.4.0 and 10.24.0: I got the specs to pass and used it on one of my infrastructures. Edit: Just seen you're already using Travis, I've added an initial |
Hey, did you take a look at this? |
If this is all it takes, then 👍 The testing-specific bits in the gemspec feel slightly icky, but it's not horrible 😸 |
👍 |
I've added more Chef versions, specs are all green: https://travis-ci.org/bmarini/knife-inspect/builds/10490378 Time to merge this? :) |
Dan, I made you a collab. I haven't been using Chef lately day to day and On Thu, Aug 22, 2013 at 4:08 AM, Greg Karékinian
*---- Remind101.com https://www.remind101.com/ | |
Make the plugin Chef 11 compatible
Merged! Thanks, Ben 😸 |
@meatballhat @bmarini Is there a plan to release a new gem version that includes the Chef 11 compatibility? Looks like you can make someone a new owner with |
@bmarini I would gladly take over knife-inspect if @meatballhat doesn't want to. I want to release a version that includes Chef 11 support and proper exit codes #14, fix/close all the remaining issues, and then spend some to improve the code gradually. What do you think? |
@bmarini Have you thought about transferring the gem over to me? Thanks a lot for creating knife-inspect, I think it can still be useful to many people. |
I, for one, am highly interested in a working gem version for easy deployment. I use knife-inspect daily in my workflow. Thanks @gregkare for proposing the takeover! |
@gregkare Sorry also for not responding sooner. I'd be happy to have you take over! Let me see about giving you the keys. |
@gregkare I made you a collab and also owner for the gem. Take care of her for me :) |
Thanks a lot, I will! |
I'm not sure about pinning the version to < 12, maybe it would be safer to set it to the latest 11 version. But then you have to create a new version for every new chef release...
What do you think?