Releases: newrelic/infrastructure-agent
1.20.3
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
- Expanding infrastructure agent support for new OS versions:
- Ubuntu: 20.10 (groovy), 21.04 (Hirsute Hippo)
- Suse / SLES: 12.5, 15.1, 15.2, 15.3
- Oracle Linux: 7, 8
- Debian: 11(bullseye)
Changed
- Update docker alpine curl dependency #737
- Bump docker image to [email protected] and curl and ntpsec to latest #744
- Update log forwarder output plugin to v1.9.2 and fluent-bit v1.8.6 #742
Fixed
1.20.2
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Changed
- Bump nri-winservices to v0.3.0-beta (#706)
1.20.1
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Fixed
1.20.0
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Changed
- All environment variables defined in integration config files treated as uppercase. Also, variables printed in payload output log. (#676)
Added
- Brew formula file to publish the initial Beta of the infrastructure agent on Homebrew for macOS. See homebrew-core PR status and public documentation to learn more about requirements and limitations for macOS support.
Fixed
- Certain configuration settings printed as memory addresses instead of values, in example, enable_process_metrics (#647)
1.19.4
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Fixed
1.19.3
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Changed
Added
- Entity status API (#635)
- MacOS instrumentation beta. Docs not published yet.
- Log truncated or dropped events (#634).
Fixed
- Lazy loaded dimensional metrics harvester, to avoid memory consumption when no DM metrics are sent. (#648 )
1.19.2
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Changed
New Relic Internals
1.19.1
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Fixed
- 597 HTTP APIs regression introduced at v1.19.0 where
status_server_enabled
acted ashttp_server_enabled
and viceversa.
1.19.0
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
#589 Detailed log to help troubleshoot payloads sent to New Relic platform when pushing event samples (non dimensional metrics). This example shows how to enable trace-level logging.
#212 A temporal hostType value for boxes running in the cloud is defined until cloud identifier gets resolved.
#517 Readiness (.../ready
) endpoints for HTTP APIs. Both status and integration data ingest. These will return 200 once APIs are up and ready. Details at status docs.
Changed
#562 Log forwarder as package "recommended" dependency in linux systems.
- Supported distros have enabled "recommends" declared dependencies out of the box. So unless this was disabled installation should be transparent.
- In case your distro have disabled "recommends" dependencies you'll need to explicitly enable it via
apt-get -o APT::Install-Suggests="true" install newrelic-infra
.
1.18.2
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
- Windows service recovery settings (documentation).
Changed
- Added identity, command channel, logging and trace FedRamp endpoints.
- Curl version pump for container image.
Fixed
- #221 - Issue that prevented the service binary to exit when unexpected failures occur on the child process.