From 9293164e4a22677bef441a9fa9991b2cf24e05d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:45:52 -0400 Subject: [PATCH] chore(deps): bump rajatjindal/krew-release-bot from 0.0.47 to 0.0.51 (#1988) Bumps [rajatjindal/krew-release-bot](https://github.com/rajatjindal/krew-release-bot) from 0.0.47 to 0.0.51. - [Release notes](https://github.com/rajatjindal/krew-release-bot/releases) - [Commits](https://github.com/rajatjindal/krew-release-bot/compare/v0.0.47...v0.0.51) --- updated-dependencies: - dependency-name: rajatjindal/krew-release-bot dependency-version: 0.0.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3bdfeeca..931cb891 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,12 +37,12 @@ jobs: - name: Update new preflight version in krew-index if: ${{ !contains(github.ref_name, '-') }} - uses: rajatjindal/krew-release-bot@v0.0.47 + uses: rajatjindal/krew-release-bot@v0.0.51 with: krew_template_file: deploy/krew/preflight.yaml - name: Update new support-bundle version in krew-index if: ${{ !contains(github.ref_name, '-') }} - uses: rajatjindal/krew-release-bot@v0.0.47 + uses: rajatjindal/krew-release-bot@v0.0.51 with: krew_template_file: deploy/krew/support-bundle.yaml