From 53310b1a8015952680840f2358924d6a0afcad50 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 20 Aug 2024 09:05:08 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-registry-proxy-dns@main PR link: https://github.com/networkservicemesh/cmd-registry-proxy-dns/pull/663 Commit: 06ed0c6 Author: Network Service Mesh Bot Date: 2024-08-20 04:04:36 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#663) PR link: https://github.com/networkservicemesh/sdk/pull/1656 Commit: 6fad31a Author: Nikita Skrynnik Date: 2024-08-20 20:00:35 +1100 Message: - Use a context with exteded timeout on Requests in begin (#1656) * Use an extended timeout in case of reselect requests * add unit test * fix race condition * use a context with exteded timeout on Requests in begin * fix unit tests * fix race conditions in dial * fix variable name * fix go linter issues --------- Signed-off-by: NSMBot --- apps/registry-proxy-dns/registry-proxy-dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/registry-proxy-dns/registry-proxy-dns.yaml b/apps/registry-proxy-dns/registry-proxy-dns.yaml index 7b51aa50f344..1eedfc9ce03a 100644 --- a/apps/registry-proxy-dns/registry-proxy-dns.yaml +++ b/apps/registry-proxy-dns/registry-proxy-dns.yaml @@ -16,7 +16,7 @@ spec: "spiffe.io/spiffe-id": "true" spec: containers: - - image: ghcr.io/networkservicemesh/ci/cmd-registry-proxy-dns:19a0e76 + - image: ghcr.io/networkservicemesh/ci/cmd-registry-proxy-dns:06ed0c6 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock