This repository is currently being migrated. It's locked while the migration is in progress.
forked from fsalum/puppet-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
91 lines (55 loc) · 2.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
## fsalum-newrelic changelog
Release notes for the fsalum-newrelic module.
------------------------------------------
#### 4.2.0 - 2016-04-05
* Fixed Travis build for older versions of ruby
* Style and Syntax updates
* PR #52 - Added support for dotnet application name and iis reset (@jamesweakley)
* PR #41 - Added support for overiding the hostname in nrsysmond.cfg (@scottley)
#### 4.1.1 - 2015-06-16
* This closes #38 - Minimum puppetlabs-apt version required 2.0.0
#### 4.1.0 - 2015-06-15
* PR #37 - Adding support for Windows server agent and .Net agents (@malaikah)
* PR #36 - Added support for labels parameter (@Vincent--)
* PR #33 - Cater for puppetlabs apt 2.0.1 refactoring (@brentclark)
#### 4.0.4 - 2015-01-27
* PR #24 - Add "newrelic.webtransaction.name.files" parameter (@Terr)
* https://tickets.puppetlabs.com/browse/MODULES-1463 - Fix indentation
#### 4.0.3 - 2014-11-25
* PR #23 - Use the facter value of $::path for newrelic php install (@everestx)
#### 4.0.2 - 2014-10-25
Updated LICENSE, added metadata.json and travis puppet validation
* PR #20 - Fixed PHP deprecated notice (@blaind)
#### 4.0.1 - 2014-08-13
* Added warning for deprecated classes `newrelic::server` and `newrelic::php`
* PR #16 - Added missing newrelic.capture_params to newrelic.ini.erb (@brentclark)
* PR #17 - change 'newrelic::server' to be a class (@3flex)
* PR #18 - tweak apt::source declaration (@3flex)
* PR #19 - Remove unneeded exec (@3flex)
#### 4.0.0 - 2014-06-29
* Refactored the module, test before pushing to production
* Added/Removed/Renamed/Changed parameters
* Updated template for new settings for newrelic.ini, newrelic.cfg and nrsysmond.cfg
* Closed PR #7 - Ensure log directory is created
* Closed PR #13 - Fix PHP conf dir for Ubuntu 14.04
#### 3.0.5 - 2014-06-05
* Add 'newrelic_daemon_cfgfile_ensure' parameter (@nbeernink)
* Add 'newrelic_service_enable' parameter (@pataquets)
#### 3.0.4 - 2014-03-07
* New parameter newrelic.ignored_params added (@pataquets)
#### 3.0.3 - 2013-06-06
* Fix Puppet 3.2.1 deprecation warnings
* Update CHANGELOG format
------------------------------------------
#### 3.0.2 - 2013-02-04
* Adding newrelic php agent port on newrelic.ini
------------------------------------------
#### 3.0.1 - 2012-12-06
* Adding some ordering in the installation
------------------------------------------
#### 3.0.0 - 2012-11-30
* Split the Server Monitoring and PHP agent in their own classes
* Compliance with the New Relic PHP Agent 3.0 changes
------------------------------------------
#### 0.0.1 - 2012-10-10
* Initial Forge release