Uma nova versão do agente foi lançada. Siga os procedimentos padrão para atualizar o agente de infraestrutura. A New Relic recomenda que você atualize o agente regularmente e, no mínimo, a cada 3 meses. A partir desta versão, a versão mais antiga suportada é o agente de infraestrutura 1.64.0.
Mudado
- Atualizada a dependência
newrelic/nri-flexpara a v1.18.2 para corrigir a CVE-2026-29181 #2235
Uma nova versão do agente foi lançada. Siga os procedimentos padrão para atualizar o agente de infraestrutura. A New Relic recomenda que você atualize o agente regularmente e, no mínimo, a cada 3 meses. A partir desta versão, a versão mais antiga suportada é o agente de infraestrutura 1.64.0.
Correções de bugs
- Correção de segurança (Windows): resolvida uma vulnerabilidade de caminho de pesquisa sem aspas (BinaryPathName) que poderia acionar avisos de EDR ou bloquear a instalação. Recomendado para todos os usuários do Windows nas versões 1.73.x ou 1.74.x. #2230
Uma nova versão do agente foi lançada. Siga os procedimentos padrão para atualizar o agente de infraestrutura. A New Relic recomenda que você atualize o agente regularmente e, no mínimo, a cada 3 meses. A partir desta versão, a versão mais antiga suportada é o agente de infraestrutura 1.64.0.
Mudado
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
Uma nova versão do agente foi lançada. Siga os procedimentos padrão para atualizar o agente de infraestrutura. A New Relic recomenda que você atualize o agente regularmente e, no mínimo, a cada 3 meses. A partir desta versão, a versão mais antiga suportada é o agente de infraestrutura 1.64.0.
Mudado
- Dependência nri-docker atualizada para 2.6.10, dependência nri-flex para v1.17.7 e dependência docker para v29 em #2220
- Imagens Docker criadas para o agente de infraestrutura para Windows em #2202
- Fluxo de trabalho de lançamento de imagem do Windows atualizado em #2213
Segurança
- Corrige a 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.