From 78b059b7093756f9f2cf378ac8dd5ad98ab20392 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 May 2024 18:37:13 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-cluster-info-k8s@main PR link: https://github.com/networkservicemesh/cmd-cluster-info-k8s/pull/134 Commit: 812c820 Author: Network Service Mesh Bot Date: 2024-05-18 13:36:44 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#134) 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/cluster-info/cluster-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cluster-info/cluster-info.yaml b/apps/cluster-info/cluster-info.yaml index 03eb2dc94005..e66de8999eb3 100644 --- a/apps/cluster-info/cluster-info.yaml +++ b/apps/cluster-info/cluster-info.yaml @@ -17,7 +17,7 @@ spec: spec: serviceAccountName: cluster-info-sa containers: - - image: ghcr.io/networkservicemesh/ci/cmd-cluster-info-k8s:00bc005 + - image: ghcr.io/networkservicemesh/ci/cmd-cluster-info-k8s:812c820 env: - name: NSM_NAMESPACE valueFrom: