File tree 3 files changed +14
-2
lines changed
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.
5
5
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
7
7
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
+
8
20
## [ v8.0.0] ( https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.0.0 ) - 2024-02-08
9
21
10
22
[ 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]]`
934
934
* REJECT - the packet is rejected with a suitable ICMP response
935
935
* DROP - the packet is dropped
936
936
937
- But can also be on of the following:
937
+ But can also be one of the following:
938
938
939
939
* QUEUE
940
940
* RETURN
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-firewall" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manages Firewalls such as iptables" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments