From 18a70bc917fa5bd1e9d50856f3ed3a5c6f66249c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 7 Oct 2024 09:45:18 +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/537 Commit: 1453a63 Author: Network Service Mesh Bot Date: 2024-10-07 04:44:34 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#537) PR link: https://github.com/networkservicemesh/sdk/pull/1677 Commit: 76b397f Author: Nikita Skrynnik Date: 2024-10-07 16:41:10 +0700 Message: - Use NetworkServiceResponses instead of NetworkServices in memory registry (#1677) * use NetworkServiceResponses instead of NetworkServices in memory registry * add a test for checking field * fix go lintre issues * fix concurrency problems in the test --------- 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..f80b3cdf5733 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:1453a63 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..65bd6b3b40b7 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:1453a63 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock