File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
77
8+ ## [ v8.0.1] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.0.1 ) - 2024-03-20
9+
10+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-firewall/compare/v8.0.0...v8.0.1 )
11+
12+ ### Fixed
13+
14+ - (MODULES-11449) - Fix for IPv6 NAT chain [ #1201 ] ( https://github.com/puppetlabs/puppetlabs-firewall/pull/1201 ) ([ Ramesh7] ( https://github.com/Ramesh7 ) )
15+
16+ ### Other
17+
18+ - fix typos in documentation [ #1195 ] ( https://github.com/puppetlabs/puppetlabs-firewall/pull/1195 ) ([ corporate-gadfly] ( https://github.com/corporate-gadfly ) )
19+
820## [ v8.0.0] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.0.0 ) - 2024-02-08
921
1022[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-firewall/compare/v7.0.2...v8.0.0 )
Original file line number Diff line number Diff line change @@ -934,7 +934,7 @@ Data type: `Optional[String[1]]`
934934 * REJECT - the packet is rejected with a suitable ICMP response
935935 * DROP - the packet is dropped
936936
937- But can also be on of the following:
937+ But can also be one of the following:
938938
939939 * QUEUE
940940 * RETURN
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs-firewall" ,
3- "version" : " 8.0.0 " ,
3+ "version" : " 8.0.1 " ,
44 "author" : " puppetlabs" ,
55 "summary" : " Manages Firewalls such as iptables" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments