Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-nse-firewall-vpp@main (#12055)

PR link: networkservicemesh/cmd-nse-firewall-vpp#515

Commit: d47741f
Author: Network Service Mesh Bot
Date: 2024-05-29 06:02:54 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#515)
PR link: networkservicemesh/sdk-vpp#833
Commit: 345d2ce
Author: Network Service Mesh Bot
Date: 2024-05-29 05:59:24 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#833)
PR link: networkservicemesh/sdk-kernel#665
Commit: 06cfa69
Author: Network Service Mesh Bot
Date: 2024-05-29 05:55:56 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#665)
PR link: networkservicemesh/sdk#1636
Commit: c01f9e1
Author: Nikita Skrynnik
Date: 2024-05-29 21:53:30 +1100
Message:
                - Add peer cleanup on Requests and Closes from begin (#1636)
* Add peer cleanup on Requests and Closes from begin
* fix go linter issues
* fix race condition + fix all go linter issues
---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored May 29, 2024
1 parent 6d3c9ae commit 9b672c3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/nse-firewall-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion examples/features/nse-composition/passthrough-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down
2 changes: 1 addition & 1 deletion examples/features/nse-composition/passthrough-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down
2 changes: 1 addition & 1 deletion examples/features/nse-composition/passthrough-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:6457ce4
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:d47741f
imagePullPolicy: IfNotPresent
env:
- name: NSM_SERVICE_NAME
Expand Down

0 comments on commit 9b672c3

Please sign in to comment.