]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Release prep 1.12.0
authorPaula McMaw <paula@puppet.com>
Wed, 24 Jan 2018 11:57:28 +0000 (11:57 +0000)
committerPaula McMaw <paula@puppet.com>
Wed, 24 Jan 2018 11:57:28 +0000 (11:57 +0000)
CHANGELOG.md
metadata.json

index 621785793f4ff666269d8fe5f7340bdbb236e5d9..8ad177bd0efb50d3153fa7629fb395b44c7b181a 100644 (file)
@@ -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).
 
index 35a93084758dc8e630f80e0ae2e24375717be917..5ae4efdd8ad95202685d76a3a2e75e61284a734a 100644 (file)
@@ -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",