Skip to content
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

incompatible with chef chef 12.16.42 #244

Closed
jlosito opened this issue Mar 21, 2019 · 2 comments
Closed

incompatible with chef chef 12.16.42 #244

jlosito opened this issue Mar 21, 2019 · 2 comments

Comments

@jlosito
Copy link

jlosito commented Mar 21, 2019

Cookbook version

v6.1.1

Chef-client version

12.16.42

Platform Details

CentOS 7.6

Scenario:

I believe there's a transient dependency conflict. Right now the php cookbook is using build-essential >= 5.0, which I believe will install build-essential == 8.2.1, and build-essential has a dependency of seven_zip without pinning the version which will install seven_zip == 3.1.0, but seven_zip == 3.1.0 is only compatible with chef versions >= 13.0, but your README states that the php cookbook works with >= 12.7.

Is there someway we can pin the correct version so that it is compatible with >= 12.7?

Screen Shot 2019-03-21 at 14 03 17

@Stromweld
Copy link

since 12.x and soon 13.x are End of Life, Chef 15 comes out in April, the biggest thing I see happening is that the metadata gets bumped up to say minimum chef-client version will need to be 13 or 14. Your best using a wrapper and pinning the versions of the dependencies there.

@damacus damacus closed this as completed Mar 21, 2019
@lock
Copy link

lock bot commented Apr 25, 2020

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.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants