에이전트의 새 버전이 릴리스되었습니다. 인프라 에이전트를 업데이트하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스부터 지원되는 가장 오래된 버전은 인프라 에이전트 1.64.0입니다.
변경됨
- CVE-2026-29181 #2235문제를 해결하기 위해 종속성
newrelic/nri-flex을(를) v1.18.2로 업데이트했습니다.
에이전트의 새 버전이 릴리스되었습니다. 인프라 에이전트를 업데이트하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스부터 지원되는 가장 오래된 버전은 인프라 에이전트 1.64.0입니다.
버그 수정
- 보안 수정(Windows): EDR 경고를 유발하거나 설치를 차단할 수 있는 따옴표 없는 검색 경로 취약점(BinaryPathName)을 해결했습니다. 버전 1.73.x 또는 1.74.x를 사용하는 모든 Windows 사용자에게 권장됩니다. #2230
에이전트의 새 버전이 릴리스되었습니다. 인프라 에이전트를 업데이트하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스부터 지원되는 가장 오래된 버전은 인프라 에이전트 1.64.0입니다.
변경됨
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.
Changed
에이전트의 새 버전이 릴리스되었습니다. 인프라 에이전트를 업데이트하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스부터 지원되는 가장 오래된 버전은 인프라 에이전트 1.64.0입니다.
변경됨
- nri-docker 의존성/종속성을 2.6.10으로 업데이트했습니다, #2220에서 nri-flex 종속성을 v1.17.7로, docker 종속성을 v29로 업데이트
- #2202에서 Windows용 인프라 에이전트의 도커 이미지를 빌드했습니다.
- #2213에서 Windows 이미지 릴리스 워크플로우 업데이트
보안
- CVE-2026-34040을 해결합니다.
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.