Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 5.0.0 #218

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,32 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v4.2.0](https://github.com/voxpupuli/puppet-fail2ban/tree/v4.2.0) (2022-11-06)
## [v5.0.0](https://github.com/voxpupuli/puppet-fail2ban/tree/v5.0.0) (2024-09-16)

[Full Changelog](https://github.com/voxpupuli/puppet-fail2ban/compare/v4.2.0...v5.0.0)

**Breaking changes:**

- Move description of parameters from README to puppet-strings. [\#219](https://github.com/voxpupuli/puppet-fail2ban/pull/219) ([Dan33l](https://github.com/Dan33l))
- Drop CentOS 8 support [\#217](https://github.com/voxpupuli/puppet-fail2ban/pull/217) ([Dan33l](https://github.com/Dan33l))
- remove support for debian 10 [\#208](https://github.com/voxpupuli/puppet-fail2ban/pull/208) ([TheMeier](https://github.com/TheMeier))
- Drop Puppet 6 support [\#194](https://github.com/voxpupuli/puppet-fail2ban/pull/194) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add support for Ubuntu 24.04 \(noble\) [\#215](https://github.com/voxpupuli/puppet-fail2ban/pull/215) ([amateo](https://github.com/amateo))
- Add tasks to ban/unban IP addresses in jails [\#209](https://github.com/voxpupuli/puppet-fail2ban/pull/209) ([smortex](https://github.com/smortex))
- bump puppet extlib version \< 8.0.0 [\#202](https://github.com/voxpupuli/puppet-fail2ban/pull/202) ([sandwitch](https://github.com/sandwitch))
- Add Puppet 8 support [\#198](https://github.com/voxpupuli/puppet-fail2ban/pull/198) ([bastelfreak](https://github.com/bastelfreak))
- Add support for Debian 12 [\#197](https://github.com/voxpupuli/puppet-fail2ban/pull/197) ([cFire](https://github.com/cFire))
- Allow puppetlabs-stdlib 9.x [\#196](https://github.com/voxpupuli/puppet-fail2ban/pull/196) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Use actual Debian 11 configuration [\#191](https://github.com/voxpupuli/puppet-fail2ban/pull/191) ([smortex](https://github.com/smortex))
- `logpath` is not required when `journalmatch` in provided [\#190](https://github.com/voxpupuli/puppet-fail2ban/pull/190) ([smortex](https://github.com/smortex))

## [v4.2.0](https://github.com/voxpupuli/puppet-fail2ban/tree/v4.2.0) (2022-11-10)

[Full Changelog](https://github.com/voxpupuli/puppet-fail2ban/compare/v4.1.0...v4.2.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04
"name": "puppet-fail2ban",
"version": "4.2.1-rc0",
"version": "5.0.0",
"author": "Vox Pupuli",
"summary": "This module installs, configures and manages the Fail2ban service.",
"license": "Apache-2.0",
Expand Down