From f08e3f7e03c5f4a4f10ed23f30e2d5c4a9d7f562 Mon Sep 17 00:00:00 2001 From: Paula McMaw Date: Wed, 24 Jan 2018 11:57:28 +0000 Subject: [PATCH] Release prep 1.12.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- metadata.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6217857..8ad177b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog + +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). + +## Supported Release 1.12.0 +### Summary +This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a roll up of maintenance changes. + +#### Added +- PDK convert firewall ([MODULES-6455](https://tickets.puppet.com/browse/MODULES-6455)). +- Modulesync updates. + +### Fixed +- Set correct `seluser` for CentOS/RHEL 5.x ([MODULES-6092](https://tickets.puppet.com/browse/MODULES-6092)). +- Fix error parsing rules with dashes in the chain name ([MODULES-6261](https://tickets.puppet.com/browse/MODULES-6261)). +- Changes to address additional Rubocop failures. +- (maint) Addressing puppet-lint doc warnings. + ## Supported Release 1.11.0 ### Summary This release is to implement Rubocop changes within the module. @@ -260,7 +279,7 @@ working on those platforms. #### Features -- Apply firewall resources alphabetically. +- Apply firewall resources alphabetically. - Add support for connlimit and connmark. - Add `mask` as a parameter. (Used exclusively with the recent parameter). diff --git a/metadata.json b/metadata.json index 35a9308..5ae4efd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "1.11.0", + "version": "1.12.0", "author": "Puppet Labs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", -- 2.45.2