-
-
Notifications
You must be signed in to change notification settings - Fork 197
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/concat 6.x, puppetlabs/stdlib 6.x #340
Conversation
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.
Can you avoid to switch the order of module ? Or any reason for this switch ?
I like to sort modules in alphabetically order for a better overview. Some modules have a huge list of dependencies. |
Ah yes ! Good reason for reordering. What requires to increase the minimal version for concat ? |
@Dan33l Not really. I just used one of @alexjfisher pull requests as boilerplate to introduce some kind of standard for lower boundaries. This version of puppetlabs/concat for example introduced support for Debian 9. |
@dhoppe i don't know if we have a rule about minimal value requirement. Since we have acceptance tests on this module, i would prefer to keep unchanged the current minimal version. But i am also fine enough to bump the minimal version. |
@bastelfreak What is your opinion on this topic? I changed the lower boundaries for a lot of modules: |
I dont care about the ordering, I just try to keep the diff small and I am too lazy reorder dependencies. the minimal version should only be bumped if this there is a reason for it (puppet5/6 support, debian 9 support....). But in that case we need to update the PR title and mark it as backwards-incompatible. |
I'm not in favour of making major releases over something so trivial. We've already dropped puppet 4 support (with a major version bump) and concat doesn't support puppet 5 until version 4.1.0. As such, you could consider bumping of the minimum concat version as a bugfix/cosmetic change. |
@alexjfisher I agree, but someone told me that I need to label the pull requests as backwards-incompatible. I have made ~20 pull requests of this kind and it is no fun to change them every time someone makes a statement. :( Especially because I used one of your pull requests as base and you did not label the pull request as backwards-incompatible. |
I agree with @alexjfisher here. I think the |
My primary trouble is we mix two changes:
So finally, i am fine enough if we change the title of PR and add |
No description provided.