From: Lukas Audzevicius Date: Tue, 17 May 2022 09:12:57 +0000 (+0100) Subject: (MAINT) Release prep v3.5.0 X-Git-Tag: v3.5.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a5af6761ee010bd761b33f8e124e688b1863c82a;p=puppet-modules%2Fpuppetlabs-firewall.git (MAINT) Release prep v3.5.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 822000e..52a5004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ 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). -## Uncommitted +## [v3.5.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.5.0) - 2022-05-17 -- Initial CentOS Stream 9/RHEL9 Support -- Added a hook (not good enough yet) for deciding whether we try to remove - the firewalld package (we were removing it before, but it's necessary - on CS9/RHEL9 hosts) +[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.4.0...v3.5.0) + +### Added + +- CentOS Stream 9 Support (should include RHEL9 when that releases) [#1028](https://github.com/puppetlabs/puppetlabs-firewall/pull/1028) ([tskirvin](https://github.com/tskirvin)) + +### Fixed + +- pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04 [#1038](https://github.com/puppetlabs/puppetlabs-firewall/pull/1038) ([david22swan](https://github.com/david22swan)) + +- Fix rpfilter parameter [#1013](https://github.com/puppetlabs/puppetlabs-firewall/pull/1013) ([onyxmaster](https://github.com/onyxmaster)) ## [v3.4.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.4.0) (2022-02-28) diff --git a/metadata.json b/metadata.json index da986ef..e5e537f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "3.4.0", + "version": "3.5.0", "author": "puppetlabs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0",