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

Add backwards compatibility in transition to Stdlib::Host #933

Closed
wants to merge 1 commit into from

Conversation

amoralej
Copy link

@amoralej amoralej commented Apr 6, 2020

Patch [1] changed all port parameters to use Stdlib::Port. When
moving from String type to the new type, this patch is backwards
incompatible leading to type errors when applying manifest. This patch
is using Variant type to make this change backwards compatible and ease
transition to new versions of puppet-collectd.

[1] d7b79c5

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Patch [1] changed all `port` parameters to use `Stdlib::Port`. When
moving from String type to the new type, this patch is backwards
incompatible leading to type errors when applying manifest. This patch
is using Variant type to make this change backwards compatible and ease
transition to new versions of puppet-collectd.

[1] voxpupuli@d7b79c5
@bastelfreak
Copy link
Member

Hi @amoralej,

We already made a backwards incompatible release for this so it's unlikely that we will fix this. It should not be a problem to update the local code before switching to our 12.0 release?

@bastelfreak bastelfreak added the needs-feedback Further information is requested label May 13, 2020
@amoralej
Copy link
Author

Hi @amoralej,

We already made a backwards incompatible release for this so it's unlikely that we will fix this. It should not be a problem to update the local code before switching to our 12.0 release?

I'll close this PR, i already workarounded the issue locally and was able to move on.

@amoralej amoralej closed this May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants