Skip to content

Commit

Permalink
Merge pull request #110 from bastelfreak/rel410
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
bastelfreak authored Mar 24, 2024
2 parents dbf51b7 + 84eb601 commit ff2420e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.1.0](https://github.com/voxpupuli/puppet-wireguard/tree/v4.1.0) (2024-03-24)

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

**Implemented enhancements:**

- Adds "table" parameter to a wireguard interface stanza to be able to set it in the wg-quick/netdev configuration. [\#109](https://github.com/voxpupuli/puppet-wireguard/pull/109) ([JGodin-C2C](https://github.com/JGodin-C2C))
- puppetlabs/systemd: Allow 6.x [\#108](https://github.com/voxpupuli/puppet-wireguard/pull/108) ([zilchms](https://github.com/zilchms))
- Make default AllowedIPs= configureable [\#100](https://github.com/voxpupuli/puppet-wireguard/pull/100) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Firewall: Add missing sport for IPv6 with missing destination\_addresses [\#105](https://github.com/voxpupuli/puppet-wireguard/pull/105) ([bastelfreak](https://github.com/bastelfreak))
- Make src port for firwalling configureable\] [\#104](https://github.com/voxpupuli/puppet-wireguard/pull/104) ([bastelfreak](https://github.com/bastelfreak))
- nftables: Handle missing destination addresses [\#101](https://github.com/voxpupuli/puppet-wireguard/pull/101) ([bastelfreak](https://github.com/bastelfreak))

## [v4.0.1](https://github.com/voxpupuli/puppet-wireguard/tree/v4.0.1) (2023-12-29)

[Full Changelog](https://github.com/voxpupuli/puppet-wireguard/compare/v4.0.0...v4.0.1)
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": "puppet-wireguard",
"version": "4.0.2-rc0",
"version": "4.1.0",
"author": "Vox Pupuli",
"summary": "installs, configures, and manages wireguard",
"license": "AGPL-3.0",
Expand Down

0 comments on commit ff2420e

Please sign in to comment.