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. As of this release, the oldest supported version is Infrastructure agent 1.63.0.
Added
feat:NewRelic Infrastructure Agent Least Privileged Service Account Support on Windows (#2152)
This release introduces comprehensive support for running the Infrastructure agent under least-privileged service accounts on Windows:
Upgrade preserves service account: On upgrade, the installer now detects and preserves the existing service logon account (for example, a custom domain or gMSA account) instead of resetting it to LocalSystem. Permissions on the app data directory are automatically re-granted to the preserved account.
Fresh install uses
LocalSystemby default: New installations continue to register the service underLocalSystem. Useset-service-account.ps1(new companion script) post-install to switch to a least privileged account. Supports local accounts, standard domain accounts and Group Managed Service Accounts (gMSA). Also supports the credentials stored in Windows Credential Manager.Rollback safety: A marker file is written before service creation so the MSI rollback action only removes services created by the current run — it won't delete a pre-existing service during a failed upgrade.
Debug logging: Installation now writes a timestamped debug log (
newrelic_installer_debug.log) making troubleshooting easier.Impact: No breaking changes for existing installations using the default SYSTEM account. The new parameters are fully optional.
Changed
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. As of this release, the oldest supported version is Infrastructure agent 1.63.0.
Security
- Updated
google.golang.org/grpcto v1.79.3 to address CVE-2026-33186. - Updated Go to v1.25.8 to address CVE-2026-25679 and CVE-2026-27142.
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. As of this release, the oldest supported version is Infrastructure agent 1.63.0.
Security
- Address CVE-2026-22184
에이전트의 새 버전이 출시되었습니다. 인프라 에이전트를 업데이트 하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 그리고 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스를 기준으로 지원되는 가장 오래된 버전은 인프라 에이전트 1.63.0 입니다.
변경됨
에이전트의 새로운 버전이 출시되었습니다. 인프라 에이전트를 업데이트 하려면 표준 절차를 따르세요. 뉴렐릭은 에이전트를 정기적으로, 그리고 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스를 기준으로 지원되는 가장 오래된 버전은 인프라 에이전트 1.58.1 입니다.
변경됨
- #2192에서 Windows용 fluent-bit 버전을 4.2.2로 업데이트했습니다.
에이전트의 새로운 버전이 출시되었습니다. 인프라 에이전트를 업데이트 하려면 표준 절차를 따르세요. 뉴렐릭은 에이전트를 정기적으로, 그리고 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스를 기준으로 지원되는 가장 오래된 버전은 인프라 에이전트 1.58.1 입니다.
변경됨
- Fluent Bit 플러그인을 버전 3.4.0으로 업데이트했습니다. RHEL 8.4용
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. As of this release, the oldest supported version is Infrastructure agent 1.58.1.
Changed
- Updated the Go version to 1.25.7
Security
- Addresses vulnerabilities