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

Fix lower bound the of puppetlabs-postgresql dependency #402

Merged
merged 1 commit into from
May 2, 2024

Conversation

smortex
Copy link
Collaborator

@smortex smortex commented May 2, 2024

The changes introduced in #392 require changes that where introduced in
version 10.0.0 of the puppetlabs-postgresql module, but the lower
version of the module was not properly updated in this PR.

Fix the lower bound of the dependency to indicate that version 10 of the
puppetlabs-postgresql module is required for proper operation.

Fixes #401

The changes introduced in #392 require changes that where introduced in
version 10.0.0 of the puppetlabs-postgresql module, but the lower
version of the module was not properly updated in this PR.

Fix the lower bound of the dependency to indicate that version 10 of the
puppetlabs-postgresql module is required for proper operation.

Fixes #401
@smortex smortex requested review from bastelfreak and a team as code owners May 2, 2024 19:38
@smortex smortex added the bugfix label May 2, 2024
@smortex
Copy link
Collaborator Author

smortex commented May 2, 2024

Labelled this as a bugfix because #392 should have been marked as a breaking-change (but was not) and the last version is a major version bump which is broken under some circumstances that this PR intend to fix.

@bastelfreak bastelfreak merged commit 94ccecb into main May 2, 2024
26 of 29 checks passed
@bastelfreak bastelfreak deleted the fix-postgresql-lower-bound branch May 2, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error 'has no parameter named port'
2 participants