This file is used to list changes made in each version of the nrinfragent
Ansible role.
IMPROVEMENTS:
- Add support for Windows
IMPROVEMENTS:
- Add support for installing the agent in different linux architecture from the
tarballs. For this purppose a new attribute was added
nrinfragent_tarball_version
.
IMPROVEMENTS:
- Add support for installing individual integrations. The role
switches from the deprecated
newrelic-infra-integrations
package (which only included 5 integrations), to thenri-*
individual integration packages. Thenrinfraintegrations_state
variable was removed, a newnrinfragent_integrations
variable was added for specifying individual integrations.
BUG FIXES:
- Fix issue with Amazon Linux 2 install
IMPROVEMENTS:
- Update README with better instructions for usage with Ansible Galaxy
- Installs the on-host integrations package for the Infrastructure agent
- Adds support for SUSE Linux Enterprise
- Adds support for Ubuntu Bionic
- Adds support for RHEL 5
- Fix error when specifying version number for the agent with
nrinfragent_version
, it only worked withnrinfragent_version: "*"
andnrinfragent_state: "latest"
BUG FIXES:
- Set default for license key
IMPROVEMENTS:
- Replace Test Kitchen with Molecule
BUG FIXES:
- Fix Yum repository version for Amazon Linux
BUG FIXES:
- Fix Yum repository URL for Amazon Linux
IMPROVEMENTS:
- SUSE Linux support
IMPROVEMENTS:
- Add
nrinfragent_config
to allow all available configuration options - Move contents of agent.yml to main.yml
IMPROVEMENTS:
- Initial tagged release.