From 05140daa8d73113bae099b83d835cdeaa58405d4 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 May 2024 18:37:01 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsmgr-proxy@main PR link: https://github.com/networkservicemesh/cmd-nsmgr-proxy/pull/500 Commit: 766e460 Author: Network Service Mesh Bot Date: 2024-05-18 13:36:40 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#500) PR link: https://github.com/networkservicemesh/sdk/pull/1626 Commit: 7b51d9c Author: Vladislav Byrgazov Date: 2024-05-19 02:33:13 +0800 Message: - Fix memory leak in metrics chain element (#1626) * Fix memory leak in metrics chain element * Fix lint issues * Added check is opentelemetry enabled and fixed copyrights * Fix metrics memory leak by storing temp connection data in metadata * Added copyright * Address review comments * Fixed import --------- Signed-off-by: Vladislav Byrgazov Signed-off-by: NSMBot --- apps/nsmgr-proxy/nsmgr-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nsmgr-proxy/nsmgr-proxy.yaml b/apps/nsmgr-proxy/nsmgr-proxy.yaml index b0fb7857e93f..3351430e6241 100644 --- a/apps/nsmgr-proxy/nsmgr-proxy.yaml +++ b/apps/nsmgr-proxy/nsmgr-proxy.yaml @@ -17,7 +17,7 @@ spec: spec: serviceAccount: nsmgr-proxy-sa containers: - - image: ghcr.io/networkservicemesh/ci/cmd-nsmgr-proxy:67a0840 + - image: ghcr.io/networkservicemesh/ci/cmd-nsmgr-proxy:766e460 imagePullPolicy: IfNotPresent name: nsmgr-proxy ports: