From 99f3fac19f3e9ae1fd595f1b7f9c4dff483745d1 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 16 Oct 2024 11:22:24 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-vpp@main PR link: https://github.com/networkservicemesh/cmd-nsc-vpp/pull/726 Commit: 4296c2d Author: Network Service Mesh Bot Date: 2024-10-16 06:22:09 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#726) PR link: https://github.com/networkservicemesh/sdk-vpp/pull/860 Commit: 8a4f5ce Author: Network Service Mesh Bot Date: 2024-10-16 06:19:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#860) 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/nsc-memif/nsc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nsc-memif/nsc.yaml b/apps/nsc-memif/nsc.yaml index 15e55d43a96f..5c8fc90b17a6 100644 --- a/apps/nsc-memif/nsc.yaml +++ b/apps/nsc-memif/nsc.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nsc - image: ghcr.io/networkservicemesh/ci/cmd-nsc-vpp:69c930d + image: ghcr.io/networkservicemesh/ci/cmd-nsc-vpp:4296c2d imagePullPolicy: IfNotPresent env: - name: SPIFFE_ENDPOINT_SOCKET