-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Chef 13 compatibility #350
Conversation
👍 |
What's needed to merge this PR? I'll be happy to help. |
I tested this patch with chef 13 and it works. Thanks |
more importantly, will this change break compatibility with chef12? |
No, it's intended to works with chef 12, the point is the PR is stuck in silence. |
I understand that it's stuck, the operative question was simply Does this provide compatibility for newer versions without breaking it for older. If the answer is yes, then it's fine to be merged. |
I see that the automated Travis check runs with Chef 12, isn't it enough to validate? |
It's always nice if somebody tests it locally and confirms as well since the test suite is far from perfect. I can merge now and we will just deal with the any issues that pop up though. |
FWIW, this works for me (I'm using berkshelf to checkout the commit with the merge), in the context of sensu with Chef 13. I vote for a release! |
👍 +1 |
@brianbianco can you please release the master branch to chef's supermarket? |
I am using this cookbook for my pet project. I tried this change with Chef version 13.5.3 and it's working perfectly fine. Please release I had to spend hours of debugging because I was originally using supermarket to install redisio cookbook and got the following error:
I checked out this repository master branch and start grepping strings. I couldn't find any reference because the code was already fixed and merged. However, the version string is still
I hope this explanation helps people who got similar error until the code is released in supermarket. |
Could someone cut a release of this to supermarket? Seems a shame not to release when someone has put the time in to make this work on Chef 13. Thanks! |
@brianbianco |
@brianbianco if you need some help maintaining this let me know I am more than happy to help out as this is currently blocking us on a cookbook I maintain for sensu. |
This sounds like a good plan. I can grant your github perms as well as chef supermarket.
Feel free to shoot me a personal email if you want [email protected]
… On Mar 27, 2018, at 16:14, Ben Abrams ***@***.***> wrote:
@brianbianco if you need some help maintaining this let me know I am more than happy to help out as this is currently blocking us on a cookbook I maintain for sensu.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Minor changes to fix Chef 13 compatibility issues.