From aad5fa0c9f38f678839d8ae70401e012ad3e61b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:17:20 +0000 Subject: [PATCH] chore(deps): update all github action dependencies Signed-off-by: renovate[bot] Signed-off-by: Michi Mutsuzaki --- .github/workflows/build-images-release.yaml | 6 +++--- .github/workflows/integration-tests.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-images-release.yaml b/.github/workflows/build-images-release.yaml index 6de36e45c..6bab969cf 100644 --- a/.github/workflows/build-images-release.yaml +++ b/.github/workflows/build-images-release.yaml @@ -46,11 +46,11 @@ jobs: steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0 - name: Login to quay.io if: ${{ needs.determine-deployment.outputs.name == 'release' }} - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME_RELEASE_USERNAME }} @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 id: docker_build_release with: context: . diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 28cf56cb4..a7c9af392 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -22,7 +22,7 @@ env: KIND_VERSION: v0.23.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.15.7 + CILIUM_VERSION: v1.16.0 CILIUM_VALUES: .github/cilium-values.yaml jobs: @@ -59,7 +59,7 @@ jobs: --namespace kube-system \ --version ${{ env.CILIUM_VERSION }} \ --values ${{ env.CILIUM_VALUES }} \ - --set kubeProxyReplacement=strict \ + --set kubeProxyReplacement=true \ --set k8sServiceHost="${MASTER_IP}" \ --set k8sServicePort=6443 - name: Wait for hubble-relay to be running