Skip to content

Commit

Permalink
Merge pull request #444 from mhaskel/merge_1.3.x_into_master
Browse files Browse the repository at this point in the history
Merge 1.3.x into master
  • Loading branch information
cmurphy committed Dec 17, 2014
2 parents 9c8a2dc + 3b84f95 commit e7ea285
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
##2014-12-16 - Supported Release 1.3.0
###Summary

This release includes a number of bugfixes and features, including fixing `tcp_flags` support, and added support for interface aliases, negation for iniface and outiface, and extra configurability for packages and service names.

####Features
- Add support for interface aliases (eth0:0) (MODULES-1469)
- Add negation for iniface, outiface (MODULES-1470)
- Make package and service names configurable (MODULES-1309)

####Bugfixes
- Fix test regexes for EL5 (MODULES-1565)
- Fix `tcp_flags` support for ip6tables (MODULES-556)
- Don't arbitrarily limit `set_mark` for certain chains

##2014-11-04 - Supported Release 1.2.0
###Summary

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-firewall",
"version": "1.2.0",
"version": "1.3.0",
"author": "Puppet Labs",
"summary": "Manages Firewalls such as iptable",
"license": "Apache-2.0",
Expand Down

0 comments on commit e7ea285

Please sign in to comment.