Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Releases: newrelic/newrelic-java-agent-ansible-role

Version 1.0.0 (Stable)

27 May 00:13
18cf4ca
Compare
Choose a tag to compare

First stable release of this role. New functionality includes:

  • Automated testing for additional web servers (Jetty and Wildfly)
  • Testing capability to ensure that the agent is attempting to send data to New Relic after running the role

Version 0.4.1

21 May 17:34
e59ba4a
Compare
Choose a tag to compare

This release adds support for specifying your collector endpoint.

Version 0.4.0

19 May 17:21
9299af1
Compare
Choose a tag to compare

This release includes:

  • Custom instrumentation ability for the Java agent using XML files
  • Minor corrections to example playbooks
  • Miscellaneous fixes to permissions and updates to use recommended Java startup options
  • Additional molecule test cases with integration to Github actions

Version 0.3.0

21 Apr 20:57
77fa8c6
Compare
Choose a tag to compare

This release includes preliminary molecule tests and improvements to syntax and idempotence to comply with Ansible best practices.

Version 0.2.0

14 Apr 18:51
910ce57
Compare
Choose a tag to compare

Note: This is a Beta Release

New application server support

Added Jetty and Wildfly (JBoss) support.

Configuration ability of Java agent through role

All configuration options found in the default newrelic.yml file have been exposed within the role. For other configuration variables, added the option to provide a newrelic.yml file directly.

Configuration file backup & restore

If a prior configuration file exists, then it will now be backed up instead of overwritten. Role also now includes the ability (and example playbooks) to restore existing backups of configuration files.

Support for locally downloaded New Relic Java agent

Added support to provide a locally hosted zip file of the New Relic Java agent if desired, instead of downloading from the New Relic website.