-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Bump minimum version dependencies (for Puppet 4) #318
Conversation
Bump dependencies to the minimum version that should work under Puppet 4, based on the metadata
}, | ||
{ | ||
"name": "puppetlabs/gcc", | ||
"version_requirement": ">= 0.0.3" | ||
"version_requirement": ">= 0.3.0 < 2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has no version that explicitly supports Puppet 4
}, | ||
{ | ||
"name": "puppetlabs/gcc", | ||
"version_requirement": ">= 0.0.3" | ||
"version_requirement": ">= 0.3.0 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/pe_gem", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated in Puppet 4 in favor of the puppet_gem provider
}, | ||
{ | ||
"name": "gentoo/portage", | ||
"version_requirement": ">= 2.0.0" | ||
"version_requirement": ">= 2.3.0 < 3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No release that explicitly supports Puppet 4
}, | ||
{ | ||
"name": "puppetlabs/git", | ||
"version_requirement": ">= 0.0.3" | ||
"version_requirement": ">= 0.5.0 < 2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explicit support for Puppet 4 in master, not yet in a release
Pretty sure that most of these are soft and not hard dependencies #319 |
Bump dependencies to the minimum version that should work under Puppet 4, based on the metadata