]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(FM-7399) - Prepare for changelog generator
authorPaula Muir <paula@puppet.com>
Thu, 20 Sep 2018 14:44:41 +0000 (15:44 +0100)
committerPaula Muir <paula@puppet.com>
Thu, 20 Sep 2018 14:44:41 +0000 (15:44 +0100)
.sync.yml
HISTORY.md
metadata.json

index 8df2d592d9281a02dd29db4c01d33ee76c9c962f..c924e7cf323370797bb171eb32c8f42b16ab9599 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
 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
index 588cd733f95a7f4c396e9a282591cedb53a771a8..6f354e3364ca20ec809d66c35092d2b72132c2ed 100644 (file)
@@ -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))
+- \bCorrections 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)*
index b17515b1f5c2cef9e22c363570f26c9a4d1f2b69..0521a0c0c0f94740188cb06c3b0e1738ba159f4b 100644 (file)
@@ -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",