We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895461a commit 56a6dfdCopy full SHA for 56a6dfd
CHANGELOG.md
@@ -3,6 +3,11 @@ openvpn Cookbook CHANGELOG
3
This file is used to list changes made in each version of the openvpn cookbook.
4
5
6
+v2.0.0
7
+------
8
+- [COOK-3691] Creating and using a openvpn_conf LWRP
9
+
10
11
v1.1.4
12
------
13
### Bug
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures openvpn and includes rake tasks for managing certs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '1.1.5'
+version '2.0.0'
recipe 'openvpn', 'Installs and configures openvpn'
recipe 'openvpn::users', 'Sets up openvpn cert/configs for users data bag items'
0 commit comments