From 7c37f7d3ffae1a268f0882ebdbb90b0061ee7151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:16:21 +0000 Subject: [PATCH] chore(deps): update dependency cilium/cilium-cli to v0.15.23 Signed-off-by: renovate[bot] --- .github/actions/set-env-variables/action.yml | 2 +- .github/workflows/conformance-aks.yaml | 2 +- .github/workflows/conformance-aws-cni.yaml | 2 +- .github/workflows/conformance-clustermesh.yaml | 2 +- .github/workflows/conformance-e2e.yaml | 2 +- .github/workflows/conformance-eks.yaml | 2 +- .github/workflows/conformance-externalworkloads.yaml | 2 +- .github/workflows/conformance-gateway-api.yaml | 2 +- .github/workflows/conformance-gke.yaml | 2 +- .github/workflows/conformance-ingress.yaml | 2 +- .github/workflows/conformance-ipsec-e2e.yaml | 2 +- .github/workflows/conformance-k8s-kind-network-policies.yaml | 2 +- .github/workflows/conformance-k8s-kind.yaml | 2 +- .github/workflows/conformance-k8s-network-policies.yaml | 2 +- .github/workflows/conformance-kind-proxy-daemonset.yaml | 2 +- .github/workflows/conformance-multi-pool.yaml | 2 +- .github/workflows/net-perf-gke.yaml | 2 +- .github/workflows/tests-clustermesh-upgrade.yaml | 2 +- .github/workflows/tests-e2e-upgrade.yaml | 2 +- .github/workflows/tests-ipsec-upgrade.yaml | 2 +- .github/workflows/tests-l4lb.yaml | 2 +- .github/workflows/tests-smoke-ipv6.yaml | 2 +- .github/workflows/tests-smoke.yaml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/actions/set-env-variables/action.yml b/.github/actions/set-env-variables/action.yml index 5bb0b6c7a1cac..53cd239999dd9 100644 --- a/.github/actions/set-env-variables/action.yml +++ b/.github/actions/set-env-variables/action.yml @@ -12,7 +12,7 @@ runs: echo "EGRESS_GATEWAY_HELM_VALUES=--helm-set=egressGateway.enabled=true" >> $GITHUB_ENV echo "CILIUM_CLI_RELEASE_REPO=cilium/cilium-cli" >> $GITHUB_ENV # renovate: datasource=github-releases depName=cilium/cilium-cli - CILIUM_CLI_VERSION="v0.15.22" + CILIUM_CLI_VERSION="v0.15.23" echo "CILIUM_CLI_VERSION=$CILIUM_CLI_VERSION" >> $GITHUB_ENV echo "PUSH_TO_DOCKER_HUB=true" >> $GITHUB_ENV echo "GCP_PERF_RESULTS_BUCKET=gs://cilium-scale-results" >> $GITHUB_ENV diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index 61eeb34a25566..2648c7f111677 100644 --- a/.github/workflows/conformance-aks.yaml +++ b/.github/workflows/conformance-aks.yaml @@ -164,7 +164,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-aws-cni.yaml b/.github/workflows/conformance-aws-cni.yaml index 6d5d7aa9713cf..da3990fdd3a57 100644 --- a/.github/workflows/conformance-aws-cni.yaml +++ b/.github/workflows/conformance-aws-cni.yaml @@ -166,7 +166,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-clustermesh.yaml b/.github/workflows/conformance-clustermesh.yaml index 27f025c8a3b28..7521615ec07e6 100644 --- a/.github/workflows/conformance-clustermesh.yaml +++ b/.github/workflows/conformance-clustermesh.yaml @@ -294,7 +294,7 @@ jobs: echo kind_svc_cidr_2=${KIND_SVC_CIDR_2} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-e2e.yaml b/.github/workflows/conformance-e2e.yaml index c87ae9a664f5e..a154b9dd9779e 100644 --- a/.github/workflows/conformance-e2e.yaml +++ b/.github/workflows/conformance-e2e.yaml @@ -275,7 +275,7 @@ jobs: misc: ${{ matrix.misc }} - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-eks.yaml b/.github/workflows/conformance-eks.yaml index 841dda7720f84..caa0355cd334a 100644 --- a/.github/workflows/conformance-eks.yaml +++ b/.github/workflows/conformance-eks.yaml @@ -159,7 +159,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-externalworkloads.yaml b/.github/workflows/conformance-externalworkloads.yaml index 20835d6e382f1..32d3a31616e86 100644 --- a/.github/workflows/conformance-externalworkloads.yaml +++ b/.github/workflows/conformance-externalworkloads.yaml @@ -163,7 +163,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-gateway-api.yaml b/.github/workflows/conformance-gateway-api.yaml index d524a3f70a171..de97c15a7d3b8 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.yaml @@ -101,7 +101,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 0b28adf97c2c0..e9208306198ff 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -165,7 +165,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-ingress.yaml b/.github/workflows/conformance-ingress.yaml index 28a3fc35ec2d4..b153f9dfe4ec6 100644 --- a/.github/workflows/conformance-ingress.yaml +++ b/.github/workflows/conformance-ingress.yaml @@ -124,7 +124,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-ipsec-e2e.yaml b/.github/workflows/conformance-ipsec-e2e.yaml index 1a38a61316a41..c6515f8af8966 100644 --- a/.github/workflows/conformance-ipsec-e2e.yaml +++ b/.github/workflows/conformance-ipsec-e2e.yaml @@ -161,7 +161,7 @@ jobs: misc: ${{ matrix.misc }} - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-k8s-kind-network-policies.yaml b/.github/workflows/conformance-k8s-kind-network-policies.yaml index 3a1b251cffaa2..bc21e2f79e683 100644 --- a/.github/workflows/conformance-k8s-kind-network-policies.yaml +++ b/.github/workflows/conformance-k8s-kind-network-policies.yaml @@ -142,7 +142,7 @@ jobs: echo sha=${{ steps.default_vars.outputs.sha }} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-k8s-kind.yaml b/.github/workflows/conformance-k8s-kind.yaml index 1126d0deef35a..33d0b10da88be 100644 --- a/.github/workflows/conformance-k8s-kind.yaml +++ b/.github/workflows/conformance-k8s-kind.yaml @@ -141,7 +141,7 @@ jobs: echo sha=${{ steps.default_vars.outputs.sha }} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-k8s-network-policies.yaml b/.github/workflows/conformance-k8s-network-policies.yaml index 17b9e04469d76..aeb7577c72a37 100644 --- a/.github/workflows/conformance-k8s-network-policies.yaml +++ b/.github/workflows/conformance-k8s-network-policies.yaml @@ -127,7 +127,7 @@ jobs: - name: Install Cilium CLI if: ${{ failure() }} - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-kind-proxy-daemonset.yaml b/.github/workflows/conformance-kind-proxy-daemonset.yaml index 52342db4fed0e..0b6d0706ea4e4 100644 --- a/.github/workflows/conformance-kind-proxy-daemonset.yaml +++ b/.github/workflows/conformance-kind-proxy-daemonset.yaml @@ -68,7 +68,7 @@ jobs: echo sha=${{ steps.default_vars.outputs.sha }} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/conformance-multi-pool.yaml b/.github/workflows/conformance-multi-pool.yaml index 768f608b743ff..9fb0ccaf58443 100644 --- a/.github/workflows/conformance-multi-pool.yaml +++ b/.github/workflows/conformance-multi-pool.yaml @@ -87,7 +87,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/net-perf-gke.yaml b/.github/workflows/net-perf-gke.yaml index b6b49bdb0b3f3..0e189201b18e1 100644 --- a/.github/workflows/net-perf-gke.yaml +++ b/.github/workflows/net-perf-gke.yaml @@ -157,7 +157,7 @@ jobs: echo owner=${OWNER} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-clustermesh-upgrade.yaml b/.github/workflows/tests-clustermesh-upgrade.yaml index 80bef2015b654..5a0590eee4b95 100644 --- a/.github/workflows/tests-clustermesh-upgrade.yaml +++ b/.github/workflows/tests-clustermesh-upgrade.yaml @@ -188,7 +188,7 @@ jobs: echo "connectivity_test_defaults=${CONNECTIVITY_TEST_DEFAULTS}" >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-e2e-upgrade.yaml b/.github/workflows/tests-e2e-upgrade.yaml index daa3d1ce93c35..6da2fe253a78a 100644 --- a/.github/workflows/tests-e2e-upgrade.yaml +++ b/.github/workflows/tests-e2e-upgrade.yaml @@ -288,7 +288,7 @@ jobs: misc: 'bpfClockProbe=false,cni.uninstall=false' - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-ipsec-upgrade.yaml b/.github/workflows/tests-ipsec-upgrade.yaml index 41d4f7f61c1b2..5e72b1dff4fb0 100644 --- a/.github/workflows/tests-ipsec-upgrade.yaml +++ b/.github/workflows/tests-ipsec-upgrade.yaml @@ -225,7 +225,7 @@ jobs: - name: Install Cilium CLI if: ${{ steps.vars.outputs.downgrade_version != '' }} - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-l4lb.yaml b/.github/workflows/tests-l4lb.yaml index 945cfc53e1b73..b73d16e743f70 100644 --- a/.github/workflows/tests-l4lb.yaml +++ b/.github/workflows/tests-l4lb.yaml @@ -97,7 +97,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-smoke-ipv6.yaml b/.github/workflows/tests-smoke-ipv6.yaml index 53f6d9f6928a3..79d3baefa76eb 100644 --- a/.github/workflows/tests-smoke-ipv6.yaml +++ b/.github/workflows/tests-smoke-ipv6.yaml @@ -128,7 +128,7 @@ jobs: echo cilium_install_defaults=${CILIUM_INSTALL_DEFAULTS} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }} diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index bb3fbb489cc38..14eb6e40a5b82 100644 --- a/.github/workflows/tests-smoke.yaml +++ b/.github/workflows/tests-smoke.yaml @@ -143,7 +143,7 @@ jobs: echo cilium_install_defaults=${CILIUM_INSTALL_DEFAULTS} >> $GITHUB_OUTPUT - name: Install Cilium CLI - uses: cilium/cilium-cli@b0955d62f5d0fd22449c568c6be921f46b66f603 # v0.15.22 + uses: cilium/cilium-cli@7306e3cdc6caee738157f08e3e1ba26179f104e5 # v0.15.23 with: repository: ${{ env.CILIUM_CLI_RELEASE_REPO }} release-version: ${{ env.CILIUM_CLI_VERSION }}