From 75fca337727efcd2b42af8c2a0596fa98365193f Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 16 Oct 2024 11:23:12 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/520 Commit: cf1da27 Author: Network Service Mesh Bot Date: 2024-10-16 06:22:50 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#520) PR link: https://github.com/networkservicemesh/sdk-sriov/pull/616 Commit: a522b97 Author: Network Service Mesh Bot Date: 2024-10-16 06:19:14 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#616) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/689 Commit: 40426fd Author: Network Service Mesh Bot Date: 2024-10-16 06:15:47 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689) 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 --- apps/nse-vlan-vpp/nse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nse-vlan-vpp/nse.yaml b/apps/nse-vlan-vpp/nse.yaml index 02c7bababd46..58b248f9d8aa 100644 --- a/apps/nse-vlan-vpp/nse.yaml +++ b/apps/nse-vlan-vpp/nse.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:5b04ff5 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:cf1da27 imagePullPolicy: IfNotPresent securityContext: privileged: true