Skip to content

Commit 6620ad2

Browse files
authored
Merge pull request #1202 from puppetlabs/release-prep
Release prep v8.0.1
2 parents 169e693 + 5bde934 commit 6620ad2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55

66
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).
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)

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff 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

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)