aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2020-06-22 17:03:17 +0200
committerGitHub <noreply@github.com>2020-06-22 17:03:17 +0200
commit04f63e33d5c3868303a731cf3833d315af2eb88b (patch)
treec9e761c2d4cb7a50ffc80ecb02fb59e121274074
parent87c586fd8a92d1b92fc6e5529f24264c39978448 (diff)
parent8e7fe480d16ec07f7b9dc12888b3444f4805ce85 (diff)
downloadpuppet-ferm-04f63e33d5c3868303a731cf3833d315af2eb88b.tar.gz
puppet-ferm-04f63e33d5c3868303a731cf3833d315af2eb88b.tar.bz2
Merge pull request #113 from foxxx0/release-4.0.0
release 4.0.0
-rw-r--r--CHANGELOG.md19
-rw-r--r--metadata.json2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8261ea2..e7c46c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.
+## [v4.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v4.0.0) (2020-06-22)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v3.0.1...v4.0.0)
+
+**Breaking changes:**
+
+- implement multiport support for dport/sport / drop string support for sport/dport [\#112](https://github.com/voxpupuli/puppet-ferm/pull/112) ([foxxx0](https://github.com/foxxx0))
+
+**Implemented enhancements:**
+
+- Add Ubuntu 20.04 support [\#109](https://github.com/voxpupuli/puppet-ferm/pull/109) ([bastelfreak](https://github.com/bastelfreak))
+- Allow adding custom ferm dsl for subchains. This is important for usi… [\#105](https://github.com/voxpupuli/puppet-ferm/pull/105) ([rehanone](https://github.com/rehanone))
+- add install\_method parameter [\#104](https://github.com/voxpupuli/puppet-ferm/pull/104) ([Dan33l](https://github.com/Dan33l))
+
+**Closed issues:**
+
+- Unrecognized keyword: @preserve with ubuntu1604 [\#103](https://github.com/voxpupuli/puppet-ferm/issues/103)
+- feature: include custom ferm files? [\#76](https://github.com/voxpupuli/puppet-ferm/issues/76)
+
## [v3.0.1](https://github.com/voxpupuli/puppet-ferm/tree/v3.0.1) (2020-05-06)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v3.0.0...v3.0.1)
diff --git a/metadata.json b/metadata.json
index 6a114b2..421a9bf 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "3.0.2-rc0",
+ "version": "4.0.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",