From 54899280d33cc77a14574fa70f00d3cda474c59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:34:45 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.32.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index a998383..33dfa61 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -27,7 +27,7 @@ on: # set up environment variables to be used across all the jobs env: - KIND_VERSION: "v0.31.0" + KIND_VERSION: "v0.32.0" K8S_VERSION: "v1.35.1" REGISTRY: "ghcr.io/${{ github.repository_owner }}/postgresql-trunk"