aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-09-02 13:04:22 +0200
committerGitHub <noreply@github.com>2019-09-02 13:04:22 +0200
commit0bcc123d74e39ee4cf0e8a7f91c7790dfa4eb261 (patch)
tree69c92bec7d7bdf8b8f94c2b18d6055e8589da906
parentc6540af81cdf3b1bea85bbf3d8f8aa07eef10bcd (diff)
parent6ef8e59055f3877f41a8d6dde6343ac7e05ec778 (diff)
downloadpuppet-ferm-0bcc123d74e39ee4cf0e8a7f91c7790dfa4eb261.tar.gz
puppet-ferm-0bcc123d74e39ee4cf0e8a7f91c7790dfa4eb261.tar.bz2
Merge pull request #56 from bastelfreak/rel240
release 2.4.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--metadata.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f317dea..9f7d926 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@ 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.
+## [v2.4.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.4.0) (2019-09-02)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.3.0...v2.4.0)
+
+**Implemented enhancements:**
+
+- allow preserving of chains in tables [\#55](https://github.com/voxpupuli/puppet-ferm/pull/55) ([bastelfreak](https://github.com/bastelfreak))
+- Add Debian 10 support & make configdirectory configureable [\#54](https://github.com/voxpupuli/puppet-ferm/pull/54) ([bastelfreak](https://github.com/bastelfreak))
+- allow all supported iptables protocolls & enhance puppet-strings documentation Unverified [\#52](https://github.com/voxpupuli/puppet-ferm/pull/52) ([bastelfreak](https://github.com/bastelfreak))
+- Allow array for saddr and daddr [\#51](https://github.com/voxpupuli/puppet-ferm/pull/51) ([kBite](https://github.com/kBite))
+
+**Merged pull requests:**
+
+- remove FreeBSD from supported OS list [\#53](https://github.com/voxpupuli/puppet-ferm/pull/53) ([bastelfreak](https://github.com/bastelfreak))
+
## [v2.3.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.3.0) (2019-07-12)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.2.0...v2.3.0)
diff --git a/metadata.json b/metadata.json
index ec6d3cf..8441dab 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "2.3.1-rc0",
+ "version": "2.4.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",