-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-nftables
base: v1.3.0
head repository: voxpupuli/puppet-nftables
compare: v2.0.0
- 17 commits
- 11 files changed
- 5 contributors
Commits on Mar 20, 2021
-
metadata.json: drop Puppet 5 support
Also bump puppetlabs/concat and puppetlabs/stdlib, whose versions 7.0.0 also dropped support for Puppet 5. Fixes #78
Configuration menu - View commit details
-
Copy full SHA for 242df53 - Browse repository at this point
Copy the full SHA 242df53View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbdcfb2 - Browse repository at this point
Copy the full SHA bbdcfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d99b8 - Browse repository at this point
Copy the full SHA 89d99b8View commit details
Commits on Mar 26, 2021
-
I reorganised my dotfiles a bit so this link must be changed. Sorry for the noise.
Configuration menu - View commit details
-
Copy full SHA for 693a3d9 - Browse repository at this point
Copy the full SHA 693a3d9View commit details -
Merge pull request #88 from cernops/dotfiles_yas_link
Amend link to Yasnippets
Configuration menu - View commit details
-
Copy full SHA for f82aaa5 - Browse repository at this point
Copy the full SHA f82aaa5View commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af33f65 - Browse repository at this point
Copy the full SHA af33f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6d7f0 - Browse repository at this point
Copy the full SHA 9b6d7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c426c - Browse repository at this point
Copy the full SHA 42c426cView commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad042d5 - Browse repository at this point
Copy the full SHA ad042d5View commit details -
Rely on puppet 6 calling daemon-reload
Since Puppet 6 now there no need to explicitly call `systemctl daemon-reload`.
Configuration menu - View commit details
-
Copy full SHA for 1eda6ef - Browse repository at this point
Copy the full SHA 1eda6efView commit details -
Merge pull request #92 from traylenator/everything
Drop Puppet 5, puppetlabs/concat 7.x, puppetlabs/stdlib 7.x, camptocamp/systemd: 3.x
Configuration menu - View commit details
-
Copy full SHA for a8008e4 - Browse repository at this point
Copy the full SHA a8008e4View commit details
Commits on Apr 26, 2021
-
Fix IPv4 source address type detection
Before this patch, a rule like this: ``` nftables::simplerule { 'foo': action => 'accept', dport => 443, proto => 'tcp4', saddr => '192.168.1.10', } ``` would incorrectly generate this rule: ``` ip version 4 tcp dport {443} ip6 saddr 192.168.1.10 accept ``` Note the 'ip6 saddr'.Configuration menu - View commit details
-
Copy full SHA for bd8baa0 - Browse repository at this point
Copy the full SHA bd8baa0View commit details
Commits on Apr 27, 2021
-
Merge pull request #93 from cernops/ibarrien_saddr
Fix IPv4 source address type detection
Configuration menu - View commit details
-
Copy full SHA for 4937bed - Browse repository at this point
Copy the full SHA 4937bedView commit details
Commits on May 31, 2021
-
Allow creating a totally empty firewall
By setting `nftables::inet_filter` and `nftables::nat` to `false` users can now start off from a totally empty firewall and add the tables, chains and rules they'd like. The default skeleton for inet-filter, ip-nat and ip6-nat is kept enabled by default. Fixes #95.
Configuration menu - View commit details
-
Copy full SHA for 7b9d6ff - Browse repository at this point
Copy the full SHA 7b9d6ffView commit details
Commits on Jun 1, 2021
-
Merge pull request #96 from cernops/issue95
Allow creating a totally empty firewall
Configuration menu - View commit details
-
Copy full SHA for 65b4f2f - Browse repository at this point
Copy the full SHA 65b4f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 683d104 - Browse repository at this point
Copy the full SHA 683d104View commit details
Commits on Jun 3, 2021
-
Merge pull request #97 from cernops/release_140
Prepare release 2.0.0
Configuration menu - View commit details
-
Copy full SHA for 0c4f8de - Browse repository at this point
Copy the full SHA 0c4f8deView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v2.0.0