From e660fbdf0f1565b816e729cc369ea160175a8ab8 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 5 Nov 2024 15:03:59 +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/547 Commit: fbba86d Author: Network Service Mesh Bot Date: 2024-11-05 09:01:28 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#547) PR link: https://github.com/networkservicemesh/sdk/pull/1687 Commit: 370b7b5 Author: dependabot[bot] Date: 2024-11-05 09:42:27 -0500 Message: - Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687) Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 9df9684033d4..18a3ca14e814 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:ed789a8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:fbba86d 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 b471c0df74f7..844d63897011 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:ed789a8 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:fbba86d env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock