8000 Tags · lelutin/puppet-fail2ban · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: lelutin/puppet-fail2ban

Tags

4.1.0

Toggle 4.1.0's commit message
Bump version to 4.1.0

This release mainly adds support for ubuntu 24.04 and stdlib 9.

It also removes a couple of older OS releases which have become EOL.

Finally it adds a bunch of new parameters to complete the set of
available options.

The rest is just fiddling about with my local test setup and fixing the
tests in CI.

4.0.1

Toggle 4.0.1's commit message
Bump version to 4.0.1

This release brings only brings one "functional" change to the module:
puppet 8.x is now marked as being compatible.

Other than that, work was mostly done on getting CI to run properly and
fixing lint issues.

4.0.0

Toggle 4.0.0's commit message
bump version to 4.0.0

3.3.1

Toggle 3.3.1's commit message
bump version to 3.3.1

This is a fix release. The issue has been around for a little while
without me noticing, but some default jails need to use a different
filter in fail2ban 0.10.x (e.g. starting with debian buster) since the
old filter they were using is not shipped anymore.

3.3.0

Toggle 3.3.0's commit message
bump version to 3.3.0

A new defined type was added for actions. Also support for the 2.x
branch ends with this release.

2.0.3

Toggle 2.0.3's commit message
bump version to 2.0.3

Some fixes for older debian and redhat releases were sent in but not
released yet.

This marks the last release on the 2.x branch. Users can continue using
version 2.0.3 if they need it, but are strongly advised to upgrade to a
more recent version of puppet since 3.x has bee EOL for quite a while.

3.2.4

Toggle 3.2.4's commit message
bump version to 3.2.4

This is a regression fix from 3.2.3. I've introduced a syntax error in
my latest work from today.

3.2.3

Toggle 3.2.3's commit message
bump version to 3.2.3

This is a small release. It:

 * Adds a param to the main class and to some defines so that users can
   now set configuration file mode differently
 * Documents how to use this module to configure fail2ban with the nft
   backend -- it's time we started looking into nft instead of iptables!
 * Fix configuration files for jessie support by adding some things
   that'll make it look more like it's configured for a more recent
   version. Without those the jails were just not working at all.

3.2.2

Toggle 3.2.2's commit message
bump version to 3.2.2

This minor version brings back support for debian jessie, with puppet
client 4.x and fail2ban 0.8 : I need to support this case for some time,
still.

3.2.1

Toggle 3.2.1's commit message
bump version to 3.2.1 -- fixup release

There was a bug in fail2ban::config that would empty out three values in
jail.conf even though the parameters had a value defined.
0