Skip to content

Commit 108ea67

Browse files
authored
Merge pull request #480 from Valantin/release-11.0.0
Release 11.0.0
2 parents 0ca373f + 04c5134 commit 108ea67

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ 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+
## [v11.0.0](https://github.com/voxpupuli/puppet-openvpn/tree/v11.0.0) (2025-05-08)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-openvpn/compare/v10.3.0...v11.0.0)
10+
11+
Allow puppetlabs/concat version 9.x [\#479](https://github.com/voxpupuli/puppet-openvpn/issues/479)
12+
Add Puppet 8 support [\#478](https://github.com/voxpupuli/puppet-openvpn/issues/478)
13+
Allow puppetlabs/stdlib version 9.x [\#477](https://github.com/voxpupuli/puppet-openvpn/issues/477)
14+
15+
**Breaking changes:**
16+
17+
- Drop Ubuntu 20.04 support [\#475](https://github.com/voxpupuli/puppet-openvpn/pull/475) ([Valantin](https://github.com/Valantin))
18+
- Fix archlinux support [\#471](https://github.com/voxpupuli/puppet-openvpn/pull/471) ([Valantin](https://github.com/Valantin))
19+
- Move to EasyRSA 3 [\#470](https://github.com/voxpupuli/puppet-openvpn/pull/470) ([Valantin](https://github.com/Valantin))
20+
- Drop unsupported RedHat family OS [\#467](https://github.com/voxpupuli/puppet-openvpn/pull/467) ([Valantin](https://github.com/Valantin))
21+
- Drop CentOS and Redhat 7 support [\#456](https://github.com/voxpupuli/puppet-openvpn/pull/456) ([zilchms](https://github.com/zilchms))
22+
- Drop Debian 9 and 10 support [\#455](https://github.com/voxpupuli/puppet-openvpn/pull/455) ([zilchms](https://github.com/zilchms))
23+
- Drop Ubuntu 18.04 support [\#454](https://github.com/voxpupuli/puppet-openvpn/pull/454) ([zilchms](https://github.com/zilchms))
24+
- Drop Puppet 6 support [\#443](https://github.com/voxpupuli/puppet-openvpn/pull/443) ([bastelfreak](https://github.com/bastelfreak))
25+
26+
**Implemented enhancements:**
27+
28+
- Add freebsd release [\#472](https://github.com/voxpupuli/puppet-openvpn/pull/472) ([Valantin](https://github.com/Valantin))
29+
- Add Ubuntu 24.04 support [\#469](https://github.com/voxpupuli/puppet-openvpn/pull/469) ([Valantin](https://github.com/Valantin))
30+
- Add Debian 12 support [\#468](https://github.com/voxpupuli/puppet-openvpn/pull/468) ([Valantin](https://github.com/Valantin))
31+
- Add RedHat 9 family OS [\#466](https://github.com/voxpupuli/puppet-openvpn/pull/466) ([Valantin](https://github.com/Valantin))
32+
- Add OpenVox to metadata.json [\#464](https://github.com/voxpupuli/puppet-openvpn/pull/464) ([jstraw](https://github.com/jstraw))
33+
- Add `route_ipv6` client specific config support [\#451](https://github.com/voxpupuli/puppet-openvpn/pull/451) ([antondollmaier](https://github.com/antondollmaier))
34+
735
## [v10.3.0](https://github.com/voxpupuli/puppet-openvpn/tree/v10.3.0) (2022-08-24)
836

937
[Full Changelog](https://github.com/voxpupuli/puppet-openvpn/compare/v10.2.1...v10.3.0)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-openvpn",
3-
"version": "10.3.1-rc0",
3+
"version": "11.0.0",
44
"author": "Vox Pupuli",
55
"summary": "OpenVPN server puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)