Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-nftables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: voxpupuli/puppet-nftables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 17 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 20, 2021

  1. 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
    kenyon committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    242df53 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Release 1.3.1-rc0

    nbarrientos committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bbdcfb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from cernops/bump_rc

    Release 1.3.1-rc0
    traylenator authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    89d99b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Amend link to Yasnippets

    I reorganised my dotfiles a bit so this link must be changed. Sorry
    for the noise.
    nbarrientos committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    693a3d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from cernops/dotfiles_yas_link

    Amend link to Yasnippets
    traylenator authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    f82aaa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    af33f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6d7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42c426c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    ad042d5 View commit details
    Browse the repository at this point in the history
  2. Rely on puppet 6 calling daemon-reload

    Since Puppet 6 now there no need to explicitly
    call `systemctl daemon-reload`.
    traylenator committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1eda6ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from traylenator/everything

    Drop Puppet 5, puppetlabs/concat 7.x, puppetlabs/stdlib 7.x, camptocamp/systemd: 3.x
    traylenator authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a8008e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. 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'.
    nbarrientos committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    bd8baa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #93 from cernops/ibarrien_saddr

    Fix IPv4 source address type detection
    traylenator authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4937bed View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. 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.
    nbarrientos committed May 31, 2021
    Configuration menu
    Copy the full SHA
    7b9d6ff View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge pull request #96 from cernops/issue95

    Allow creating a totally empty firewall
    traylenator authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    65b4f2f View commit details
    Browse the repository at this point in the history
  2. Prepare release 2.0.0

    nbarrientos committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    683d104 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #97 from cernops/release_140

    Prepare release 2.0.0
    nbarrientos authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0c4f8de View commit details
    Browse the repository at this point in the history
Loading