Releases: rtkwlf/cookbook-simple-iptables
Releases · rtkwlf/cookbook-simple-iptables
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
- Add ip6tables (IPv6) support (#56 - chantra)
- Add
:none
to one of the values that the attributedirection
can be set to.
When set to :none, a rule to jump to the chain created will not be added to any
direction chains (#54 - Kevin Deng) - Add
node.simple_iptables.tables
attribute to specify the tables for which rules
will be generated (#53 - Pavel Yudin) - Add Test Kitchen tests (#51 - Pavel Yudin)
0.6.5
- Fix one-shot testing code to work with Chef versions prior to 11.12.
- Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen)
- Add
chain_condition
attribute torule
provider. This allows to specify
a condition which is tested before jumping to the chain.
If achain_condition
is not specified, the jump is unconditional, as before. - Fix README examples to use
direction
attribute rather thanchain
.
0.6.4
Changed testing mechanism to use iptables-restore --test
. This tests all rules at once and results in much better performance. In case of a failure, the rule causing it is included in the exception raised.
0.6.3
- Change how default attributes are set in attributes/default.rb file for consistency with how they are set when they are cleared in simple_iptables recipe
- Clarify in the README that the simple_iptables recipe needs to be included before any of the resources provided by the cookbook are used