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

Allow puppetlabs-stdlib versions >= 5.0 #221

Merged
merged 2 commits into from
Jan 2, 2019

Conversation

tdevelioglu
Copy link

This commit bumps the upper boundary of the stdlib dependency.

It should help avoid conflicts (librarian-puppet) such as:

[Librarian]   Module puppetlabs-lvm found versions: 1.1.0, 1.0.1, 1.0.0, 0.9.0, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.1
[Librarian]     Checking puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian]       Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com> at puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian]   Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com>
[Librarian] Conflict between puppetlabs-stdlib (< 5.0.0, >= 4.13.1) <(no source specified)> and puppetlabs-stdlib/5.1.0 <https://forgeapi.puppetlabs.com>

We need to use stdlib >= 5.1 for compatibility with puppet 6.

Taylan Develioglu and others added 2 commits November 19, 2018 16:11
This commit bumps the upper boundary of the stdlib dependency.

It should help avoid conflicts (librarian-puppet) such as:

[Librarian]   Module puppetlabs-lvm found versions: 1.1.0, 1.0.1, 1.0.0, 0.9.0, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.1
[Librarian]     Checking puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian]       Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com> at puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
[Librarian]   Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com>
[Librarian] Conflict between puppetlabs-stdlib (< 5.0.0, >= 4.13.1) <(no source specified)> and puppetlabs-stdlib/5.1.0 <https://forgeapi.puppetlabs.com>

We need to use stdlib >= 5.1 for compatibility with puppet 6.
@david22swan david22swan merged commit bbbe3c1 into puppetlabs:master Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants