Releases: voxpupuli/puppet-openvpn
Releases · voxpupuli/puppet-openvpn
v11.0.0
What's Changed
Breaking Changes 🛠
- Drop Puppet 6 support by @bastelfreak in #443
- Drop CentOS and Redhat 7 support by @zilchms in #456
- Drop Ubuntu 18.04 support by @zilchms in #454
- Drop Debian 9 and 10 support by @zilchms in #455
- Drop unsupported RedHat family OS by @Valantin in #467
- Move to EasyRSA 3 by @Valantin in #470
- Fix archlinux support by @Valantin in #471
- Drop Ubuntu 20.04 support by @Valantin in #475
New Features 🎉
- Add RedHat 9 family OS by @Valantin in #466
- Add Debian 12 support by @Valantin in #468
- Add Ubuntu 24.04 support by @Valantin in #469
- Add freebsd release by @Valantin in #472
- Add OpenVox to metadata.json by @jstraw in #464
- Add
route_ipv6
client specific config support by @antondollmaier in #451
New Contributors
- @zilchms made their first contribution in #456
- @Valantin made their first contribution in #474
- @jstraw made their first contribution in #464
- @antondollmaier made their first contribution in #451
Full Changelog: v10.3.0...v11.0.0
2.5.0
- Do not include deprecated
concat::setup
anymore (#71) - Only warn about pam deprecation if it's used (#72)
- Ability to specify a
down
script (#75) - Support for
client-cert-not-required
in server config (#76) - Support for
auth-retry
in client config (#76) - Support for
setenv
in client config (#79) - Support for
setenv_safe
in client config (#79) - Support for
cipher
in client config (#80) - Support for
push route
in client specific config (#80)