Skip to content

Commit feb87d4

Browse files
Update
1 parent 178e1b8 commit feb87d4

9 files changed

+22
-22
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
check_docs_only:
1616
name: check_docs_only
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
outputs:
1919
skip: ${{ steps.check_docs_only.outputs.skip }}
2020
steps:
@@ -35,7 +35,7 @@ jobs:
3535
needs: check_docs_only
3636
# Run this job on a tag like 'vX.Y.Z' or on a branch or pull request with code changes.
3737
if: startsWith(github.ref, 'refs/tags/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
environment: deploy
4040
steps:
4141
- name: checkout
@@ -69,7 +69,7 @@ jobs:
6969
needs: check_docs_only
7070
# Run this job on a tag like 'vX.Y.Z' or on a branch or pull request with code changes.
7171
if: startsWith(github.ref, 'refs/tags/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373
environment: deploy
7474
strategy:
7575
matrix:
@@ -118,7 +118,7 @@ jobs:
118118
needs: check_docs_only
119119
# Run this job on a tag like 'scorecard-kuttl/vX.Y.Z' or on a branch or pull request with code changes.
120120
if: startsWith(github.ref, 'refs/tags/scorecard-kuttl/v') || ( needs.check_docs_only.outputs.skip != 'true' && !startsWith(github.ref, 'refs/tags/') )
121-
runs-on: ubuntu-22.04
121+
runs-on: ubuntu-24.04
122122
environment: deploy
123123
steps:
124124

.github/workflows/freshen-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
git_tags:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
outputs:
1818
git_tags: ${{ steps.tags.outputs.git_tags }}
1919
steps:
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
name: build
2929
needs: git_tags
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
environment: deploy
3232
strategy:
3333
matrix:

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
integration:
2424
name: integration
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/rerun.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
rerun_tests:
77
name: rerun_pr_tests
88
if: ${{ github.event.issue.pull_request }}
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: operator-framework/[email protected]
1212
with:

.github/workflows/test-go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
check_docs_only:
1010
name: check_docs_only
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
skip: ${{ steps.check_docs_only.outputs.skip }}
1414
steps:
@@ -25,7 +25,7 @@ jobs:
2525
2626
e2e:
2727
name: e2e
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
needs: check_docs_only
3030
if: needs.check_docs_only.outputs.skip != 'true'
3131
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646
unit:
4747
name: unit
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
needs: check_docs_only
5050
if: needs.check_docs_only.outputs.skip != 'true'
5151
steps:

.github/workflows/test-helm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
e2e:
2424
name: e2e
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/test-sample-go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
e2e:
2424
name: e2e
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:

.github/workflows/test-sanity.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
check_docs_only:
77
name: check_docs_only
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
outputs:
1010
skip: ${{ steps.check_docs_only.outputs.skip }}
1111
steps:
@@ -22,7 +22,7 @@ jobs:
2222
2323
sanity:
2424
name: sanity
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
needs: check_docs_only
2727
if: needs.check_docs_only.outputs.skip != 'true'
2828
steps:
@@ -43,7 +43,7 @@ jobs:
4343

4444
docs:
4545
name: docs
46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-24.04
4747
steps:
4848
- uses: actions/checkout@v4
4949
with:

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.39.2
99
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)
1111
export GIT_COMMIT = $(shell git rev-parse HEAD)
12-
export K8S_VERSION = 1.32.1
12+
export K8S_VERSION = 1.32.2
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin
@@ -183,12 +183,12 @@ cluster-create::
183183

184184
.PHONY: dev-install
185185
dev-install::
186-
$(SCRIPTS_DIR)/fetch kind 0.24.0
186+
$(SCRIPTS_DIR)/fetch kind 0.27.0
187187
$(SCRIPTS_DIR)/fetch kubectl $(K8S_VERSION) # Install kubectl AFTER envtest because envtest includes its own kubectl binary
188188

189189
.PHONY: test-e2e-teardown
190190
test-e2e-teardown:
191-
$(SCRIPTS_DIR)/fetch kind 0.24.0
191+
$(SCRIPTS_DIR)/fetch kind 0.27.0
192192
$(TOOLS_DIR)/kind delete cluster --name $(KIND_CLUSTER)
193193
rm -f $(KUBECONFIG)
194194

0 commit comments

Comments
 (0)