Skip to content

(CONT-949) - Bump stdlib dependency #1428

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

Merged
merged 1 commit into from
May 2, 2023
Merged

(CONT-949) - Bump stdlib dependency #1428

merged 1 commit into from
May 2, 2023

Conversation

jordanbreen28
Copy link
Contributor

@jordanbreen28 jordanbreen28 commented May 2, 2023

Prior to this PR, postgresql module had allowed installations of puppetlabs-stdlib versions < 5.2.0. This was incorrect as this module references a type "Stdlib::IP::Address::V6::CIDR" that was released with stdlib v5.2.0. (see here)

This PR bumps the dependency of puppetlabs/stdlib in metadata.json to versions >= 5.2.0.

Fixes #1427

Prior to this commit, postgresql module had allowed installations of
puppetlabs-stdlib versions < 5.2.0. This was incorrect as this module
references a type "Stdlib::IP::Address::V6::CIDR" that was released with
stdlib v5.2.0.

This commit bumps the dependency of puppetlabs/stdlib in metadata.json
to versions >= 5.2.0.
@jordanbreen28 jordanbreen28 self-assigned this May 2, 2023
@jordanbreen28 jordanbreen28 requested a review from a team as a code owner May 2, 2023 10:11
Copy link
Contributor

@GSPatton GSPatton left a comment

Choose a reason for hiding this comment

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

looks good

@GSPatton GSPatton merged commit e3e17f6 into main May 2, 2023
@GSPatton GSPatton deleted the CONT-949-bump_stdlib branch May 2, 2023 10:50
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.

Stdlib::IP::Address::V6::CIDR does not exist prior to stdlib 5.2.0
3 participants