This file is used to list changes made in each version of newrelic-ng.
- Use an apparently working key for testing
- Fix an issue with external
startup_mode
. See this issue
- Fix attribute types, sometimes String was used, even though Boolean or Integer types were valid
- Use
node['root_group']
attribute as default group attribute for php-agent daemon config file - Use system wide ruby (install it if necessary) when installing newrelic generic agents
- Remove nginx plugin agent support, as it has been moved to packages: See nr-plugin website
- Add "labels" option support for nrsysmond.cfg
- Add rubocop linting
- Use
NR_INSTALL_SILENT
when installing php-agent
- Add
hostname
attribute to nrsysmond - Add
high_security
attribute to php-agent
- Change binary name to newrelic-plugin-agent (was newrelic_plugin_agent)
- Upgrade newrelic-plugin-agent by default, in case an older version is installed
- Add support for php-agent, thanks to Jeff Byrnes!
- Add workaround for newrelic_generic_agent, was not starting up properly, due to bug in their status command
- Install plugin-agent dependencies automatically
- KILL plugin-agent if TERM is not enough (after 10s)
- Fix default recipe
- Several small bugfixes
- Adds support for generic newrelic agents (e.g. newrelic_nginx_agent, newrelic_sidekiq_agent)
- Uses shared node['newrelic-ng']['license_key'] variable for all services
- Fix a problem with newrelic-plugin-agent service not starting up properly
- Migrate hashes to ruby-1.9 codestyle
- Initial release of newrelic-ng