Skip to content

Commit

Permalink
Add a changelog. Relase v3 (#122)
Browse files Browse the repository at this point in the history
* Add a changelog. 

* Update licence strings

* Update CHANGELOG
  • Loading branch information
damacus authored Mar 12, 2018
1 parent 663adaa commit f5836f5
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 40 deletions.
71 changes: 44 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,76 @@
openvpn Cookbook CHANGELOG
==========================
This file is used to list changes made in each version of the openvpn cookbook.

# openvpn Cookbook CHANGELOG

v2.1.0
------
Updating to use cookbook yum ~> 3.0
Fixing up style issues
Updating testing bits
This file is used to list changes made in each version of the openvpn cookbook.

## v3.0.0

- [Chef-13 compatibility](https://github.com/sous-chefs/openvpn/issues/102)
- [Use local delivery for testing](https://github.com/sous-chefs/openvpn/issues/83)
- [Fix file existence check](https://github.com/sous-chefs/openvpn/pull/112)
- [Fix port attribute in Rakefile](https://github.com/sous-chefs/openvpn/pull/107)
- [Archlinux openvpn-git support](https://github.com/sous-chefs/openvpn/issues/97)
- [Lazy evaluation for key generation](https://github.com/sous-chefs/openvpn/issues/100)
- [User configuration template can now be set to a user defined template](https://github.com/sous-chefs/openvpn/pull/95)
- [Allow Override of global push settings](https://github.com/sous-chefs/openvpn/pull/94)
- [Fix Debian 8 service](https://github.com/sous-chefs/openvpn/pull/92)
- [Fix Fedora service](https://github.com/sous-chefs/openvpn/pull/91)
- [EasyRSA recipe added](https://github.com/sous-chefs/openvpn/issues/90)
- [Added ability to name configuration import file](https://github.com/sous-chefs/openvpn/pull/86)
- [Generate CRL](https://github.com/sous-chefs/openvpn/pull/82)
- [Don't set username in configuration template](https://github.com/sous-chefs/openvpn/issues/75)
- [Enable 'up' script in server config](https://github.com/sous-chefs/openvpn/pull/74)
- [Fix OpenVPN startup on Centos-7](https://github.com/sous-chefs/openvpn/issues/73)
- [Enable Message digest configuration](https://github.com/sous-chefs/openvpn/pull/69)
- [Install bridge utils when using server-bridge](https://github.com/sous-chefs/openvpn/issues/59)
- [Add a method to configure and enable `ip_forwarding`](https://github.com/sous-chefs/openvpn/issues/60)

## v2.1.0

Updating to use cookbook yum ~> 3.0 Fixing up style issues Updating testing bits

## v2.0.4

v2.0.4
------
fixing metadata version error. locking to 3.0

## v2.0.2

v2.0.2
------
Locking yum dependency to '< 3'

## v2.0.0

v2.0.0
------
- [COOK-3691] Creating and using a openvpn_conf LWRP

## v1.1.4

v1.1.4
------
### Bug

- **[COOK-3317](https://tickets.chef.io/browse/COOK-3317)** - Fix and make `server.up.sh` useful and customizable

### New Feature

- **[COOK-3315](https://tickets.chef.io/browse/COOK-3315)** - Remove hardcoded variables in configuration file

## v1.1.2

v1.1.2
------
### Improvement

- **[COOK-2820](https://tickets.chef.io/browse/COOK-2820)** - Update metadata.rb for all attributes and recipes

v1.1.0
------
## v1.1.0

- [COOK-1231] - dont use up script if security isnt >1
- [COOK-2513] Changed user and group to attributes

v1.0.2
------
## v1.0.2

- [COOK-2288] - make attribute assignment in openvpn::default compatible w/ Chef 11

v1.0.0
------
## v1.0.0

- [COOK-1171] - use proper key size
- [COOK-1231] - add script_security attribute

v0.99.2
-------
## v0.99.2

- [COOK-564] - fix users recipe search, add port attribute
- [COOK-621] - rename attribute "push" to "routes" - see below.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ Replace `CLIENT_NAME` and `vpn.example.com` with your desired values. The rake t
- Author:: Joshua Timberman (<[email protected]>)

```text
Copyright:: 2009-2016, Chef Software, Inc
Copyright:: 2014-2016, Xhost Australia
Copyright:: 2009-2018, Chef Software, Inc
Copyright:: 2018-2018, Xhost Australia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Attributes:: openvpn
#
# Copyright:: 2009-2013, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: default
#
# Copyright:: 2014, Xhost Australia
# Copyright:: 2014-2018, Xhost Australia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: default
#
# Copyright:: 2009-2017, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/easy_rsa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: easy_rsa
#
# Copyright:: 2016, Xhost Australia
# Copyright:: 2016-2018, Xhost Australia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/enable_ip_forwarding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: enable_ip_forwarding
#
# Copyright:: 2009-2017, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: install
#
# Copyright:: 2014, Xhost Australia
# Copyright:: 2014-2018, Xhost Australia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/install_bridge_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: install_bridge_utils
#
# Copyright:: 2009-2017, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: server
#
# Copyright:: 2009-2017, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: service
#
# Copyright:: 2009-2017, Chef Software, Inc.
# Copyright:: 2009-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion recipes/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Recipe:: users
#
# Copyright:: 2010-2017, Chef Software, Inc.
# Copyright:: 2010-2018, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion resources/conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: openvpn
# Resource:: conf
#
# Copyright:: 2013, Tacit Knowledge, Inc.
# Copyright:: 2013-2018, Tacit Knowledge, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit f5836f5

Please sign in to comment.