From 57b3fff00c97ced71eb807666bc721e3377c4f4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 19:46:14 +0000 Subject: [PATCH] Update dependency crossplane/crossplane to v2.4.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d61c742..d2f50f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: run: | set -euo pipefail # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane - name: Build the Configuration package @@ -183,7 +183,7 @@ jobs: # XP_VERSION pins the CLI: install.sh otherwise takes whatever is # current, so this job would drift onto a different CLI with no commit. # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane # kind-up.sh needs helm; the runner image ships it, but don't rely on that. command -v helm >/dev/null || \ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 944ce43..51cb672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: run: | set -euo pipefail # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane crossplane version --client @@ -178,7 +178,7 @@ jobs: run: | set -euo pipefail # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane - name: Build the Configuration package @@ -215,7 +215,7 @@ jobs: run: | set -euo pipefail # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane - name: Login to GHCR @@ -281,7 +281,7 @@ jobs: run: | set -euo pipefail # renovate: datasource=github-releases depName=crossplane/crossplane - curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.0 sh + curl -sfL "https://cli.crossplane.io/install.sh" | XP_VERSION=v2.4.1 sh sudo mv ./crossplane /usr/local/bin/crossplane - name: Login to GHCR