From f07287234c76001eb52806d46bd08b115f5dcca2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Oct 2024 09:29:50 +0000 Subject: [PATCH] Release prep v8.1.1 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1639aaa2a..d696f53ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. 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). +## [v8.1.1](https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.1.1) - 2024-10-28 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v8.1.0...v8.1.1) + +### Fixed + +- (CAT-2088): Allow colon(:) in IP table syntax [#1240](https://github.com/puppetlabs/puppetlabs-firewall/pull/1240) ([span786](https://github.com/span786)) + ## [v8.1.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.1.0) - 2024-09-23 [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v8.0.3...v8.1.0) diff --git a/REFERENCE.md b/REFERENCE.md index 863a5dcc9..04aa3d80d 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -879,7 +879,7 @@ Data type: `Optional[Enum['none', 'ipsec']]` ##### `ipset` -Data type: `Optional[Variant[Pattern[/^(?:!\s)?[\w\-_]+\s(?:src|dst)(?:,src|,dst)?$/], Array[Pattern[/^(?:!\s)?[\w\-_]+\s(?:src|dst)(?:,src|,dst)?$/]]]]` +Data type: `Optional[Variant[Pattern[/^(?:!\s)?[\w\-:_]+\s(?:src|dst)(?:,src|,dst)?$/], Array[Pattern[/^(?:!\s)?[\w\-:_]+\s(?:src|dst)(?:,src|,dst)?$/]]]]` _*this data type contains a regex that may not be accurately reflected in generated documentation_ Matches against the specified ipset list. diff --git a/metadata.json b/metadata.json index 85fb11f6e..4e48db090 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "8.1.0", + "version": "8.1.1", "author": "puppetlabs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0",