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
エージェントの新しいバージョンがリリースされました。標準的な手順に従って、infrastructureエージェントをアップデートしてください。New Relicでは、エージェントを定期的に、少なくとも3か月ごとにアップグレードすることを推奨します。このリリースより、サポートされる最も古いバージョンはInfrastructureエージェント 1.64.0です。
かわった
- 依存関係nri-dockerを2.6.10に更新しました、#2220 で依存関係 nri-flex を v1.17.7 に、依存関係 docker を v29 に
- #2202でWindows向けinfrastructureエージェントのDockerイメージをビルドしました
- #2213 でWindowsイメージリリースワークフローを更新
セキュリティ
- CVE-2026-34040 に対処
エージェントの新しいバージョンがリリースされました。標準手順に従ってインフラストラクチャエージェントを更新します。 New Relic では、エージェントを定期的に、少なくとも 3 か月ごとにアップグレードすることを推奨しています。このリリースの時点で、サポートされている最も古いバージョンはインフラストラクチャエージェント 1.63.0です。
追加した
feat:NewRelic インフラストラクチャエージェントWindowsでの最低特権サービス アカウントのサポート (#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
エージェントの新しいバージョンがリリースされました。標準手順に従ってインフラストラクチャエージェントを更新します。 New Relic では、エージェントを定期的に、少なくとも 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