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

Use the non-deprecated namedspaced pg function #106

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jun 26, 2020

No description provided.

Copy link
Collaborator

@wbclark wbclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ekohl
Copy link
Member Author

ekohl commented Jun 26, 2020

I'm not sure if this is backwards incompatible - I'd say enhancement. What makes you think it's incompatible? The min version bump?

@wbclark
Copy link
Collaborator

wbclark commented Jun 26, 2020

I'm not sure if this is backwards incompatible - I'd say enhancement. What makes you think it's incompatible? The min version bump?

Exactly. Someone using this module with puppetlabs/postgresql v4.2.0 would no longer be able to do that.

@ekohl
Copy link
Member Author

ekohl commented Jun 29, 2020

While you may have a point, it's very inconvenient to consider every minimal version bump as a breaking change because it gets painful very quickly. https://semver.org/ only talks about the public API and the dependencies aren't really part of the public API. If someone requires puppetlabs/postgresql v4.2.0 and also theforeman/pulpcore $next_version then a dependency solver should inform the user about this. If they just need 1.x the solver should find 1.0.0.

@ekohl ekohl merged commit 30c6a84 into theforeman:master Jun 29, 2020
@ekohl ekohl deleted the fix-deprecate-pg branch June 29, 2020 11:28
@ekohl ekohl added the Enhancement New feature or request label Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants