From bb3628e28545b0742d66171cfab7a83859080b0d Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 16 Oct 2024 11:17:02 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-map-ip-k8s@main PR link: https://github.com/networkservicemesh/cmd-map-ip-k8s/pull/248 Commit: 1e28212 Author: Network Service Mesh Bot Date: 2024-10-16 06:16:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#248) PR link: https://github.com/networkservicemesh/sdk/pull/1679 Commit: 3801206 Author: Vladislav Byrgazov Date: 2024-10-16 16:13:26 +0500 Message: - Updated strict IPAM and added dualstack IP pool (#1679) * add fix for ipam * another fix * add a unit test for ipam issue * add fix for ipam * another fix * add ip context validation * properly delete addresses * rework ip context validation * temporarily skip failing tests * fix CI issues * fix all tests * fix unit tests * fix go linter issues * cleanup * add ipv6 unit test * cleanup * fix go linter issues * Replaced strict ipam by filteripam implementation * Added dualstack ippool, updated tests * Fixed dualstack ippool * Fix linter errors * Fixed ippool test input data format --------- Signed-off-by: NikitaSkrynnik Signed-off-by: Vladislav Byrgazov Signed-off-by: NSMBot Co-authored-by: NSMBot 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 cd6d6fab303b..904569237565 100644 --- a/apps/nsmgr-proxy/nsmgr-proxy.yaml +++ b/apps/nsmgr-proxy/nsmgr-proxy.yaml @@ -56,7 +56,7 @@ spec: limits: memory: 100Mi cpu: 400m - - image: ghcr.io/networkservicemesh/ci/cmd-map-ip-k8s:b9d05ed + - image: ghcr.io/networkservicemesh/ci/cmd-map-ip-k8s:1e28212 imagePullPolicy: IfNotPresent name: map-ip-k8s env: