From 5139cd81497f81a385beabb17c328f37c1dc636e Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 16 Oct 2024 11:17:00 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-remote-vlan@main PR link: https://github.com/networkservicemesh/cmd-nse-remote-vlan/pull/251 Commit: 5eb19b3 Author: Network Service Mesh Bot Date: 2024-10-16 06:16:37 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#251) 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/nse-remote-vlan/nse-remote-vlan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nse-remote-vlan/nse-remote-vlan.yaml b/apps/nse-remote-vlan/nse-remote-vlan.yaml index 1d729c62dab3..f882c7dfb8e4 100644 --- a/apps/nse-remote-vlan/nse-remote-vlan.yaml +++ b/apps/nse-remote-vlan/nse-remote-vlan.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-remote-vlan:460e723 + image: ghcr.io/networkservicemesh/ci/cmd-nse-remote-vlan:5eb19b3 imagePullPolicy: IfNotPresent ports: - containerPort: 5003