Task updates
- Added new task to check if the user executing the CLI has root permissions. (#195)
- Updated Infra/Log/Collectto include relevant environment variables and default log locations. (#195)
- Updated Infra/Agent/Debugto make log collection more reliable and to allow log collection to be interrupted gracefully. (#195)
- Fixed an issue with Base/Log/Copythat resulted in a blank entry being added to the list of logs to copy. (#195)
- Fixed the Success summary message for Dotnet/Config/Agent. (#196)
- Added Ruby agent environment variables NEW_RELIC_LOG_FILE_PATHandNEW_RELIC_LOG_FILE_NAMEto the list of environment variables to check when collecting logs. (#196)
- Updated Base/Collector/ConnectUSandBase/Collector/ConnectEUto use new endpoints, https://collector.newrelic.com/status/mongrel for the US and https://collector.eu.newrelic.com/status/mongrel for the EU. (#197)
- Removed Base/Collector/ConnectTLS. This task was redundant forBase/Collector/ConnectUSandBase/Collector/ConnectEU. (#197)
Fixes
- Updated go module dependencies. (#194)