Skip to content

Commit

Permalink
workflow/ipsec-e2e: Bump CLI to v0.15.19
Browse files Browse the repository at this point in the history
Commit 3f72764 already bumped the CLI to v0.15.19 for several
workflows. For some reason, I skipped the update for the IPsec
end-to-end test, even though we need this to be able to skip a bunch of
expected packet drops and XFRM errors.

This commit therefore bumps the CLI to v0.15.19 for that workflow.

Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
  • Loading branch information
pchaigno committed Jan 14, 2024
1 parent e83e21a commit 0baecff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance-ipsec-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ concurrency:

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.15.17
cilium_cli_version: v0.15.19
cilium_cli_ci_version:
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
persist-credentials: false

- name: Install Cilium CLI-cli
uses: cilium/cilium-cli@5362f383942260c0aed4f3876e09c3452435577a # v0.14.8
uses: cilium/cilium-cli@32109b32259a487c803648a3c9463cdcafa4c0c3 # v0.15.19
with:
release-version: ${{ env.cilium_cli_version }}
ci-version: ${{ env.cilium_cli_ci_version }}
Expand Down

0 comments on commit 0baecff

Please sign in to comment.