Skip to content

Commit ad43b39

Browse files
committed
release 8.0.0
1 parent 1255aec commit ad43b39

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v8.0.0](https://github.com/voxpupuli/puppet-openvpn/tree/v8.0.0) (2019-01-29)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-openvpn/compare/v7.4.0...v8.0.0)
10+
11+
**Breaking changes:**
12+
13+
- modulesync 2.5.1 and drop Puppet 4 support [\#325](https://github.com/voxpupuli/puppet-openvpn/pull/325) ([bastelfreak](https://github.com/bastelfreak))
14+
- Data in Modules, Modern facts & Cleanup [\#305](https://github.com/voxpupuli/puppet-openvpn/pull/305) ([jkroepke](https://github.com/jkroepke))
15+
16+
**Implemented enhancements:**
17+
18+
- Timeout when generating Diffie-Hellman parameters on a low-performance CPU [\#316](https://github.com/voxpupuli/puppet-openvpn/issues/316)
19+
- Implement Ubuntu 18.04 support [\#306](https://github.com/voxpupuli/puppet-openvpn/issues/306)
20+
- Should be an option to install openvpn from http://swupdate.openvpn.net/ repo [\#218](https://github.com/voxpupuli/puppet-openvpn/issues/218)
21+
- Set DH timeout to accommodate low performance CPU [\#317](https://github.com/voxpupuli/puppet-openvpn/pull/317) ([dspinellis](https://github.com/dspinellis))
22+
23+
**Fixed bugs:**
24+
25+
- crl auto renewal broken with easyrsa 3.0 [\#318](https://github.com/voxpupuli/puppet-openvpn/issues/318)
26+
- consider the easyrsa version to trigger the renew crl command [\#321](https://github.com/voxpupuli/puppet-openvpn/pull/321) ([Dan33l](https://github.com/Dan33l))
27+
28+
**Closed issues:**
29+
30+
- New release ? [\#323](https://github.com/voxpupuli/puppet-openvpn/issues/323)
31+
- Non-executable easy-rsa files cause module to fail [\#313](https://github.com/voxpupuli/puppet-openvpn/issues/313)
32+
- Do not fail fatal if OS is unsupported. [\#304](https://github.com/voxpupuli/puppet-openvpn/issues/304)
33+
- Failures after upgrade [\#303](https://github.com/voxpupuli/puppet-openvpn/issues/303)
34+
- OpenVPN is now generating blank/empty user certificates [\#225](https://github.com/voxpupuli/puppet-openvpn/issues/225)
35+
36+
**Merged pull requests:**
37+
38+
- updated documentation to conform with REFERENCE.md standard for forge [\#311](https://github.com/voxpupuli/puppet-openvpn/pull/311) ([danquack](https://github.com/danquack))
39+
- add acceptance tests with real vpn client/server setup [\#310](https://github.com/voxpupuli/puppet-openvpn/pull/310) ([Dan33l](https://github.com/Dan33l))
40+
- modulesync 2.2.0 and allow puppet 6.x [\#299](https://github.com/voxpupuli/puppet-openvpn/pull/299) ([bastelfreak](https://github.com/bastelfreak))
41+
742
## [v7.4.0](https://github.com/voxpupuli/puppet-openvpn/tree/v7.4.0) (2018-10-16)
843

944
[Full Changelog](https://github.com/voxpupuli/puppet-openvpn/compare/v7.3.0...v7.4.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-openvpn",
3-
"version": "7.4.1-rc0",
3+
"version": "8.0.0",
44
"author": "Vox Pupuli",
55
"summary": "OpenVPN server puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)