Skip to content

Commit fc67fa8

Browse files
author
Craig Watson
committed
Preparing for 2.2.0
1 parent edc64d5 commit fc67fa8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Release notes for the claranet/puppet-newrelic module.
44

55
------------------------------------------
66

7+
## 2.2.0 - 2018-03-20
8+
* PHP Agent: Removed `purge_files` parameter and introduced a `run_installer` parameter (`true` on Debian only) to fix a duplicate files bug - [#16](https://github.com/claranet/puppet-newrelic/pull/16)
9+
* Main class: Added `contain` statements to fix ordering of resources - [#17](https://github.com/claranet/puppet-newrelic/pull/17)
10+
711
## 2.1.0 - 2017-11-22
812
* PHP Agent: Fixed a bug where the `newrelic-daemon` service would flap if the start-up mode was set to `agent` - [#13](https://github.com/claranet/puppet-newrelic/issues/13)
913
* PHP Agent: New parameter: `default_daemon_settings` for external start-up mode - [#12](https://github.com/claranet/puppet-newrelic/pull/12)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claranet-newrelic",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"source": "git://github.com/claranet/puppet-newrelic.git",
55
"author": "Claranet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)