Skip to content

Releases: voxpupuli/puppet-openvpn

v12.0.0

19 Feb 21:58
357fdbc

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Drop puppet, update openvox minimum version to 8.19 by @TheMeier in #488
  • Validate use of EC/ED curves by @yakatz in #497
  • Require puppetlabs-stdlib >= 9.0.0 by @bwitt in #494

New Features 🎉

Bug Fixes 🐛

  • Fix missing package in archlinux acceptance tests by @yakatz in #496
  • Fix requires for crl_auto_renew by @bwitt in #495
  • Ensure EasyRSA certificates can be properly revoked by @yakatz in #500

New Contributors

Full Changelog: v11.0.1...v12.0.0

v11.0.1

10 Jun 14:43
v11.0.1
7a0fbcb

Choose a tag to compare

What's Changed

Bug Fixes 🐛

New Contributors

Full Changelog: v11.0.0...v11.0.1

v11.0.0

08 May 08:06
v11.0.0
108ea67

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

New Contributors

Full Changelog: v10.3.0...v11.0.0

2.5.0

16 Jun 13:38

Choose a tag to compare

  • 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)

2.4.0

17 May 10:52

Choose a tag to compare

2.4.0

Bugfixes

  • Fix Ubuntu Trusty support (#64)

New Features

  • Basic support to hand out IPv6 addresses (#66)
  • Ability to specify the common name of a server (#65)
  • Options for KEY_EXPIRE, CA_EXPIRE, KEY_NAME, KEY_OU, KEY_CN easy-rsa vars. (#58, #70)
  • Options for cipher, verb, persist-key, persist-tun server directives. (#58, #70)