From fd87d87232650bb479eca6e86bd6e894ae8266a1 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 16 Oct 2024 11:17:04 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vfio@main PR link: https://github.com/networkservicemesh/cmd-nse-vfio/pull/540 Commit: 0e5d4d7 Author: Network Service Mesh Bot Date: 2024-10-16 06:16:45 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#540) 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-noop/nse.yaml | 2 +- apps/nse-vfio/nse.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nse-noop/nse.yaml b/apps/nse-noop/nse.yaml index a413b1d37e1f..a1263f861bda 100644 --- a/apps/nse-noop/nse.yaml +++ b/apps/nse-noop/nse.yaml @@ -18,7 +18,7 @@ spec: hostNetwork: true containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:b5cbc11 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:0e5d4d7 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock diff --git a/apps/nse-vfio/nse.yaml b/apps/nse-vfio/nse.yaml index 8609549964b7..6fc31c804a3c 100644 --- a/apps/nse-vfio/nse.yaml +++ b/apps/nse-vfio/nse.yaml @@ -32,7 +32,7 @@ spec: mountPath: /dev/vfio - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:b5cbc11 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:0e5d4d7 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock