Skip to content

Commit cf4a456

Browse files
authored
build(deps): bump linkerd/dev from v44 to v45 (#13525)
1 parent 9b146af commit cf4a456

19 files changed

+62
-62
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkerd2",
3-
"image": "ghcr.io/linkerd/dev:v44",
3+
"image": "ghcr.io/linkerd/dev:v45",
44
// "dockerFile": "./Dockerfile",
55
// "context": "..",
66
"features": {

.github/actions/helm-publish/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Set up Cloud SDK
77
uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b'
8-
- uses: linkerd/dev/actions/setup-tools@v44
8+
- uses: linkerd/dev/actions/setup-tools@v45
99
- shell: bash
1010
run: |
1111
mkdir -p target/helm

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ permissions:
1111

1212
jobs:
1313
actionlint:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
timeout-minutes: 10
1616
steps:
1717
- uses: linkerd/dev/actions/setup-tools@v45
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- run: just-dev lint-actions
2020

2121
devcontainer-versions:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: linkerd/dev/actions/setup-tools@v45
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/choco.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
choco-psscript-lint:
1313
timeout-minutes: 10
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717
- uses: devblackops/github-action-psscriptanalyzer@854038567344559afaaa8ccb7a014452b99d86ee

.github/workflows/codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
go:
1313
name: Go
1414
timeout-minutes: 30
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
container:
1717
image: golang:1.23
1818
steps:
@@ -27,7 +27,7 @@ jobs:
2727
js:
2828
name: JS
2929
timeout-minutes: 30
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
container:
3232
image: node:20-stretch
3333
steps:
@@ -48,7 +48,7 @@ jobs:
4848

4949
rust:
5050
name: Rust
51-
runs-on: ubuntu-22.04
51+
runs-on: ubuntu-24.04
5252
timeout-minutes: 15
5353
container:
5454
image: docker://rust:1.83.0

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
analyze:
2424
name: Analyze
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
permissions:
2727
actions: read
2828
contents: read

.github/workflows/devcontainer.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414

1515
jobs:
1616
rust-version:
17-
runs-on: ubuntu-22.04
18-
container: ghcr.io/linkerd/dev:v44-rust
17+
runs-on: ubuntu-24.04
18+
container: ghcr.io/linkerd/dev:v45-rust
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- shell: bash
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
devcontainer-image:
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- uses: linkerd/dev/actions/setup-tools@v45
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/go.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
jobs:
88
meta:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1212
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f
@@ -28,8 +28,8 @@ jobs:
2828
needs: meta
2929
if: needs.meta.outputs.changed == 'true'
3030
timeout-minutes: 10
31-
runs-on: ubuntu-22.04
32-
container: ghcr.io/linkerd/dev:v44-go
31+
runs-on: ubuntu-24.04
32+
container: ghcr.io/linkerd/dev:v45-go
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3535
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
@@ -39,8 +39,8 @@ jobs:
3939
needs: meta
4040
if: needs.meta.outputs.changed == 'true'
4141
timeout-minutes: 10
42-
runs-on: ubuntu-22.04
43-
container: ghcr.io/linkerd/dev:v44-go
42+
runs-on: ubuntu-24.04
43+
container: ghcr.io/linkerd/dev:v45-go
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
@@ -50,8 +50,8 @@ jobs:
5050
needs: meta
5151
if: needs.meta.outputs.changed == 'true'
5252
timeout-minutes: 10
53-
runs-on: ubuntu-22.04
54-
container: ghcr.io/linkerd/dev:v44-go
53+
runs-on: ubuntu-24.04
54+
container: ghcr.io/linkerd/dev:v45-go
5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5757
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
@@ -63,7 +63,7 @@ jobs:
6363
go-test-retry:
6464
needs: go-test
6565
if: failure() && fromJSON(github.run_attempt) < 3
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
permissions:
6868
actions: write
6969
env:
@@ -77,7 +77,7 @@ jobs:
7777
go-ok:
7878
needs: [go-lint, go-format, go-test]
7979
if: always()
80-
runs-on: ubuntu-22.04
80+
runs-on: ubuntu-24.04
8181
steps:
8282
- name: Results
8383
run: |

.github/workflows/integration.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
meta:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2929
- id: tag
@@ -52,7 +52,7 @@ jobs:
5252

5353
info:
5454
needs: meta
55-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-24.04
5656
timeout-minutes: 2
5757
steps:
5858
- name: Info
@@ -63,7 +63,7 @@ jobs:
6363
build-cli:
6464
needs: meta
6565
if: needs.meta.outputs.changed == 'true'
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
timeout-minutes: 15
6868
steps:
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -95,7 +95,7 @@ jobs:
9595
build-core:
9696
needs: meta
9797
if: needs.meta.outputs.changed == 'true'
98-
runs-on: ubuntu-22.04
98+
runs-on: ubuntu-24.04
9999
strategy:
100100
matrix:
101101
component:
@@ -132,7 +132,7 @@ jobs:
132132
- cni-calico-deep
133133
- deep
134134
- deep-native-sidecar
135-
runs-on: ubuntu-22.04
135+
runs-on: ubuntu-24.04
136136
timeout-minutes: 15
137137
steps:
138138
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -158,7 +158,7 @@ jobs:
158158
test-policy:
159159
needs: [meta, build-cli, build-core]
160160
if: needs.meta.outputs.changed == 'true'
161-
runs-on: ubuntu-22.04
161+
runs-on: ubuntu-24.04
162162
timeout-minutes: 20
163163
strategy:
164164
matrix:
@@ -218,7 +218,7 @@ jobs:
218218
build-ext:
219219
needs: meta
220220
if: needs.meta.outputs.changed == 'true'
221-
runs-on: ubuntu-22.04
221+
runs-on: ubuntu-24.04
222222
strategy:
223223
matrix:
224224
component:
@@ -259,7 +259,7 @@ jobs:
259259
- helm-upgrade
260260
- uninstall
261261
- upgrade-edge
262-
runs-on: ubuntu-22.04
262+
runs-on: ubuntu-24.04
263263
timeout-minutes: 15
264264
steps:
265265
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -284,7 +284,7 @@ jobs:
284284
test-viz:
285285
needs: [meta, build-cli, build-core, build-ext]
286286
if: needs.meta.outputs.changed == 'true'
287-
runs-on: ubuntu-22.04
287+
runs-on: ubuntu-24.04
288288
timeout-minutes: 30
289289
steps:
290290
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -310,7 +310,7 @@ jobs:
310310
test-multicluster:
311311
needs: [meta, build-cli, build-core, build-ext]
312312
if: needs.meta.outputs.changed == 'true'
313-
runs-on: ubuntu-22.04
313+
runs-on: ubuntu-24.04
314314
timeout-minutes: 30
315315
strategy:
316316
matrix:
@@ -358,7 +358,7 @@ jobs:
358358
build-ok:
359359
needs: [build-cli, build-core, build-ext]
360360
if: always()
361-
runs-on: ubuntu-22.04
361+
runs-on: ubuntu-24.04
362362
steps:
363363
- name: Results
364364
run: |
@@ -375,7 +375,7 @@ jobs:
375375
needs:
376376
[build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
377377
if: failure() && fromJSON(github.run_attempt) < 3 && needs.build-ok.result == 'success'
378-
runs-on: ubuntu-22.04
378+
runs-on: ubuntu-24.04
379379
permissions:
380380
actions: write
381381
env:
@@ -390,7 +390,7 @@ jobs:
390390
needs:
391391
[build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
392392
if: always()
393-
runs-on: ubuntu-22.04
393+
runs-on: ubuntu-24.04
394394
steps:
395395
- name: Results
396396
run: |

.github/workflows/js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
js-web-test:
1515
timeout-minutes: 30
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
container:
1818
image: node:20-bookworm
1919
env:

.github/workflows/lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
action:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
1515
with:

.github/workflows/markdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
markdownlint:
1414
timeout-minutes: 5
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
- uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf

.github/workflows/proto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
jobs:
1515
proto-diff:
1616
timeout-minutes: 10
17-
runs-on: ubuntu-22.04
18-
container: ghcr.io/linkerd/dev:v44-go
17+
runs-on: ubuntu-24.04
18+
container: ghcr.io/linkerd/dev:v45-go
1919
steps:
2020
- run: apt update && apt install -y unzip
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# especially the TAG variable. And it would be great to stop relying
2020
# on the root-tag script altogether.
2121
tag:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
- run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
@@ -30,7 +30,7 @@ jobs:
3030
docker_build:
3131
name: Docker build
3232
needs: [tag]
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
permissions:
3535
id-token: write # needed for signing the images with GitHub OIDC Token
3636
strategy:
@@ -124,7 +124,7 @@ jobs:
124124
- uninstall
125125
- upgrade-edge
126126
timeout-minutes: 60
127-
runs-on: ubuntu-22.04
127+
runs-on: ubuntu-24.04
128128
steps:
129129
- name: Checkout code
130130
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -182,7 +182,7 @@ jobs:
182182
# TODO(ver) choco packages are not produced for edge releases...
183183
# - choco_pack
184184
timeout-minutes: 30
185-
runs-on: ubuntu-22.04
185+
runs-on: ubuntu-24.04
186186
permissions:
187187
contents: write
188188
steps:
@@ -216,7 +216,7 @@ jobs:
216216
needs: [gh_release]
217217
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
218218
timeout-minutes: 30
219-
runs-on: ubuntu-22.04
219+
runs-on: ubuntu-24.04
220220
permissions:
221221
contents: write
222222
steps:
@@ -232,7 +232,7 @@ jobs:
232232
needs: [tag, website_publish]
233233
timeout-minutes: 30
234234
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
235-
runs-on: ubuntu-22.04
235+
runs-on: ubuntu-24.04
236236
steps:
237237
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
238238
- name: Set install target for stable
@@ -259,7 +259,7 @@ jobs:
259259
name: Helm chart deploy
260260
needs: [gh_release]
261261
timeout-minutes: 30
262-
runs-on: ubuntu-22.04
262+
runs-on: ubuntu-24.04
263263
steps:
264264
- name: Checkout code
265265
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/rerun.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
rerun:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
timeout-minutes: 5
2020
permissions:
2121
actions: write

0 commit comments

Comments
 (0)