Skip to content

Commit

Permalink
Merge pull request #4 from claranet/russ/update_maintainer
Browse files Browse the repository at this point in the history
Prep ready for the initial release
  • Loading branch information
russwhelan authored Aug 8, 2017
2 parents 589eb85 + bb7faa9 commit c7e914e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 105 deletions.
95 changes: 4 additions & 91 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,95 +1,8 @@
## fsalum-newrelic changelog
## claranet/puppet-newrelic changelog

Release notes for the fsalum-newrelic module.
Release notes for the claranet/puppet-newrelic module.

------------------------------------------
#### 4.3.0
#### 1.0.0

* PR #44 Fixing apt::key deprecation warnings and correcting template scope (@craigwatson)
* PR #62 Add support for enable/disable php service (@flyinbutrs)

#### 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
* Inital Forge Release
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Newrelic Module for Puppet
==========================
[![Build Status](https://secure.travis-ci.org/claranet/puppet-newrelic.png)](http://travis-ci.org/claranet/puppet-newrelic)

This module manages and installs the New Relic Server Monitoring and PHP agents.
This module manages and installs the New Relic Server Monitoring and PHP agents and is based on Felipe Salum's [puppet-newrelic](https://github.com/fsalum/puppet-newrelic) module. The
code has been heavly refactored and support for Puppet 4 and 5 added.

Supported systems: Debian and RHEL osfamily Linux.

Expand All @@ -16,11 +17,6 @@ Windows support added/tested/supported by [malaikah](https://github.com/malaikah
IMPORTANT
---------

Module version 4.x was refactored. A lot of parameters were added, removed, renamed or changed.

Module version 4.0.1 is moving away from defined classes, deprecation warnings were added.
Using the new classes is backwards compatible.

Review all the parameters you use before deploying this module in production.

Quick Start
Expand Down Expand Up @@ -74,8 +70,7 @@ Copyright and License
---------------------

Copyright (C) 2014 Felipe Salum

Felipe Salum can be contacted at: [email protected]
Copyright (C) 2017 Claranet

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "fsalum-newrelic",
"version": "4.3.0",
"source": "git://github.com/fsalum/puppet-newrelic.git",
"author": "Felipe Salum",
"name": "claranet-newrelic",
"version": "1.0.0",
"source": "git://github.com/claranet/puppet-newrelic.git",
"author": "Claranet",
"license": "Apache-2.0",
"summary": "Puppet module for NewRelic",
"description": "Module to install and configure New Relic server monitoring and New Relic PHP Agent",
"project_page": "https://github.com/fsalum/puppet-newrelic",
"issues_url": "https://github.com/fsalum/puppet-newrelic/issues",
"project_page": "https://github.com/claranet/puppet-newrelic",
"issues_url": "https://github.com/claranet/puppet-newrelic/issues",
"tags": ["newrelic", "monitoring", "metrics"],
"operatingsystem_support": [
{
Expand Down

0 comments on commit c7e914e

Please sign in to comment.