Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd5e6f7

Browse files
committedMay 27, 2025·
Merge remote-tracking branch 'upstream/main' into fix-issue-13081
2 parents 0647dcb + df48ec7 commit fd5e6f7

File tree

90 files changed

+983
-613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+983
-613
lines changed
 

‎.github/workflows/chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Set up Python
26-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
26+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2727
with:
2828
python-version: 3.x
2929

‎.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Set up Go
104104
id: go
105-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
105+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
106106
with:
107107
go-version: ${{ env.GOLANG_VERSION }}
108108
check-latest: true
@@ -124,7 +124,7 @@ jobs:
124124
run: echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
125125
- name: Set up Go
126126
id: go
127-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
127+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
128128
with:
129129
go-version: ${{ env.GOLANG_VERSION }}
130130
check-latest: true
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Set up Go
155155
id: go
156-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
156+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
157157
with:
158158
go-version: ${{ steps.golangversion.outputs.version }}
159159
check-latest: true
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Prepare Host
174174
run: |
175-
curl -LO https://dl.k8s.io/release/v1.32.3/bin/linux/amd64/kubectl
175+
curl -LO https://dl.k8s.io/release/v1.33.1/bin/linux/amd64/kubectl
176176
chmod +x ./kubectl
177177
sudo mv ./kubectl /usr/local/bin/kubectl
178178
@@ -218,7 +218,7 @@ jobs:
218218

219219
steps:
220220
- name: Set up Python
221-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
221+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
222222
with:
223223
python-version: 3.x
224224

@@ -271,14 +271,14 @@ jobs:
271271
strategy:
272272
fail-fast: false
273273
matrix:
274-
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
274+
k8s: [v1.29.14, v1.30.13, v1.31.9, v1.32.5, v1.33.1]
275275

276276
steps:
277277
- name: Checkout code
278278
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
279279

280280
- name: Download cache
281-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
281+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
282282
with:
283283
name: docker.tar.gz
284284

@@ -303,7 +303,7 @@ jobs:
303303
strategy:
304304
fail-fast: false
305305
matrix:
306-
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
306+
k8s: [v1.29.14, v1.30.13, v1.31.9, v1.32.5, v1.33.1]
307307
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
308308
with:
309309
k8s-version: ${{ matrix.k8s }}
@@ -318,7 +318,7 @@ jobs:
318318
strategy:
319319
fail-fast: false
320320
matrix:
321-
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
321+
k8s: [v1.29.14, v1.30.13, v1.31.9, v1.32.5, v1.33.1]
322322
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
323323
with:
324324
k8s-version: ${{ matrix.k8s }}

0 commit comments

Comments
 (0)
Please sign in to comment.