Skip to content

Commit fac7fce

Browse files
author
Morgan Haskel
committed
1.2.0 prep
1 parent 884a19a commit fac7fce

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
##2014-11-04 - Supported Release 1.2.0
2+
###Summary
3+
4+
This release has a number of new features and bugfixes, including rule inversion, future parser support, improved EL7 support, and the ability to purge ip6tables rules.
5+
6+
####Features
7+
- Documentation updates!
8+
- Test updates!
9+
- Add ipset support
10+
- Enable rule inversion
11+
- Future parser support
12+
- Improved support for EL7
13+
- Support netfilter-persistent
14+
- Add support for statistics module
15+
- Add support for mac address source rules
16+
- Add cbt protocol
17+
18+
####Bugfixes
19+
- Incorrect use of `source => :iptables` in the ip6tables provider was making it impossible to purge ip6tables rules (MODULES-41)
20+
- Don't require `toports` when `jump => 'REDIRECT'` (MODULES-1086)
21+
- Don't limit which chains iniface and outiface parameters can be used in
22+
- Don't fail on rules added with ipsec/strongswan (MODULES-796)
23+
124
##2014-07-08 - Supported Release 1.1.3
225
###Summary
326
This is a supported release with test coverage enhancements.

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "puppetlabs-firewall",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"author": "Puppet Labs",
55
"summary": "Manages Firewalls such as iptable",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-firewall",
8-
"project_page": "http://forge.puppetlabs.com/puppetlabs/firewall",
9-
"issues_url": "https://github.com/puppetlabs/puppetlabs-firewall/issues",
8+
"project_page": "http://github.com/puppetlabs/puppetlabs-firewall",
9+
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "RedHat",

0 commit comments

Comments
 (0)