Skip to content

Commit

Permalink
update kind-action version and pass in kubectl version + add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
inFocus7 committed Feb 28, 2025
1 parent aa14ac2 commit 34ad623
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ runs:
- name: Prep Go Runner
uses: ./.github/workflows/composite-actions/prep-go-runner
- name: Install kind
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
install_only: true
version: ${{ matrix.kube-version.kind }}
kubectl_version: ${{ matrix.kube-version.kubectl }}
node_image: kindest/node:${{ matrix.kube-version.node }}
- uses: azure/setup-kubectl@v4
id: kubectl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ runs:
- name: Prep Go Runner
uses: ./.github/workflows/composite-actions/prep-go-runner
- name: Install kind
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
install_only: true
version: ${{ matrix.kube-version.kind }}
kubectl_version: ${{ matrix.kube-version.kubectl }}
node_image: kindest/node:${{ matrix.kube-version.node }}
- uses: azure/setup-kubectl@v4
id: kubectl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ runs:
using: "composite"
steps:
- name: Install kind
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
install_only: true
version: ${{ inputs.kind-version }}
kubectl_version: ${{ inputs.kubectl-version }}
- uses: azure/setup-kubectl@v4
id: kubectl
with:
Expand Down
2 changes: 2 additions & 0 deletions changelog/v1.19.0-beta13/update-ci-kind-action-to-1_12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: NON_USER_FACING
description: Upgrade uses of `helm/kind-action` to latest release (`v0.12.0`) to preempt potential future CI failures when setting kubectl versions.

0 comments on commit 34ad623

Please sign in to comment.