From 0318f2805b6e7a6ff0c0e9c36920f03c03d77442 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Thu, 20 Sep 2018 15:44:41 +0100 Subject: [PATCH] (FM-7399) - Prepare for changelog generator --- .sync.yml | 11 ++++------- HISTORY.md | 22 ++++++++++++++++++++++ metadata.json | 2 +- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/.sync.yml b/.sync.yml index 8df2d59..c924e7c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -13,10 +13,10 @@ Gemfile: optional: ':development': - - gem: 'github_changelog_generator' - git: 'https://github.com/skywinder/github-changelog-generator' - ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' - condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" + - gem: 'github_changelog_generator' + git: 'https://github.com/skywinder/github-changelog-generator' + ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' + condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" required: ':system_tests': - gem: 'puppet-module-posix-system-r#{minor_version}' @@ -32,6 +32,3 @@ appveyor.yml: .gitlab-ci.yml: unmanaged: true - -Rakefile: - changelog_user: puppetlabs diff --git a/HISTORY.md b/HISTORY.md index 588cd73..6f354e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,22 @@ +## 1.13.0 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/1.12.0...1.13.0) + +### Added + +- pdksync - \(MODULES-7705\) - Bumping stdlib dependency from \< 5.0.0 to \< 6.0.0 [\#775](https://github.com/puppetlabs/puppetlabs-firewall/pull/775) ([pmcmaw](https://github.com/pmcmaw)) +- Add support for Amazon Linux 2 [\#768](https://github.com/puppetlabs/puppetlabs-firewall/pull/768) ([erik-frontify](https://github.com/erik-frontify)) +- \(FM-7232\) - Update firewall to support Ubuntu 18.04 [\#767](https://github.com/puppetlabs/puppetlabs-firewall/pull/767) ([david22swan](https://github.com/david22swan)) +- \[FM-7044\] Addition of Debian 9 support to firewall [\#765](https://github.com/puppetlabs/puppetlabs-firewall/pull/765) ([david22swan](https://github.com/david22swan)) +- \[FM-6961\] Removal of unsupported OS from firewall [\#764](https://github.com/puppetlabs/puppetlabs-firewall/pull/764) ([david22swan](https://github.com/david22swan)) + +### Fixed + +- \(MODULES-7627\) - Update README Limitations section [\#769](https://github.com/puppetlabs/puppetlabs-firewall/pull/769) ([eimlav](https://github.com/eimlav)) +- Corrections to readme [\#766](https://github.com/puppetlabs/puppetlabs-firewall/pull/766) ([alexharv074](https://github.com/alexharv074)) +- \(MODULES-6129\) negated option with address mask bugfix [\#756](https://github.com/puppetlabs/puppetlabs-firewall/pull/756) ([mirekys](https://github.com/mirekys)) +- \(MODULES-2119\) iptables delete -p all exception [\#749](https://github.com/puppetlabs/puppetlabs-firewall/pull/749) ([mikkergimenez](https://github.com/mikkergimenez)) + ## 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. @@ -682,3 +701,6 @@ Initial release. * (#9576) Stub provider so it works properly outside of Linux * (#9576) Align spec framework with Puppet core * and lots of other earlier development tasks ... + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/metadata.json b/metadata.json index b17515b..0521a0c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "puppetlabs-firewall", "version": "1.13.0", - "author": "Puppet Labs", + "author": "puppetlabs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-firewall", -- 2.45.2