Update firewall manifests to use jump instead of action#372
Conversation
|
Is the |
|
It was an odd piece of code added to enforce the use of those 3 values above any of the others. There would likely be errors from this if used alongside versions of firewall less than 7, but is needed for versions greater than 7. You may need to label this backwards incompatible and do an x release |
Should this be bumped to >= 7 and < 8? puppetlabs-puppetdb/metadata.json Line 21 in 4a02618 |
Updated. |
|
Any thoughts on a release? |
|
@joshcooper Could you take a look |
joshcooper
left a comment
There was a problem hiding this comment.
Seems ok to me, but honestly I have no idea.
|
Since this will require an X release, I am planning to do a release of the changes that have landed on main before we merge this. |
smortex
left a comment
There was a problem hiding this comment.
Looks good to go when we are ready for a major version bump
Any estimates on when approximately that might be? |
Any updates? TY. |
Happy New Year. Any updates? |
|
@austb Thoughts on when this could go in? |
fc49566 to
241a867
Compare
bastelfreak
left a comment
There was a problem hiding this comment.
@david22swan looks good to me. maybe correct BUDFIX? :D and I think we should keep this as breaking change because it bumps a dependency by a view versions.
As part of the Firewall module rewrite the functionality of the `action` attribute has been rolled into the `jump` attribute, the two of them both managing the Firewall jump value.
241a867 to
4e620a5
Compare
jump instead of actionjump instead of action
|
Had |
|
Can you unpin the module in https://github.com/puppetlabs/puppetlabs-puppetdb/blob/main/.fixtures.yml#L22 ? Then tests should/could pass. |
Removing pin to resolve errors in tests
jump instead of actionjump instead of action
As part of the Firewall module rewrite the functionality of the
actionattribute has been rolled into thejumpattribute, the two of them both managing the Firewall jump value.