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

Bump minimum version dependencies (for Puppet 4) #318

Merged
merged 1 commit into from
Dec 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,39 +57,39 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0"
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "puppetlabs/ruby",
"version_requirement": ">= 0.0.2"
"version_requirement": ">= 0.6.0 < 2.0.0"
},
{
"name": "puppetlabs/gcc",
"version_requirement": ">= 0.0.3"
"version_requirement": ">= 0.3.0 < 2.0.0"
Copy link
Member Author

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/pe_gem",
Copy link
Member Author

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

"version_requirement": ">= 0.0.1"
"version_requirement": ">= 0.2.0 < 2.0.0"
},
{
"name": "puppet/make",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 1.0.0"
"version_requirement": ">=1.4.1 < 2.0.0"
},
{
"name": "puppetlabs/vcsrepo",
"version_requirement": ">= 0.1.2"
"version_requirement": ">=1.3.1 < 2.0.0"
},
{
"name": "puppetlabs/git",
"version_requirement": ">= 0.0.3"
"version_requirement": ">= 0.5.0 < 2.0.0"
Copy link
Member Author

@juniorsysadmin juniorsysadmin Dec 25, 2016

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

},
{
"name": "gentoo/portage",
"version_requirement": ">= 2.0.0"
"version_requirement": ">= 2.3.0 < 3.0.0"
Copy link
Member Author

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

}
],
"requirements": [
Expand Down