Skip to content

Commit 85749c4

Browse files
build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 (#4837)
* build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump kind to v0.26.0 Signed-off-by: zhangzujian <zhangzujian.7@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: zhangzujian <zhangzujian.7@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zhangzujian <zhangzujian.7@gmail.com> Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent 5335f10 commit 85749c4

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/build-x86-image.yaml

+24-24
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
KIND_VERSION: v0.25.0
25-
GOLANGCI_LINT_VERSION: 'v1.62.0'
26-
HELM_VERSION: v3.16.2
27-
SUBMARINER_VERSION: '0.18.2'
24+
KIND_VERSION: v0.26.0
25+
GOLANGCI_LINT_VERSION: 'v1.62.2'
26+
HELM_VERSION: v3.16.4
27+
SUBMARINER_VERSION: '0.18.3'
2828

2929
jobs:
3030
build-kube-ovn-base:
@@ -530,7 +530,7 @@ jobs:
530530
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
531531

532532
- name: Install kind
533-
uses: helm/kind-action@v1.10.0
533+
uses: helm/kind-action@v1.11.0
534534
with:
535535
version: ${{ env.KIND_VERSION }}
536536
install_only: true
@@ -726,7 +726,7 @@ jobs:
726726
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
727727

728728
- name: Install kind
729-
uses: helm/kind-action@v1.10.0
729+
uses: helm/kind-action@v1.11.0
730730
with:
731731
version: ${{ env.KIND_VERSION }}
732732
install_only: true
@@ -893,7 +893,7 @@ jobs:
893893
fi
894894
895895
- name: Install kind
896-
uses: helm/kind-action@v1.10.0
896+
uses: helm/kind-action@v1.11.0
897897
with:
898898
version: ${{ env.KIND_VERSION }}
899899
install_only: true
@@ -1079,7 +1079,7 @@ jobs:
10791079
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
10801080

10811081
- name: Install kind
1082-
uses: helm/kind-action@v1.10.0
1082+
uses: helm/kind-action@v1.11.0
10831083
with:
10841084
version: ${{ env.KIND_VERSION }}
10851085
install_only: true
@@ -1272,7 +1272,7 @@ jobs:
12721272
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
12731273

12741274
- name: Install kind
1275-
uses: helm/kind-action@v1.10.0
1275+
uses: helm/kind-action@v1.11.0
12761276
with:
12771277
version: ${{ env.KIND_VERSION }}
12781278
install_only: true
@@ -1429,7 +1429,7 @@ jobs:
14291429
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
14301430

14311431
- name: Install kind
1432-
uses: helm/kind-action@v1.10.0
1432+
uses: helm/kind-action@v1.11.0
14331433
with:
14341434
version: ${{ env.KIND_VERSION }}
14351435
install_only: true
@@ -1534,7 +1534,7 @@ jobs:
15341534
- uses: actions/checkout@v4
15351535

15361536
- name: Install kind
1537-
uses: helm/kind-action@v1.10.0
1537+
uses: helm/kind-action@v1.11.0
15381538
with:
15391539
version: ${{ env.KIND_VERSION }}
15401540
install_only: true
@@ -1584,7 +1584,7 @@ jobs:
15841584
- uses: actions/checkout@v4
15851585

15861586
- name: Install kind
1587-
uses: helm/kind-action@v1.10.0
1587+
uses: helm/kind-action@v1.11.0
15881588
with:
15891589
version: ${{ env.KIND_VERSION }}
15901590
install_only: true
@@ -1632,7 +1632,7 @@ jobs:
16321632
- uses: actions/checkout@v4
16331633

16341634
- name: Install kind
1635-
uses: helm/kind-action@v1.10.0
1635+
uses: helm/kind-action@v1.11.0
16361636
with:
16371637
version: ${{ env.KIND_VERSION }}
16381638
install_only: true
@@ -1682,7 +1682,7 @@ jobs:
16821682
- uses: actions/checkout@v4
16831683

16841684
- name: Install kind
1685-
uses: helm/kind-action@v1.10.0
1685+
uses: helm/kind-action@v1.11.0
16861686
with:
16871687
version: ${{ env.KIND_VERSION }}
16881688
install_only: true
@@ -1774,7 +1774,7 @@ jobs:
17741774
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
17751775

17761776
- name: Install kind
1777-
uses: helm/kind-action@v1.10.0
1777+
uses: helm/kind-action@v1.11.0
17781778
with:
17791779
version: ${{ env.KIND_VERSION }}
17801780
install_only: true
@@ -1917,7 +1917,7 @@ jobs:
19171917
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
19181918

19191919
- name: Install kind
1920-
uses: helm/kind-action@v1.10.0
1920+
uses: helm/kind-action@v1.11.0
19211921
with:
19221922
version: ${{ env.KIND_VERSION }}
19231923
install_only: true
@@ -1987,7 +1987,7 @@ jobs:
19871987
- uses: actions/checkout@v4
19881988

19891989
- name: Install kind
1990-
uses: helm/kind-action@v1.10.0
1990+
uses: helm/kind-action@v1.11.0
19911991
with:
19921992
version: ${{ env.KIND_VERSION }}
19931993
install_only: true
@@ -2113,7 +2113,7 @@ jobs:
21132113
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
21142114

21152115
- name: Install kind
2116-
uses: helm/kind-action@v1.10.0
2116+
uses: helm/kind-action@v1.11.0
21172117
with:
21182118
version: ${{ env.KIND_VERSION }}
21192119
install_only: true
@@ -2268,7 +2268,7 @@ jobs:
22682268
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
22692269

22702270
- name: Install kind
2271-
uses: helm/kind-action@v1.10.0
2271+
uses: helm/kind-action@v1.11.0
22722272
with:
22732273
version: ${{ env.KIND_VERSION }}
22742274
install_only: true
@@ -2368,7 +2368,7 @@ jobs:
23682368
fi
23692369
23702370
- name: Install kind
2371-
uses: helm/kind-action@v1.10.0
2371+
uses: helm/kind-action@v1.11.0
23722372
with:
23732373
version: ${{ env.KIND_VERSION }}
23742374
install_only: true
@@ -2482,7 +2482,7 @@ jobs:
24822482
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
24832483

24842484
- name: Install kind
2485-
uses: helm/kind-action@v1.10.0
2485+
uses: helm/kind-action@v1.11.0
24862486
with:
24872487
version: ${{ env.KIND_VERSION }}
24882488
install_only: true
@@ -2625,7 +2625,7 @@ jobs:
26252625
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
26262626

26272627
- name: Install kind
2628-
uses: helm/kind-action@v1.10.0
2628+
uses: helm/kind-action@v1.11.0
26292629
with:
26302630
version: ${{ env.KIND_VERSION }}
26312631
install_only: true
@@ -2768,7 +2768,7 @@ jobs:
27682768
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
27692769

27702770
- name: Install kind
2771-
uses: helm/kind-action@v1.10.0
2771+
uses: helm/kind-action@v1.11.0
27722772
with:
27732773
version: ${{ env.KIND_VERSION }}
27742774
install_only: true
@@ -2910,7 +2910,7 @@ jobs:
29102910
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
29112911

29122912
- name: Install kind
2913-
uses: helm/kind-action@v1.10.0
2913+
uses: helm/kind-action@v1.11.0
29142914
with:
29152915
version: ${{ env.KIND_VERSION }}
29162916
install_only: true

yamls/kind.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- if k8s_version is not defined -%}
2-
{%- set k8s_version = "v1.31.2" -%}
2+
{%- set k8s_version = "v1.31.4" -%}
33
{%- endif -%}
44
{%- if kube_proxy_mode is not defined -%}
55
{%- set kube_proxy_mode = "ipvs" -%}

0 commit comments

Comments
 (0)