Releases: newrelic/infrastructure-agent-ansible
Releases · newrelic/infrastructure-agent-ansible
0.10.0
IMPROVEMENTS:
- Split apart main.yml tasks file into multiple files.
- Added tags and support for running tasks individually.
- Updated default molecule scenario and added configure and targz scenarios.
- Added additional variables for customizing tarball install.
- Added nrinfragent_config_file variable for customizing agent configuration path.
- Added support for ansible vault
BUG FIXES:
- Prevent errors on update
Release Version 0.9.0
BREAKING CHANGES:
- Minimal required version of ansible 2.5+
IMPROVEMENTS:
- Add support for Lock Timeout for yum (Ansible 2.8+)
- Allow user to set proxy
- Allow user to not log config values
BUG FIXES:
- Fix make cache not running on Amazon Linux
- Prevent errors on tarball install when using default values
- Ensure that log directory exists to prevent errors
- Fix installation for Windows Host
Version 0.8.2
Merge pull request #72 from ripclawffb:windows_support
Add Windows support
Version 0.8.1
Merge pull request #70 from newrelic/cciutea_fix Fix duplicate license_key and save agent config when installed from tar package
Version 0.8.0
- Install from tarball support
Version 0.7.0
- Breaking change: Move from
newrelic-infra-integrations
package to individualnri-*
packages
Version 0.6.2
Add variables to decide which state you want newrelic-infra agent to be after installation.
0.6.1
update changelog
0.6.0: Support for RHEL 5 and Bionic fixes (#56)
Add Ubuntu 18 and CentOS 5 Support