Skip to content

Commit

Permalink
4.1.1 - Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Watson committed Oct 12, 2017
1 parent 9e7a02b commit 9590e47
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,32 @@ Release notes for the claranet/puppet-varnish module.

------------------------------------------

## 4.1.1 - 2017-10-12
* Varnish 4+ requires passing multiple listen interfaces by specifying multiple `-a` flags, not a single comma-separated value.
* Various Puppet 3 fixes

## 4.1.0 - 2017-10-10
* New parameter: `varnish::instance_name` - allows setting Varnish's instance name - fixes [#44](https://github.com/claranet/puppet-varnish/issues/44)
* Parameter `listen` now accepts an array to set multiple listen interfaces - fixes [#33](https://github.com/claranet/puppet-varnish/issues/33)
* New parameter: `varnish::instance_name` - allows setting Varnish's instance name - fixes [#44](https://github.com/claranet/puppet-varnish/issues/44)
* Parameter `listen` now accepts an array to set multiple listen interfaces - fixes [#33](https://github.com/claranet/puppet-varnish/issues/33)

## 4.0.0 - 2017-10-04
* Major version increase after module move to Claranet GitHub org
* Adds Varnish 5 support (5.0, 5.1 and 5.2)
* Removes old repository and moves to Pacakgecloud
* Default Varnish version changed to 4.1 for all OS families
* Systemd service set up depending on Varnish/OS version
* Major version increase after module move to Claranet GitHub org
* Adds Varnish 5 support (5.0, 5.1 and 5.2)
* Removes old repository and moves to Pacakgecloud
* Default Varnish version changed to 4.1 for all OS families
* Systemd service set up depending on Varnish/OS version

## 3.0.0 - 2015-07-20
* Add support for Debian Wheezy + Jessie
* Fix Varnish vcl_reload command
* Add support for Debian Wheezy + Jessie
* Fix Varnish vcl_reload command

## 2.4.1 - 2015-06-25
* Relax puppetlabs-apt version dependency because of librarian issues
* Relax puppetlabs-apt version dependency because of librarian issues

## 2.4.0 - 2015-06-12
* Added support for Ubuntu 14.04
* Passing secret is now optional (but still supported)
* Added support for Ubuntu 14.04
* Passing secret is now optional (but still supported)

## 2.3.0 - 2015-04-13
* Added support for Ubuntu 12.04
* Improved tests for Varnish 4 on EL6
* Added support for Ubuntu 12.04
* Improved tests for Varnish 4 on EL6
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "claranet-varnish",
"version" : "4.1.0",
"version" : "4.1.1",
"source" : "https://github.com/claranet/puppet-varnish",
"author" : "Claranet",
"license" : "Apache-2.0",
Expand Down

0 comments on commit 9590e47

Please sign in to comment.