File tree 4 files changed +9
-3
lines changed
.github/workflows/composite-actions
kube-gateway-api-conformance-tests
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 6
6
- name : Prep Go Runner
7
7
uses : ./.github/workflows/composite-actions/prep-go-runner
8
8
- name : Install kind
9
- uses : helm/kind-action@v1.10 .0
9
+ uses : helm/kind-action@v1.12 .0
10
10
with :
11
11
install_only : true
12
12
version : ${{ matrix.kube-version.kind }}
13
+ kubectl_version : ${{ matrix.kube-version.kubectl }}
13
14
node_image : kindest/node:${{ matrix.kube-version.node }}
14
15
- uses : azure/setup-kubectl@v4
15
16
id : kubectl
Original file line number Diff line number Diff line change 8
8
- name : Prep Go Runner
9
9
uses : ./.github/workflows/composite-actions/prep-go-runner
10
10
- name : Install kind
11
- uses : helm/kind-action@v1.10 .0
11
+ uses : helm/kind-action@v1.12 .0
12
12
with :
13
13
install_only : true
14
14
version : ${{ matrix.kube-version.kind }}
15
+ kubectl_version : ${{ matrix.kube-version.kubectl }}
15
16
node_image : kindest/node:${{ matrix.kube-version.node }}
16
17
- uses : azure/setup-kubectl@v4
17
18
id : kubectl
Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ runs:
30
30
using : " composite"
31
31
steps :
32
32
- name : Install kind
33
- uses : helm/kind-action@v1.10 .0
33
+ uses : helm/kind-action@v1.12 .0
34
34
with :
35
35
install_only : true
36
36
version : ${{ inputs.kind-version }}
37
+ kubectl_version : ${{ inputs.kubectl-version }}
37
38
- uses : azure/setup-kubectl@v4
38
39
id : kubectl
39
40
with :
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : NON_USER_FACING
3
+ description : Upgrade uses of `helm/kind-action` to latest release (`v0.12.0`) to preempt potential future CI failures when setting kubectl versions.
You can’t perform that action at this time.
0 commit comments