-
Notifications
You must be signed in to change notification settings - Fork 154
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
Changed the type of the forward and masquerade options from str to bool #584
Changed the type of the forward and masquerade options from str to bool #584
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 37s |
LGTM 👍 |
reviewing, please don't merge |
@saito-hideki hi, thanks for pinging!
You have stable-1 for version 1.* releases, right? So if you agree with my proposal you could remove that warning as well and merge the PR to main but not backporting it to stable-1. |
btw also spotted that the |
@maxamillion @Andersson007 Thanks for your review comment! @Andersson007 I agree 100% with your advice.
After I address the above points, I will send the re-review request to you guys :) |
@saito-hideki sounds like a plan, thanks! |
7504453
to
f76f488
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 01s |
f76f488
to
8559664
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 06s |
8559664
to
3ecd87d
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 29s |
8b20cb0
to
96edc0d
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 26s |
* Breaking Change * Fixes ansible-collections#582 Signed-off-by: Hideki Saito <[email protected]>
96edc0d
to
8b61177
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 19s |
@maxamillion @Andersson007 I have fixed the PR and would appreciate it if you could review it again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saito-hideki LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 45s |
5eacaba
into
ansible-collections:main
@Andersson007 @maxamillion, thanks for the review. |
@saito-hideki thanks for the contribution! |
[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool SUMMARY Changed the type of icmp_block_inversion option from str to bool Fixes #586 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.firewalld ADDITIONAL INFORMATION Related #582 and #584 Reviewed-by: Adam Miller <[email protected]> Reviewed-by: Andrew Klychkov <[email protected]>
[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool SUMMARY Changed the type of icmp_block_inversion option from str to bool Fixes ansible-collections#586 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.firewalld ADDITIONAL INFORMATION Related ansible-collections#582 and ansible-collections#584 Reviewed-by: Adam Miller <[email protected]> Reviewed-by: Andrew Klychkov <[email protected]>
SUMMARY
The forward and masquerade options for the firewall module takes either True or False as a value.
Currently, it is defined as a string, but it should be a boolean.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION