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을 해결합니다.
에이전트의 새 버전이 출시되었습니다. 인프라 에이전트를 업데이트 하려면 표준 절차를 따르십시오. 뉴렐릭은 에이전트를 정기적으로, 그리고 최소 3개월마다 업그레이드할 것을 권장합니다. 이번 릴리스를 기준으로 지원되는 가장 오래된 버전은 인프라 에이전트 1.63.0 입니다.
추가됨
특징: Windows에서 NewRelic 인프라 에이전트 최소 권한 서비스 계정 지원 (#2152)
이번 릴리스에서는 Windows에서 최소 권한 서비스 계정으로 인프라 에이전트를 실행하기 위한 포괄적인 지원이 도입되었습니다.
업그레이드 시 서비스 계정 유지: 업그레이드 시, 인스톨러는 기존 서비스 로그온 계정(예: 사용자 지정 도메인 또는 gMSA 계정)을 감지하고 유지하며, LocalSystem으로 재설정하지 않습니다. 앱 데이터 디렉터리에 대한 권한은 보존된 계정에 자동으로 다시 부여됩니다.
새로 설치하면 기본적으로
LocalSystem사용합니다. 새 설치는 계속해서LocalSystem아래에 서비스를 등록합니다. 설치 후set-service-account.ps1(새로운 보조 스크립트)를 사용하여 최소 권한 계정으로 전환하십시오. 로컬 계정, 표준 도메인 계정 및 그룹 관리 서비스 계정(gMSA)을 지원합니다. 또한 Windows 자격 증명 관리자에 저장된 자격 증명도 지원합니다.롤백 안전성: 서비스 생성 전에 마커 파일이 작성되므로 MSI 롤백 작업은 현재 실행에서 생성된 서비스만 제거하고 업그레이드 실패 중에 기존 서비스를 삭제하지 않습니다.
디버그 로깅: 설치는 이제 타임스탬프 디버그 로그(
newrelic_installer_debug.log)를 작성하여 문제 해결, 해결을 더 쉽게 만듭니다.영향: 기본 SYSTEM 계정을 사용하는 기존 설치에는 호환성 문제가 발생하지 않습니다. 새로운 형식은 완전히 선택 사항입니다.
변경됨
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 입니다.
변경됨
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
- Update fluent-bit version to 4.2.2 for Windows in #2192